2019-02-23 08:51:52 +01:00
|
|
|
{
|
|
|
|
"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": {
|
2019-02-23 15:50:28 +01:00
|
|
|
"@mdi/font": "^3.4.93",
|
|
|
|
"moment": "^2.24.0",
|
|
|
|
"vue": "^2.6.6",
|
2019-02-23 17:17:02 +01:00
|
|
|
"vue-async-computed": "^3.6.1",
|
|
|
|
"vue-material-design-icons": "^3.0.0",
|
2019-02-23 22:00:35 +01:00
|
|
|
"vue-mq": "^1.0.1",
|
2019-02-23 17:17:02 +01:00
|
|
|
"vue-resource": "^1.5.1"
|
2019-02-23 08:51:52 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vue/cli-plugin-babel": "^3.1.1",
|
|
|
|
"@vue/cli-plugin-eslint": "^3.1.1",
|
|
|
|
"@vue/cli-service": "^3.1.1",
|
|
|
|
"@vue/eslint-config-airbnb": "^4.0.0",
|
|
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
"eslint": "^5.8.0",
|
|
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
|
|
"lint-staged": "^8.1.0",
|
|
|
|
"node-sass": "^4.9.0",
|
|
|
|
"sass-loader": "^7.1.0",
|
|
|
|
"vue-template-compiler": "^2.5.21"
|
|
|
|
},
|
|
|
|
"gitHooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.js": [
|
|
|
|
"vue-cli-service lint",
|
|
|
|
"git add"
|
|
|
|
],
|
|
|
|
"*.vue": [
|
|
|
|
"vue-cli-service lint",
|
|
|
|
"git add"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|