Files
AI-Bill/apps/frontend/package.json
2025-11-10 14:14:51 +08:00

37 lines
868 B
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@capacitor-community/sqlite": "^7.0.2",
"@capacitor/android": "^7.4.4",
"@capacitor/app": "^7.1.0",
"@capacitor/cli": "^7.4.4",
"@capacitor/core": "^7.4.4",
"@tanstack/vue-query": "^5",
"axios": "^1.7",
"lucide-vue-next": "^0.463.0",
"pinia": "2",
"vue": "^3.5.22",
"vue-router": "4"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@types/node": "^24.6.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4",
"typescript": "~5.9.3",
"vite": "^7.1.7",
"vue-tsc": "^3.1.0"
}
}