Files
landing-manager/frontend/package.json
2026-03-05 10:35:28 +09:00

29 lines
645 B
JSON

{
"name": "frontend",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port 3000",
"preview": "nuxt preview --port 3000",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"packageManager": "bun@1.3.9",
"dependencies": {
"@pinia/nuxt": "^0.11.3",
"@tailwindcss/vite": "^4.1.18",
"nuxt": "^4.3.1",
"pinia": "^3.0.4",
"shadcn-nuxt": "^2.2.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.1",
"eslint": "^10.0.0",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.4"
}
}