mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-06-21 09:30:24 +08:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "lilishop",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "lilishop-ui",
|
|
"author": "lili-platform",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"dev": "vue-cli-service serve"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"dependencies": {
|
|
"@amap/amap-jsapi-loader": "0.0.7",
|
|
"@antv/g2": "^4.1.12",
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"axios": "^0.21.1",
|
|
"core-js": "^3.36.0",
|
|
"dplayer": "^1.26.0",
|
|
"element-plus": "^2.6.3",
|
|
"js-cookie": "^2.2.1",
|
|
"nprogress": "^0.2.0",
|
|
"price-color": "1.0.2",
|
|
"sass": "^1.63.6",
|
|
"sass-loader": "^10.4.1",
|
|
"sockjs-client": "^1.4.0",
|
|
"swiper": "^6.3.5",
|
|
"uuid": "^8.3.2",
|
|
"vue": "^3.4.21",
|
|
"vue-awesome-swiper": "^4.1.1",
|
|
"vue-i18n": "^9.10.2",
|
|
"vue-json-excel": "^0.3.0",
|
|
"vue-qr": "^5.0.3",
|
|
"vue-router": "^4.3.0",
|
|
"vuedraggable": "^4.1.0",
|
|
"vuex": "^4.1.0",
|
|
"xss": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.95.0",
|
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
"@vue/cli-plugin-router": "^5.0.8",
|
|
"@vue/cli-plugin-vuex": "^5.0.8",
|
|
"@vue/cli-service": "^5.0.8",
|
|
"@vue/compiler-sfc": "^3.4.21",
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
"css-loader": "^6.10.0",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^11.1.4",
|
|
"style-loader": "^3.3.4",
|
|
"style-resources-loader": "^1.5.0",
|
|
"vue-cli-plugin-style-resources-loader": "^0.1.5"
|
|
},
|
|
"resolutions": {
|
|
"minimatch": "^3.1.2",
|
|
"@achrinza/node-ipc": "9.2.2"
|
|
}
|
|
}
|