Emperor_Shun_Reading/frontend/package.json

35 lines
853 B
JSON
Raw Permalink Normal View History

2024-08-22 01:03:01 +00:00
{
"name": "ee",
"version": "1.0.0",
"scripts": {
"dev": "vite --host --port 17680",
"serve": "vite --host --port 17680",
"build-staging": "vite build --mode staging",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "2.2.6",
"axios": "^0.21.1",
"element-plus": "^2.4.0",
"socket.io-client": "^4.4.1",
"store2": "^2.13.2",
"vue": "^3.2.33",
"vue-router": "^4.0.14",
"vuex": "^4.0.2",
"xgplayer": "^2.31.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.2.33",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"postcss": "^8.4.13",
"postcss-pxtorem": "^6.0.0",
"terser": "^5.19.1",
"vite": "^4.4.4",
"vite-plugin-compression": "^0.5.1"
}
}