|
@@ -1,30 +1,26 @@
|
|
{
|
|
{
|
|
- "name": "app",
|
|
|
|
|
|
+ "name": "bigmember",
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"private": true,
|
|
"scripts": {
|
|
"scripts": {
|
|
- "serve": "vue-cli-service serve --port 8081",
|
|
|
|
- "build": "vue-cli-service build --mode production",
|
|
|
|
- "build:linux": "rm -rf node_module/.cache && vue-cli-service build",
|
|
|
|
- "build:test": "vue-cli-service build --mode test",
|
|
|
|
- "lint": "vue-cli-service lint --fix",
|
|
|
|
- "analyzer": "use_analyzer=true vue-cli-service build --mode production",
|
|
|
|
- "analyze": "cross-env use_analyzer=true vue-cli-service build --mode production"
|
|
|
|
|
|
+ "dev": "vite",
|
|
|
|
+ "build": "vite build",
|
|
|
|
+ "preview": "vite preview --port 4173",
|
|
|
|
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@jianyu/easy-fix-sub-app": "^0.0.1",
|
|
|
|
- "@jianyu/easy-inject-qiankun": "^0.1.10",
|
|
|
|
|
|
+ "@jianyu/easy-fix-sub-app": "^0.0.2",
|
|
|
|
+ "@jianyu/easy-inject-qiankun": "^0.1.11",
|
|
"@jianyu/icon": "^0.1.7",
|
|
"@jianyu/icon": "^0.1.7",
|
|
"@jianyu/reset.css": "~0.1.1",
|
|
"@jianyu/reset.css": "~0.1.1",
|
|
- "core-js": "^3.4.3",
|
|
|
|
"dayjs": "^1.11.7",
|
|
"dayjs": "^1.11.7",
|
|
"echarts": "4.8.0",
|
|
"echarts": "4.8.0",
|
|
- "element-ui": "workspace:^",
|
|
|
|
|
|
+ "element-ui": "^2.15.16-rc",
|
|
"excellentexport": "^3.8.1",
|
|
"excellentexport": "^3.8.1",
|
|
- "jquery": "^3.6.0",
|
|
|
|
"js-cookie": "^3.0.1",
|
|
"js-cookie": "^3.0.1",
|
|
"lodash": "^4.17.21",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.1",
|
|
"moment": "^2.29.1",
|
|
|
|
+ "qs": "^6.11.2",
|
|
"svga": "^2.0.6",
|
|
"svga": "^2.0.6",
|
|
"v-charts": "1.19.0",
|
|
"v-charts": "1.19.0",
|
|
"vue-cookies": "^1.7.4",
|
|
"vue-cookies": "^1.7.4",
|
|
@@ -32,24 +28,22 @@
|
|
"vuex": "^3.6.2"
|
|
"vuex": "^3.6.2"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
- "@vue/cli-plugin-babel": "^4.1.0",
|
|
|
|
- "@vue/cli-plugin-eslint": "~4.5.0",
|
|
|
|
- "@vue/cli-plugin-router": "^4.1.0",
|
|
|
|
- "@vue/cli-service": "^4.1.2",
|
|
|
|
- "@vue/eslint-config-standard": "^5.1.2",
|
|
|
|
- "babel-eslint": "^10.1.0",
|
|
|
|
- "babel-plugin-component": "^1.1.1",
|
|
|
|
- "cross-env": "^7.0.3",
|
|
|
|
- "eslint": "^6.7.2",
|
|
|
|
- "eslint-plugin-import": "^2.20.2",
|
|
|
|
- "eslint-plugin-node": "^11.1.0",
|
|
|
|
- "eslint-plugin-promise": "^4.2.1",
|
|
|
|
- "eslint-plugin-standard": "^4.0.0",
|
|
|
|
- "eslint-plugin-vue": "^6.2.2",
|
|
|
|
- "sass": "^1.26.5",
|
|
|
|
- "sass-loader": "^8.0.2",
|
|
|
|
- "vue-cli-plugin-single-spa": "^1.0.1",
|
|
|
|
- "vue-template-compiler": "^2.6.10",
|
|
|
|
- "webpack-bundle-analyzer": "^4.4.1"
|
|
|
|
|
|
+ "vite-plugin-require": "^1.1.14",
|
|
|
|
+ "@rushstack/eslint-patch": "^1.1.0",
|
|
|
|
+ "@vitejs/plugin-legacy": "^4.0.4",
|
|
|
|
+ "@vitejs/plugin-vue2": "^2.2.0",
|
|
|
|
+ "@vue/eslint-config-prettier": "^7.0.0",
|
|
|
|
+ "autoprefixer": "^10.4.14",
|
|
|
|
+ "eslint": "^8.5.0",
|
|
|
|
+ "eslint-plugin-vue": "^9.0.0",
|
|
|
|
+ "jquery": "^3.6.0",
|
|
|
|
+ "prettier": "^2.5.1",
|
|
|
|
+ "sass": "^1.63.2",
|
|
|
|
+ "terser": "^5.14.2",
|
|
|
|
+ "unplugin-vue-components": "^0.25.1",
|
|
|
|
+ "vite": "^4.3.9",
|
|
|
|
+ "vite-plugin-ejs": "^1.6.4",
|
|
|
|
+ "vite-plugin-externals": "^0.6.2",
|
|
|
|
+ "vite-plugin-legacy-qiankun": "^0.0.12"
|
|
}
|
|
}
|
|
}
|
|
}
|