1 Star 0 Fork 8

Ares/vue+ts+vite技术演示测试站

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
飞牛哥(飞牛哥) 提交于 2023-05-16 21:01 . 完善server.js
{
"name": "vite-vue-ts",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "nodemon --inspect server http://10.114.248.11:32000 http://10.114.248.11/api/pi-sso/login",
"build": "vite build",
"tsc": "vue-tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"@svgdotjs/svg.js": "^3.1.2",
"d3": "^7.8.2",
"d3-tip": "^0.9.1",
"echarts": "^5.3.2",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.1.11",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fabric": "^5.2.4",
"gl-matrix": "^3.4.3",
"lodash": "^4.17.21",
"rollup-plugin-visualizer": "^5.6.0",
"three": "^0.147.0",
"unplugin-element-plus": "^0.2.0",
"vue": "^3.2.25",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@types/fabric": "^5.3.0",
"@types/node": "^17.0.35",
"@types/three": "^0.149.0",
"@vitejs/plugin-vue": "^2.3.1",
"axios": "^0.27.2",
"cesium": "^1.104.0",
"mockjs": "^1.1.0",
"sass": "^1.45.0",
"sass-loader": "^12.6.0",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.5.11",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.9.5",
"vite-plugin-cesium": "^1.2.22",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-optimize-persist": "^0.1.2",
"vite-plugin-package-config": "^0.1.1",
"vue-tsc": "^0.34.7"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mk_23/vue-vite-ts-test.git
[email protected]:mk_23/vue-vite-ts-test.git
mk_23
vue-vite-ts-test
vue+ts+vite技术演示测试站
master

搜索帮助