mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 05:28:12 +00:00
32 lines
784 B
JSON
32 lines
784 B
JSON
{
|
|
"name": "srjp-td2",
|
|
"private": true,
|
|
"version": "1.1.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --mode staging",
|
|
"dev:mock": "vite --mode development & yarn --cwd ./api-mock start",
|
|
"mock:setup": "cd ./api-mock && yarn && yarn fetch",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.13.6",
|
|
"lucide-vue-next": "^0.577.0",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.30",
|
|
"vue-i18n": "11.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"@vue/tsconfig": "^0.9.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.5.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-pwa": "^1.2.0",
|
|
"vue-tsc": "^3.2.5"
|
|
}
|
|
}
|