48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "cherry",
|
|
"version": "3.3.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",
|
|
"crc-32": "^1.2.0",
|
|
"crypto-js": "^4.0.0",
|
|
"element-ui": "^2.13.0",
|
|
"es6-promise": "^4.2.8",
|
|
"lrz": "^4.9.41",
|
|
"register-service-worker": "^1.6.2",
|
|
"url-search-params-polyfill": "^8.0.0",
|
|
"vue": "^2.6.10",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-router": "^3.1.3",
|
|
"vue-svg-icon": "^1.2.9",
|
|
"vue-touch": "^2.0.0-beta.4",
|
|
"vue-touchjs": "0.0.8",
|
|
"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",
|
|
"any-touch": "^0.7.0",
|
|
"husky": "^3.0.9",
|
|
"node-sass": "^4.12.0",
|
|
"sass-loader": "^8.0.0",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"vue-touch": "^2.0.0-beta.4"
|
|
}
|
|
}
|