Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 26m43s
- Introduced a new `.mcp.json` file for server configurations. - Updated `package.json` to include the `shadcn` dependency. - Modified `pnpm-lock.yaml` to reflect the new dependency. - Adjusted `.claude/settings.local.json` to disable specific MCP servers. - Enhanced the login page design in `login.vue` with improved layout and user experience elements.
33 lines
766 B
JSON
33 lines
766 B
JSON
{
|
|
"name": "nuxt-claude",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint .",
|
|
"typecheck": "nuxt typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.39.0",
|
|
"@iconify-json/lucide": "^1.2.95",
|
|
"@iconify-json/simple-icons": "^1.2.72",
|
|
"@nuxt/ui": "^4.5.1",
|
|
"@nuxtjs/supabase": "^1.5.0",
|
|
"nuxt": "^4.3.1",
|
|
"tailwindcss": "^4.2.1",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint": "^1.15.2",
|
|
"@types/node": "^22.13.10",
|
|
"eslint": "^10.0.2",
|
|
"shadcn": "^4.0.0",
|
|
"typescript": "^5.9.3",
|
|
"vue-tsc": "^3.2.5"
|
|
},
|
|
"packageManager": "pnpm@10.30.3"
|
|
}
|