wsyt/wsyt/package.json
紫幽冥竹 7603f1513e 新增了微信网页登录功能与关联功能。
拆分前台与Express后端API接口,前端VUE代码负责接收Express后端发来的数据进行展示,Express后端复制处理敏感信息和接口访问。
2024-03-07 16:17:16 +08:00

33 lines
736 B
JSON

{
"name": "vue3-etherealaquadance",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"devs": "vite --host 10.168.101.50 --port 80"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"axios": "^0.27.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"element-plus": "^2.4.4",
"md5": "^2.3.0",
"mitt": "^3.0.1",
"qrcode": "^1.5.3",
"uuid": "^9.0.1",
"v-viewer": "^3.0.13",
"vue": "^3.3.11",
"vue-router": "^4.2.5",
"vue-viewer": "^1.0.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"copy-webpack-plugin": "^12.0.2",
"vite": "^5.0.10"
}
}