cherry_fe/package.json
2020-01-20 14:25:36 +08:00

37 lines
980 B
JSON

{
"name": "cust",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"buildsuper": "vue-cli-service build --modern",
"build": "vue-cli-service build"
},
"dependencies": {
"@babel/polyfill": "^7.8.3",
"axios": "^0.19.1",
"babel-polyfill": "^6.26.0",
"core-js": "^3.4.4",
"element-ui": "^2.13.0",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vue-svg-icon": "^1.2.9",
"vuex": "^3.1.2",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-pwa": "^4.1.0",
"@vue/cli-plugin-router": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
}
}