bztang-h5/package.json

70 lines
2.1 KiB
JSON

{
"version": "2.2.713",
"description": "商城",
"author": "shop",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"devtest": "vue-cli-service build --mode devtest",
"stage": "vue-cli-service build --mode staging",
"lint": "eslint --ext .js --ext .jsx --ext .vue src",
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src",
"lint:style": "stylelint src/**/*.{html,vue,sass,scss}",
"lint-fix:style": "npm run lint:style -- --fix"
},
"dependencies": {
"@vant/touch-emulator": "^1.2.0",
"benz-amr-recorder": "^1.1.3",
"better-scroll": "^1.13.2",
"c-swipe": "^2.1.5",
"core-js": "^3.20.3",
"echarts": "^4.2.0-rc.2",
"element-ui": "^2.15.6",
"html2canvas": "1.0.0-rc.4",
"lodash": "^4.17.15",
"qrcode": "^1.5.0",
"ramda": "^0.23.0",
"regenerator-runtime": "^0.13.5",
"tim-js-sdk": "^2.6.4",
"v-viewer": "^1.4.0",
"vant": "^2.12.22",
"vconsole": "^3.11.1",
"vue": "~2.6.14",
"vue-clipboard2": "^0.2.1",
"vue-count-to": "^1.0.13",
"vue-esign": "^1.0.5",
"vue-i18n": "^8.15.0",
"vue-router": "^3.1.5",
"vue-seamless-scroll": "^1.1.23",
"vue-template-compiler": "~2.6.14",
"vue-ydui": "^1.2.6",
"vue2-hammer": "^2.1.2",
"whatwg-fetch": "^1.0.0",
"ydui-district": "^1.1.0",
"@micro-zoe/micro-app": "1.0.0-beta.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-polyfill": "^6.26.0",
"es6-promise": "^4.2.8",
"eslint": "^7.20.0",
"eslint-plugin-vue": "^7.6.0",
"prettier": "^1.19.1",
"quagga": "^0.12.1",
"sass": "^1.54.4",
"sass-loader": "^8.0.2",
"script-ext-html-webpack-plugin": "^2.1.4",
"stylelint": "^13.11.0",
"stylelint-config-standard": "^20.0.0",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^4.5.0"
}
}