package.json
Showing
1 changed file
with
62 additions
and
62 deletions
| 1 | { | 1 | { |
| 2 | "name": "vue-admin-template", | 2 | "name": "vue-h5-template", |
| 3 | "version": "4.1.0", | 3 | "version": "1.0.0", |
| 4 | "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", | 4 | "description": "A vue h5 template with Vant UI", |
| 5 | "author": "Pan <panfree23@gmail.com>", | 5 | "author": "Sunnie <s406803045@163.com>", |
| 6 | "license": "MIT", | 6 | "license": "MIT", |
| 7 | "scripts": { | 7 | "scripts": { |
| 8 | "dev": "vue-cli-service serve --open", | 8 | "dev": "vue-cli-service serve --open", |
| 9 | "build:prod": "vue-cli-service build", | 9 | "build:prod": "vue-cli-service build", |
| 10 | "build:stage": "vue-cli-service build --mode staging", | 10 | "build:stage": "vue-cli-service build --mode staging", |
| 11 | "preview": "node build/index.js --preview", | 11 | "preview": "node build/index.js --preview", |
| 12 | "lint": "eslint --ext .js,.vue src", | 12 | "lint": "eslint --ext .js,.vue src", |
| 13 | "test:unit": "jest --clearCache && vue-cli-service test:unit", | 13 | "test:unit": "jest --clearCache && vue-cli-service test:unit", |
| 14 | "test:ci": "npm run lint && npm run test:unit", | 14 | "test:ci": "npm run lint && npm run test:unit", |
| 15 | "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml" | 15 | "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml" |
| 16 | }, | 16 | }, |
| 17 | "dependencies": { | 17 | "dependencies": { |
| 18 | "axios": "0.19.0", | 18 | "axios": "0.19.0", |
| 19 | "fastclick": "^1.0.6", | 19 | "fastclick": "^1.0.6", |
| 20 | "lib-flexible": "^0.3.2", | 20 | "lib-flexible": "^0.3.2", |
| 21 | "normalize.css": "7.0.0", | 21 | "normalize.css": "7.0.0", |
| 22 | "vant": "^2.2.14", | 22 | "vant": "^2.2.14", |
| 23 | "vue": "2.6.10", | 23 | "vue": "2.6.10", |
| 24 | "vue-router": "3.0.6", | 24 | "vue-router": "3.0.6", |
| 25 | "vuex": "3.1.0" | 25 | "vuex": "3.1.0" |
| 26 | }, | 26 | }, |
| 27 | "devDependencies": { | 27 | "devDependencies": { |
| 28 | "@babel/core": "7.0.0", | 28 | "@babel/core": "7.0.0", |
| 29 | "@babel/register": "7.0.0", | 29 | "@babel/register": "7.0.0", |
| 30 | "@vue/cli-plugin-babel": "3.6.0", | 30 | "@vue/cli-plugin-babel": "3.6.0", |
| 31 | "@vue/cli-plugin-eslint": "3.6.0", | 31 | "@vue/cli-plugin-eslint": "3.6.0", |
| 32 | "@vue/cli-plugin-unit-jest": "3.6.3", | 32 | "@vue/cli-plugin-unit-jest": "3.6.3", |
| 33 | "@vue/cli-service": "3.6.0", | 33 | "@vue/cli-service": "3.6.0", |
| 34 | "@vue/test-utils": "1.0.0-beta.29", | 34 | "@vue/test-utils": "1.0.0-beta.29", |
| 35 | "babel-core": "7.0.0-bridge.0", | 35 | "babel-core": "7.0.0-bridge.0", |
| 36 | "babel-eslint": "10.0.1", | 36 | "babel-eslint": "10.0.1", |
| 37 | "babel-jest": "23.6.0", | 37 | "babel-jest": "23.6.0", |
| 38 | "babel-plugin-import": "^1.11.2", | 38 | "babel-plugin-import": "^1.11.2", |
| 39 | "chalk": "2.4.2", | 39 | "chalk": "2.4.2", |
| 40 | "connect": "3.6.6", | 40 | "connect": "3.6.6", |
| 41 | "eslint": "5.15.3", | 41 | "eslint": "5.15.3", |
| 42 | "eslint-plugin-vue": "5.2.2", | 42 | "eslint-plugin-vue": "5.2.2", |
| 43 | "html-webpack-plugin": "3.2.0", | 43 | "html-webpack-plugin": "3.2.0", |
| 44 | "node-sass": "^4.9.0", | 44 | "node-sass": "^4.9.0", |
| 45 | "postcss-pxtorem": "^4.0.1", | 45 | "postcss-pxtorem": "^4.0.1", |
| 46 | "runjs": "^4.3.2", | 46 | "runjs": "^4.3.2", |
| 47 | "sass-loader": "^7.1.0", | 47 | "sass-loader": "^7.1.0", |
| 48 | "script-ext-html-webpack-plugin": "2.1.3", | 48 | "script-ext-html-webpack-plugin": "2.1.3", |
| 49 | "script-loader": "0.7.2", | 49 | "script-loader": "0.7.2", |
| 50 | "serve-static": "^1.13.2", | 50 | "serve-static": "^1.13.2", |
| 51 | "svgo": "1.2.2", | 51 | "svgo": "1.2.2", |
| 52 | "vue-template-compiler": "2.6.10" | 52 | "vue-template-compiler": "2.6.10" |
| 53 | }, | 53 | }, |
| 54 | "engines": { | 54 | "engines": { |
| 55 | "node": ">=8.9", | 55 | "node": ">=8.9", |
| 56 | "npm": ">= 3.0.0" | 56 | "npm": ">= 3.0.0" |
| 57 | }, | 57 | }, |
| 58 | "browserslist": [ | 58 | "browserslist": [ |
| 59 | "> 1%", | 59 | "> 1%", |
| 60 | "last 2 versions", | 60 | "last 2 versions", |
| 61 | "not ie <= 8" | 61 | "not ie <= 8" |
| 62 | ] | 62 | ] |
| 63 | } | 63 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment