You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"name": "waynboot-mall",
|
|
"version": "2.2.1",
|
|
"author": "Ewall&熊猫 and wayn",
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development vue-cli-service serve",
|
|
"build:dev": "cross-env NODE_ENV=development vue-cli-service build",
|
|
"build:prod": "cross-env NODE_ENV=production vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
|
|
},
|
|
"dependencies": {
|
|
"@better-scroll/core": "^2.2.0",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.34",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.2",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.2",
|
|
"@fortawesome/vue-fontawesome": "^2.0.2",
|
|
"axios": "^0.21.1",
|
|
"core-js": "^3.10.1",
|
|
"dayjs": "^1.10.4",
|
|
"fastclick": "^1.0.6",
|
|
"js-cookie": "^2.2.1",
|
|
"lodash": "^4.17.21",
|
|
"mockjs": "^1.1.0",
|
|
"normalize.css": "^8.0.1",
|
|
"vant": "^2.12.54",
|
|
"vue": "^2.6.12",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-content-loader": "^0.2.3",
|
|
"vue-router": "^3.5.1",
|
|
"vue-scrollto": "^2.20.0",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.5.11",
|
|
"@vue/cli-plugin-eslint": "^4.5.11",
|
|
"@vue/cli-service": "^4.5.11",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-import": "^1.13.3",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
"eslint-plugin-standard": "^4.1.0",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"less": "^3.13.1",
|
|
"less-loader": "^5.0.0",
|
|
"postcss-mobile-forever": "^0.0.1",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"sass": "^1.32.10",
|
|
"sass-loader": "^9.0.3",
|
|
"svg-sprite-loader": "^4.2.1",
|
|
"svgo": "^1.3.2",
|
|
"vue-template-compiler": "^2.6.12"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
],
|
|
"keywords": [
|
|
"vue",
|
|
"vue-template",
|
|
"panda-vue-template",
|
|
"panda-mall"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wayn111/waynboot-mobile"
|
|
}
|
|
}
|