{ "name": "vue", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "dependencies": { "axios": "^0.21.1", "bootstrap-vue": "^2.21.2", "core-js": "^3.6.5", "moment": "^2.29.1", "vue": "^2.6.11", "vue-multiselect": "^2.1.6", "vue-template-compiler": "^2.6.12", "vuex": "^3.6.0" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-pwa": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/compiler-sfc": "^3.0.0", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^7.0.0-0", "webpack-bundle-tracker": "0.4.3", "workbox-expiration": "^6.0.2", "workbox-navigation-preload": "^6.0.2", "workbox-precaching": "^6.0.2", "workbox-routing": "^6.0.2", "workbox-strategies": "^6.0.2" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/vue3-essential", "eslint:recommended" ], "parserOptions": { "parser": "babel-eslint" }, "rules": { "no-unused-vars": "off" } }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ], "resolutions": { "@vue/cli-plugin-pwa/workbox-webpack-plugin": "^5.1.3" } }