2019-12-20 12:45:37 +00:00
|
|
|
{
|
|
|
|
"name": "newgruecht-vue",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-05-28 17:43:57 +00:00
|
|
|
"@mdi/font": "^4.9.95",
|
|
|
|
"@mdi/js": "^4.9.95",
|
|
|
|
"core-js": "^3.6.5",
|
2019-12-20 13:01:36 +00:00
|
|
|
"vue": "^2.6.10",
|
2020-05-28 17:43:57 +00:00
|
|
|
"vue-router": "^3.2.0",
|
|
|
|
"vuetify": "^2.2.29",
|
|
|
|
"vuex": "^3.4.0"
|
2019-12-20 12:45:37 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-05-28 17:43:57 +00:00
|
|
|
"@vue/cli-plugin-babel": "^4.3.1",
|
|
|
|
"@vue/cli-plugin-eslint": "^4.3.1",
|
|
|
|
"@vue/cli-plugin-router": "^4.3.1",
|
|
|
|
"@vue/cli-plugin-vuex": "^4.3.1",
|
|
|
|
"@vue/cli-service": "^4.3.1",
|
2020-01-14 20:55:41 +00:00
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
2020-05-28 17:43:57 +00:00
|
|
|
"axios": "^0.19.2",
|
|
|
|
"babel-eslint": "^10.1.0",
|
2019-12-20 12:45:37 +00:00
|
|
|
"eslint": "^5.16.0",
|
2020-05-28 17:43:57 +00:00
|
|
|
"eslint-plugin-prettier": "^3.1.3",
|
2019-12-20 12:45:37 +00:00
|
|
|
"eslint-plugin-vue": "^5.0.0",
|
2019-12-21 07:20:25 +00:00
|
|
|
"material-design-icons-iconfont": "^5.0.1",
|
2020-01-14 20:55:41 +00:00
|
|
|
"prettier": "^1.19.1",
|
2020-05-28 17:43:57 +00:00
|
|
|
"sass": "^1.26.5",
|
|
|
|
"sass-loader": "^8.0.2",
|
|
|
|
"vue-cli-plugin-vuetify": "^2.0.5",
|
2019-12-21 07:20:25 +00:00
|
|
|
"vue-template-compiler": "^2.6.10",
|
2020-05-28 17:43:57 +00:00
|
|
|
"vuetify-loader": "^1.4.4"
|
2019-12-20 12:45:37 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/essential",
|
2020-01-14 20:55:41 +00:00
|
|
|
"plugin:prettier/recommended",
|
|
|
|
"@vue/prettier",
|
2019-12-20 12:45:37 +00:00
|
|
|
"eslint:recommended"
|
|
|
|
],
|
2020-01-17 00:01:10 +00:00
|
|
|
"rules": {
|
|
|
|
"no-console": "off"
|
|
|
|
},
|
2019-12-20 12:45:37 +00:00
|
|
|
"parserOptions": {
|
|
|
|
"parser": "babel-eslint"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions"
|
|
|
|
]
|
|
|
|
}
|