You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.5 KiB
64 lines
1.5 KiB
5 years ago
|
{
|
||
|
"name": "coin-exchange",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "vue-cli-service serve",
|
||
|
"build": "vue-cli-service build --report",
|
||
|
"lint": "vue-cli-service lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"axios": "^0.18.0",
|
||
|
"clipboard": "^2.0.4",
|
||
|
"decimal.js": "^10.1.1",
|
||
|
"echarts": "^4.1.0",
|
||
|
"element-ui": "^2.6.1",
|
||
|
"js-cookie": "^2.2.0",
|
||
|
"jsencrypt": "^3.0.0-rc.1",
|
||
|
"node-jsencrypt": "^1.0.0",
|
||
|
"normalize.css": "8.0.1",
|
||
|
"qrcode": "^1.3.3",
|
||
|
"qrcodejs2": "0.0.2",
|
||
|
"sockjs-client": "^1.3.0",
|
||
|
"stompjs": "^2.3.3",
|
||
|
"swiper": "^4.5.0",
|
||
|
"v-viewer": "^1.4.1",
|
||
|
"vue": "^2.6.8",
|
||
|
"vue-echarts": "^4.0.1",
|
||
|
"vue-i18n": "^8.9.0",
|
||
|
"vue-router": "^3.0.2",
|
||
|
"vue-swipe": "^2.4.0",
|
||
|
"vuex": "^3.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vue/cli-plugin-babel": "^3.5.0",
|
||
|
"@vue/cli-plugin-eslint": "^3.5.0",
|
||
|
"@vue/cli-service": "^3.5.0",
|
||
|
"@vue/eslint-config-prettier": "^4.0.1",
|
||
|
"babel-eslint": "^10.0.1",
|
||
|
"babel-plugin-component": "^1.1.1",
|
||
|
"eslint": "^5.15.1",
|
||
|
"eslint-plugin-vue": "^5.2.2",
|
||
|
"glob": "^7.1.3",
|
||
|
"lint-staged": "^8.1.5",
|
||
|
"lodash": "^4.17.11",
|
||
|
"node-sass": "^4.11.0",
|
||
|
"sass-loader": "^7.1.0",
|
||
|
"vue-cli-plugin-element": "^1.0.1",
|
||
|
"vue-template-compiler": "^2.6.8"
|
||
|
},
|
||
|
"gitHooks": {
|
||
|
"pre-commit": "lint-staged"
|
||
|
},
|
||
|
"lint-staged": {
|
||
|
"*.js": [
|
||
|
"vue-cli-service lint",
|
||
|
"git add"
|
||
|
],
|
||
|
"*.vue": [
|
||
|
"vue-cli-service lint",
|
||
|
"git add"
|
||
|
]
|
||
|
}
|
||
|
}
|