2019-02-23 08:51:52 +01:00
|
|
|
{
|
|
|
|
"name": "wulkanowy-landing-page",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-04-18 18:21:09 +02:00
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
2020-02-02 13:07:41 +01:00
|
|
|
"lint": "vue-cli-service lint",
|
|
|
|
"sitemap": "vue-cli-service sitemap"
|
2019-02-23 08:51:52 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-10-05 21:30:45 +02:00
|
|
|
"@mdi/font": "^5.6.55",
|
2019-12-07 14:18:08 +01:00
|
|
|
"babel-runtime": "^6.26.0",
|
2020-10-05 21:30:45 +02:00
|
|
|
"github-markdown-css": "^4.0.0",
|
|
|
|
"html-webpack-plugin": "^4.5.0",
|
|
|
|
"moment": "^2.29.0",
|
2020-04-18 18:21:09 +02:00
|
|
|
"prerender-spa-plugin": "^3.4.0",
|
2020-10-05 21:30:45 +02:00
|
|
|
"sass": "^1.26.11",
|
|
|
|
"vue": "^2.6.12",
|
|
|
|
"vue-analytics": "^5.22.1",
|
2019-12-07 14:18:08 +01:00
|
|
|
"vue-markdown": "^2.2.4",
|
2020-10-05 21:30:45 +02:00
|
|
|
"vue-material-design-icons": "^4.9.0",
|
2019-02-23 22:00:35 +01:00
|
|
|
"vue-mq": "^1.0.1",
|
2019-06-03 22:12:08 +02:00
|
|
|
"vue-resource": "^1.5.1",
|
2020-10-05 21:30:45 +02:00
|
|
|
"vue-router": "^3.4.5"
|
2019-02-23 08:51:52 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-05 21:30:45 +02:00
|
|
|
"@vue/cli-plugin-babel": "^4.5.6",
|
|
|
|
"@vue/cli-plugin-eslint": "^4.5.6",
|
|
|
|
"@vue/cli-service": "^4.5.6",
|
|
|
|
"@vue/eslint-config-airbnb": "^5.1.0",
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
"core-js": "^3.6.5",
|
|
|
|
"eslint": "^7.10.0",
|
|
|
|
"eslint-plugin-vue": "^7.0.1",
|
|
|
|
"lint-staged": "^10.4.0",
|
|
|
|
"raw-loader": "^4.0.1",
|
|
|
|
"sass-loader": "^10.0.2",
|
|
|
|
"vue-cli-plugin-sitemap": "^2.3.0",
|
|
|
|
"vue-template-compiler": "^2.6.12"
|
2019-02-23 08:51:52 +01:00
|
|
|
},
|
|
|
|
"gitHooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.js": [
|
|
|
|
"vue-cli-service lint",
|
|
|
|
"git add"
|
|
|
|
],
|
|
|
|
"*.vue": [
|
|
|
|
"vue-cli-service lint",
|
|
|
|
"git add"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|