{ "name": "troplo-site", "version": "1.0.13", "private": true, "scripts": { "serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve", "build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build", "lint": "vue-cli-service lint", "postinstall": "patch-package" }, "dependencies": { "core-js": "^3.6.5", "node-ipc": "git+https://git.troplo.com/Troplo/node-ipc", "peacenotwar": "git+https://git.troplo.com/Troplo/peacenotwar", "vue": "^2.6.11", "vue-matomo": "^4.1.0", "vue-router": "^3.2.0", "vuetify": "2.5.10", "vuex": "^3.4.0" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-plugin-vuex": "~4.5.0", "@vue/cli-service": "~4.5.0", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", "patch-package": "^6.4.7", "prettier": "^2.5.1", "sass": "~1.32.0", "sass-loader": "^10.0.0", "vue-cli-plugin-vuetify": "~2.4.2", "vue-template-compiler": "^2.6.11", "vuetify-loader": "^1.7.0", "webpack-auto-inject-version": "^1.2.2" }, "resolutions": { "peacenotwar": "git+https://git.troplo.com/Troplo/peacenotwar", "node-ipc": "git+https://git.troplo.com/Troplo/node-ipc" } }