mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 13:38:12 +00:00
32 lines
779 B
JSON
32 lines
779 B
JSON
{
|
|
"name": "srjp-td2",
|
|
"private": true,
|
|
"version": "1.1.0",
|
|
"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.7.9",
|
|
"lucide-vue-next": "^0.503.0",
|
|
"pinia": "^2.3.1",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "10"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.5.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^6.0.5",
|
|
"vite-plugin-pwa": "^1.0.0",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|