Files
xSynergy-manage/package.json
2025-09-24 17:51:19 +08:00

36 lines
834 B
JSON

{
"name": "tabula-rase-project",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@msgpack/msgpack": "^3.1.2",
"autoprefixer": "^10.4.21",
"axios": "^0.27.2",
"code-inspector-plugin": "^0.20.12",
"element-plus": "^2.2.27",
"js-cookie": "^3.0.1",
"mitt": "^3.0.0",
"mqtt": "^5.14.0",
"pinia": "^2.0.22",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.1",
"uuid": "^11.1.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"sass": "^1.56.1",
"unplugin-auto-import": "^20.1.0",
"unplugin-vue-components": "^29.0.0",
"vite": "^5.4.10"
}
}