47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "meikan",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@types/lodash": "^4.14.119",
|
|
"lodash": "^4.17.11",
|
|
"material-design-icons-iconfont": "^4.0.3",
|
|
"vue": "^2.5.17",
|
|
"vue-class-component": "^6.0.0",
|
|
"vue-material": "^1.0.0-beta-10.2",
|
|
"vue-property-decorator": "^7.0.0",
|
|
"vue-router": "3.0.1",
|
|
"vuex": "^3.0.1",
|
|
"vuex-persist": "^2.0.0",
|
|
"vuex-typex": "^3.0.1",
|
|
"vuex-xhr-state": "^0.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/vue-material": "git+https://github.com/calebsander/vue-material-types.git",
|
|
"@vue/cli-plugin-babel": "^3.2.0",
|
|
"@vue/cli-plugin-typescript": "^3.2.0",
|
|
"@vue/cli-service": "^3.2.0",
|
|
"lint-staged": "^7.2.2",
|
|
"typescript": "^3.0.0",
|
|
"vue-template-compiler": "^2.5.17"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.ts": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|