Private
Public Access
1
0
Files
Catherine Renelle b46e62731e Separate typecheck from build for faster Docker builds
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 09:15:02 -05:00

32 lines
683 B
JSON

{
"name": "purrse-frontend",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@microsoft/signalr": "^9.0.0",
"apexcharts": "^4.3.0",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue3-apexcharts": "^1.7.0",
"vuetify": "^3.7.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vue-tsc": "^2.2.0"
}
}