46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "wulkanowy-landing-page",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "^3.6.95",
|
|
"moment": "^2.24.0",
|
|
"vue": "^2.6.10",
|
|
"vue-analytics": "^5.17.0",
|
|
"vue-async-computed": "^3.7.0",
|
|
"vue-material-design-icons": "^3.2.0",
|
|
"vue-mq": "^1.0.1",
|
|
"vue-resource": "^1.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.8.0",
|
|
"@vue/cli-plugin-eslint": "^3.8.0",
|
|
"@vue/cli-service": "^3.8.4",
|
|
"@vue/eslint-config-airbnb": "^4.0.0",
|
|
"babel-eslint": "^10.0.2",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.2.2",
|
|
"lint-staged": "^8.2.1",
|
|
"node-sass": "^4.12.0",
|
|
"sass-loader": "^7.1.0",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|