mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-15 00:09:26 +01:00
47 lines
1017 B
JSON
47 lines
1017 B
JSON
{
|
|
"name": "artmcp",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "npx nuxthub preview",
|
|
"deploy": "npx nuxthub deploy",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.21.1",
|
|
"@nuxt/content": "3.8.0",
|
|
"@nuxt/eslint": "1.10.0",
|
|
"@nuxthub/core": "^0.9.0",
|
|
"ai": "^6.0.0-beta.99",
|
|
"better-sqlite3": "^12.4.1",
|
|
"nuxt": "4.2.1",
|
|
"vue": "3.5.24",
|
|
"vue-router": "4.6.3",
|
|
"zod": "3"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint-config": "1.10.0",
|
|
"eslint": "9.39.1",
|
|
"typescript": "5.9.3",
|
|
"vue-tsc": "3.1.3",
|
|
"wrangler": "4.47.0"
|
|
},
|
|
"packageManager": "pnpm@10.12.1",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@parcel/watcher",
|
|
"esbuild",
|
|
"sharp",
|
|
"unrs-resolver",
|
|
"workerd"
|
|
],
|
|
"ignoredBuiltDependencies": [
|
|
"better-sqlite3"
|
|
]
|
|
}
|
|
}
|