|
|
|
@ -9,44 +9,44 @@
|
|
|
|
|
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@better-scroll/core": "^2.0.4",
|
|
|
|
|
"@better-scroll/core": "^2.1.1",
|
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.1",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
|
|
|
"@fortawesome/vue-fontawesome": "^2.0.0",
|
|
|
|
|
"axios": "^0.19.2",
|
|
|
|
|
"core-js": "^3.6.4",
|
|
|
|
|
"dayjs": "^1.8.36",
|
|
|
|
|
"@fortawesome/vue-fontawesome": "^2.0.2",
|
|
|
|
|
"axios": "^0.21.1",
|
|
|
|
|
"core-js": "^3.8.2",
|
|
|
|
|
"dayjs": "^1.10.2",
|
|
|
|
|
"js-cookie": "^2.2.1",
|
|
|
|
|
"lodash": "^4.17.20",
|
|
|
|
|
"mockjs": "^1.1.0",
|
|
|
|
|
"normalize.css": "^8.0.1",
|
|
|
|
|
"vant": "^2.10.8",
|
|
|
|
|
"vant": "^2.12.2",
|
|
|
|
|
"vue": "^2.6.12",
|
|
|
|
|
"vue-clipboard2": "^0.3.1",
|
|
|
|
|
"vue-content-loader": "^0.2.3",
|
|
|
|
|
"vue-router": "^3.4.3",
|
|
|
|
|
"vue-scrollto": "^2.18.2",
|
|
|
|
|
"vuex": "^3.1.2"
|
|
|
|
|
"vue-router": "^3.4.9",
|
|
|
|
|
"vue-scrollto": "^2.20.0",
|
|
|
|
|
"vuex": "^3.6.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@vue/cli-plugin-babel": "^4.5.4",
|
|
|
|
|
"@vue/cli-plugin-eslint": "^4.5.4",
|
|
|
|
|
"@vue/cli-service": "^4.5.4",
|
|
|
|
|
"@vue/cli-plugin-babel": "^4.5.10",
|
|
|
|
|
"@vue/cli-plugin-eslint": "^4.5.10",
|
|
|
|
|
"@vue/cli-service": "^4.5.10",
|
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
|
"babel-plugin-import": "^1.13.0",
|
|
|
|
|
"cross-env": "^7.0.2",
|
|
|
|
|
"babel-plugin-import": "^1.13.3",
|
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
|
"eslint": "^6.7.2",
|
|
|
|
|
"eslint-plugin-import": "^2.20.1",
|
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
|
|
|
|
"eslint-plugin-node": "^11.0.0",
|
|
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
|
|
|
"eslint-plugin-standard": "^4.1.0",
|
|
|
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
|
|
|
"less": "^3.11.1",
|
|
|
|
|
"less": "^3.13.1",
|
|
|
|
|
"less-loader": "^5.0.0",
|
|
|
|
|
"postcss-preset-env": "^6.7.0",
|
|
|
|
|
"postcss-px-to-viewport": "^1.1.1",
|
|
|
|
|
"sass": "^1.26.10",
|
|
|
|
|
"sass": "^1.32.2",
|
|
|
|
|
"sass-loader": "^9.0.3",
|
|
|
|
|
"svg-sprite-loader": "^4.2.1",
|
|
|
|
|
"svgo": "^1.3.2",
|
|
|
|
|