| | |
| | | "version": "3.11.0", |
| | | "private": true, |
| | | "scripts": { |
| | | "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ", |
| | | "dev": "vue-cli-service serve", |
| | | "analyze": "vue-cli-service build --report", |
| | | "build": "vue-cli-service build", |
| | | "build:docker": "vue-cli-service build --dest='./docker/dist/'", |
| | | "dev": "vue-cli-service serve", |
| | | "lint": "vue-cli-service lint", |
| | | "analyze": "vue-cli-service build --report" |
| | | "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org " |
| | | }, |
| | | "lint-staged": { |
| | | "*.js": [ |
| | | "vue-cli-service lint", |
| | | "git add" |
| | | ], |
| | | "*.vue": [ |
| | | "vue-cli-service lint", |
| | | "git add" |
| | | ] |
| | | }, |
| | | "dependencies": { |
| | | "@chenfengyuan/vue-qrcode": "^1.0.1", |
| | |
| | | "devDependencies": { |
| | | "@vue/cli-plugin-babel": "^3.12.0", |
| | | "@vue/cli-service": "^3.12.0", |
| | | "benz-amr-recorder": "^1.0.14", |
| | | "chai": "^4.1.2", |
| | | "compression-webpack-plugin": "^3.1.0", |
| | | "node-sass": "^4.9.0", |
| | | "sass-loader": "^7.0.1", |
| | | "vue-template-compiler": "^2.6.10", |
| | | "vue-video-player": "^5.0.2", |
| | | "benz-amr-recorder": "^1.0.14" |
| | | }, |
| | | "lint-staged": { |
| | | "*.js": [ |
| | | "vue-cli-service lint", |
| | | "git add" |
| | | ], |
| | | "*.vue": [ |
| | | "vue-cli-service lint", |
| | | "git add" |
| | | ] |
| | | "vue-video-player": "^5.0.2" |
| | | } |
| | | } |