28 lines
652 B
JSON
28 lines
652 B
JSON
|
|
{
|
||
|
|
"name": "frontend-terminal",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "小鱼易联终端会议室预定页面 — 企微IT智能服务台",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vue-tsc --noEmit && vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"vue": "^3.4.0",
|
||
|
|
"vue-router": "^4.3.0",
|
||
|
|
"pinia": "^2.1.0",
|
||
|
|
"axios": "^1.7.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"vite": "^5.3.0",
|
||
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
||
|
|
"typescript": "^5.5.0",
|
||
|
|
"vue-tsc": "^2.0.0",
|
||
|
|
"tailwindcss": "^3.4.0",
|
||
|
|
"postcss": "^8.4.0",
|
||
|
|
"autoprefixer": "^10.4.0",
|
||
|
|
"@types/node": "^20.0.0"
|
||
|
|
}
|
||
|
|
}
|