Files
gartenmanager/frontend/package.json
Faultier314 4305d104e5
Some checks failed
Tests / Backend Tests (push) Failing after 5m42s
Tests / Frontend Tests (push) Failing after 1m11s
feat: add CI/CD pipelines, test suite, and ci/staging branch
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 10:13:12 +02:00

31 lines
677 B
JSON

{
"name": "gartenmanager-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --ext .vue,.js,.ts",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"axios": "^1.6.8",
"pinia": "^2.1.7",
"primevue": "^3.53.0",
"primeicons": "^6.0.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.6",
"vite": "^5.2.0",
"vitest": "^1.6.0",
"jsdom": "^24.1.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.24.0"
}
}