mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 16:14:22 +01:00
- Updated content.config.ts to change experiences source from JSON to Markdown files. - Deleted JSON files for experiences: artdanjproduction, erisium, picard, and sevetys. - Created corresponding Markdown files for each experience with structured front matter. - Added new API endpoints for fetching experiences and projects in Markdown format. - Removed unused ping API endpoint. - Updated package.json with new dependencies for AI SDK and Zod. - Added new resume files in PDF format for M1 2026 in English and French.
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
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": {
|
|
"@ai-sdk/gateway": "^2.0.0-beta.52",
|
|
"@ai-sdk/mcp": "^1.0.0-beta.15",
|
|
"@ai-sdk/vue": "^3.0.0-beta.99",
|
|
"@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"
|
|
]
|
|
}
|
|
}
|