Cleaned up store and removed unused FoV setting

This commit is contained in:
Joel Collins 2020-11-22 16:52:30 +00:00
parent f187a3a00d
commit a1ae94792e
13 changed files with 42 additions and 119 deletions

View file

@ -7,8 +7,8 @@
"scripts": {
"serve": "vue-cli-service serve --mode development",
"build": "vue-cli-service build --mode production",
"lint": "vue-cli-service lint",
"prettier": "vue-cli-service lint --fix"
"lint": "vue-cli-service lint --no-fix",
"lint:fix": "vue-cli-service lint --fix"
},
"dependencies": {
"material-design-icons": "^3.0.1",
@ -24,7 +24,6 @@
"babel-eslint": "^10.1.0",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.12.2",
@ -34,7 +33,6 @@
"uikit": "^3.5.9",
"vue": "^2.6.12",
"vue-friendly-iframe": "^0.17.0",
"vue-plugin-load-script": "^1.3.2",
"vue-template-compiler": "^2.6.12",
"vue-tour": "^1.5.0",
"vuejs-paginate": "^2.1.0",