mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-15 04:02:10 +08:00
37 lines
926 B
JSON
37 lines
926 B
JSON
{
|
|
"name": "ee",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite --host --port 8080",
|
|
"build-staging": "vite build --mode staging",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^6.1.0",
|
|
"@antv/g2": "^4.2.0",
|
|
"ant-design-vue": "2.2.6",
|
|
"axios": "^0.21.1",
|
|
"nprogress": "^0.2.0",
|
|
"vite-plugin-components": "^0.13.2",
|
|
"vue": "^3.2.33",
|
|
"vue-router": "^4.0.14",
|
|
"vuex": "^4.0.2",
|
|
"socket.io-client": "^4.4.1",
|
|
"store2": "^2.13.2",
|
|
"xgplayer": "^2.31.6"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^2.3.1",
|
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
"@vue/compiler-sfc": "^3.2.33",
|
|
"less": "^4.1.2",
|
|
"less-loader": "^10.2.0",
|
|
"postcss": "^8.4.13",
|
|
"postcss-pxtorem": "^6.0.0",
|
|
"vite": "^2.9.6",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-publish": "^1.1.1"
|
|
}
|
|
}
|