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.
bocai_supplyChain_pc/package.json

60 lines
1.6 KiB
JSON

4 years ago
{
"name": "firstbill",
"version": "0.1.0",
"private": true,
"scripts": {
4 years ago
"serve": "vue-cli-service serve --compress",
"build": "vue-cli-service build",
4 years ago
"lint": "vue-cli-service lint"
},
"dependencies": {
2 years ago
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^1.0.2",
4 years ago
"ant-design-vue": "^1.7.8",
4 years ago
"axios": "^0.25.0",
4 years ago
"babel-plugin-transform-remove-console": "^6.9.4",
"clean-webpack-plugin": "3.0.0",
4 years ago
"clipboard": "^2.0.10",
4 years ago
"core-js": "^3.6.5",
4 years ago
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
4 years ago
"moment": "^2.29.1",
"popmotion": "^9.3.5",
3 years ago
"swiper": "^4.0.7",
3 years ago
"v-viewer": "^1.6.4",
4 years ago
"vue": "^2.6.11",
4 years ago
"vue-amap": "^0.5.10",
4 years ago
"vue-cropper": "^0.5.8",
4 years ago
"vue-router": "3.0",
4 years ago
"vuex": "^3.4.0"
},
"devDependencies": {
4 years ago
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4 years ago
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
4 years ago
"babel-plugin-import": "^1.13.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"compression-webpack-plugin": "^5.0.1",
4 years ago
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"lint-staged": "^9.5.0",
"prettier": "^2.2.1",
"vue-template-compiler": "^2.6.11"
},
3 years ago
"gitHooks": {},
4 years ago
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
}
}