27 lines
553 B
JSON
27 lines
553 B
JSON
|
|
{
|
||
|
|
"name": "1",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vue-tsc -b && vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@tailwindcss/vite": "^4.1.17",
|
||
|
|
"axios": "^1.13.2",
|
||
|
|
"tailwindcss": "^4.1.17",
|
||
|
|
"vue": "^3.5.24",
|
||
|
|
"vue-router": "^4.6.3"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^24.10.0",
|
||
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
||
|
|
"@vue/tsconfig": "^0.8.1",
|
||
|
|
"typescript": "~5.9.3",
|
||
|
|
"vite": "^7.2.2",
|
||
|
|
"vue-tsc": "^3.1.3"
|
||
|
|
}
|
||
|
|
}
|