+1
−4
+13433
−37449
File changed.
Preview size limit exceeded, changes collapsed.
+10
−10
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -9,7 +9,6 @@ | ||
},
|
||
"dependencies": {
|
||
"@dreipol/vue-log": "0.0.8",
|
||
"@vue/cli": "^4.5.6",
|
||
"axios": "^0.21.1",
|
||
"core-js": "^3.6.5",
|
||
"d3": "^6.2.0",
|
||
| @@ -37,14 +36,14 @@ | ||
"vuex": "^3.5.1"
|
||
},
|
||
"devDependencies": {
|
||
"@vue/cli-plugin-babel": "^4.5.9",
|
||
"@vue/cli-plugin-eslint": "^4.5.9",
|
||
"@vue/cli-plugin-vuex": "^4.5.9",
|
||
"@vue/cli-service": "^4.5.9",
|
||
"babel-eslint": "^10.1.0",
|
||
"@babel/eslint-parser": "^7.19.1",
|
||
"@vue/cli-plugin-babel": "^5.0.8",
|
||
"@vue/cli-plugin-eslint": "^5.0.8",
|
||
"@vue/cli-plugin-vuex": "^5.0.8",
|
||
"@vue/cli-service": "^5.0.8",
|
||
"chokidar": "^3.5.2",
|
||
"eslint": "7.0.0",
|
||
"eslint-plugin-vue": "^7.3.0",
|
||
"eslint": "^8.29.0",
|
||
"eslint-plugin-vue": "^9.8.0",
|
||
"vue-template-compiler": "^2.6.12"
|
||
},
|
||
"eslintConfig": {
|
||
| @@ -57,12 +56,13 @@ | ||
"eslint:recommended"
|
||
],
|
||
"parserOptions": {
|
||
"parser": "babel-eslint"
|
||
"parser": "@babel/eslint-parser"
|
||
},
|
||
"rules": {
|
||
"no-unused-vars": "warn",
|
||
"no-debugger": "warn",
|
||
"vue/no-unused-components": "warn"
|
||
"vue/no-unused-components": "warn",
|
||
"vue/multi-word-component-names": "off"
|
||
}
|
||
},
|
||
"browserslist": [
|
||
+5
−2
Loading