46 lines
1 KiB
JSON
46 lines
1 KiB
JSON
{
|
|
"name": "cards-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@chenfengyuan/vue-qrcode": "^1.0.1",
|
|
"axios": "^0.19.0",
|
|
"core-js": "^2.6.5",
|
|
"qrcode.vue": "^1.6.2",
|
|
"register-service-worker": "^1.6.2",
|
|
"vue": "^2.6.10",
|
|
"vue-class-component": "^7.0.2",
|
|
"vue-property-decorator": "^8.1.0",
|
|
"vue-router": "^3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.9.0",
|
|
"@vue/cli-plugin-pwa": "^3.9.0",
|
|
"@vue/cli-plugin-typescript": "^3.9.0",
|
|
"@vue/cli-service": "^3.9.0",
|
|
"lint-staged": "^8.1.5",
|
|
"sass": "^1.18.0",
|
|
"sass-loader": "^7.1.0",
|
|
"typescript": "^3.4.3",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.ts": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|