Files
service-finder/frontend/package.json
2026-03-26 07:09:44 +00:00

34 lines
837 B
JSON
Executable File

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:e2e": "node tests/automated_flow_test.js",
"test:ui": "playwright test",
"test:ui:headed": "playwright test --headed",
"test:ui:debug": "playwright test --debug",
"playwright:install": "playwright install"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.18",
"axios": "^1.13.4",
"chart.js": "^4.5.1",
"pinia": "^3.0.4",
"vue": "^3.5.24",
"vue-chartjs": "^5.3.3",
"vue-router": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"@playwright/test": "^1.50.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"vite": "^7.2.4"
}
}