Some checks are pending
Extracted from oil project — business logic removed, auth/db/deploy infrastructure generalized with APP_NAME placeholders. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
635 B
JSON
30 lines
635 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"cy:open": "cypress open",
|
|
"cy:run": "cypress run",
|
|
"test:e2e": "cypress run",
|
|
"test:unit": "vitest run",
|
|
"test": "vitest run && cypress run"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.3.1",
|
|
"vue": "^3.5.32",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"cypress": "^15.13.0",
|
|
"jsdom": "^29.0.1",
|
|
"vite": "^8.0.4",
|
|
"vitest": "^4.1.2"
|
|
}
|
|
}
|