Files
srjp-td2/package.json
T
2025-01-31 18:01:07 +01:00

31 lines
743 B
JSON

{
"name": "srjp-td2",
"private": true,
"version": "0.5.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": {
"@heroicons/vue": "^2.2.0",
"axios": "^1.7.9",
"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",
"vue-tsc": "^2.2.0"
}
}