28 lines
592 B
JSON
28 lines
592 B
JSON
{
|
|
"name": "ijy-client",
|
|
"private": false,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"jwt-decode": "^4.0.0",
|
|
"vue": "^3.5.17",
|
|
"vue-router": "^4.5.1",
|
|
"vue-toast-notification": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.10",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"axios": "^1.6.5",
|
|
"bootstrap": "^5.3.3",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^7.0.4",
|
|
"vue-tsc": "^2.2.12"
|
|
}
|
|
}
|