diff --git a/client/package.json b/client/package.json index 0ea63120..8c608b45 100644 --- a/client/package.json +++ b/client/package.json @@ -4,9 +4,6 @@ "description": "skillbox vue client", "author": "ramon / chrigu", "private": true, - "prettier": { - "singleQuote": true - }, "scripts": { "dev": "webpack serve --progress --config build/webpack.dev.conf.js", "analyze": "webpack --profile --json --config build/webpack.dev.conf.js > dist/stats.json && webpack-bundle-analyzer dist/stats.json", @@ -25,9 +22,7 @@ "install:cypress": "cypress install", "test:unit": "jest", "cypress:parallel": "CYPRESS_API_URL=\"https://iterativ-cypress-director.herokuapp.com/\" cy2 run --parallel --record --key somekey --config-file cypress.frontend.json --ci-build-id some-id", - "cypress:parallel:run": "cy2 run --parallel --record --config-file cypress.frontend.json --ci-build-id ", - "prettier": "prettier . --write", - "prettier:check": "prettier . --check" + "cypress:parallel:run": "cy2 run --parallel --record --config-file cypress.frontend.json --ci-build-id " }, "dependencies": { "@apollo/client": "^3.5.8", @@ -51,6 +46,7 @@ "@tiptap/vue-2": "^2.0.0-beta.77", "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^5.10.0", + "@vue/compat": "3.2.31", "@vue/test-utils": "^1.3.0", "@vue/vue2-jest": "^27.0.0", "autoprefixer": "^10.4.12", @@ -65,7 +61,6 @@ "cypress": "^10", "dayjs": "^1.10.7", "eslint": "^7.32.0", - "eslint-config-prettier": "^8.6.0", "eslint-formatter-friendly": "^7.0.0", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-vue": "^9.6.0", @@ -82,41 +77,41 @@ "jest-transform-stub": "^2.0.0", "jest-watch-typeahead": "^2.1.2", "lodash": "^4.17.10", - "loglevel": "^1.8.0", "mini-css-extract-plugin": "^2.4.5", "mock-apollo-client": "^1.2.0", + "node-sass": "^7.0.3", "ora": "^1.2.0", "portfinder": "^1.0.13", "postcss-import": "^15.0.0", "postcss-loader": "^7.0.1", "postcss-url": "^10.1.3", - "prettier": "2.8.2", "rimraf": "^2.6.0", - "sass": "^1.56.1", "sass-loader": "^12.6.0", "semver": "^5.3.0", "shelljs": "^0.8.5", - "survey-knockout": "^1.9.41", + "survey-core": "1.9.41", + "survey-knockout-ui": "1.9.41", "ts-loader": "^8.3.0", "typescript": "^4.5.4", "uploadcare-widget": "^3.6.0", - "url-loader": "^4.1.1", - "vee-validate": "^3.4.14", - "vue": "^2.7.13", + "url-loader": "^1.0.1", + "vee-validate": "^4.5.10", + "@vee-validate/rules": "^4.5.10", + "vue": "^3.2.31", "vue-apollo": "^3.1.0", - "vue-loader": "^15.10.0", + "vue-loader": "^16.8.3", "vue-matomo": "^4.1.0", "vue-router": "^3.5.3", - "vue-scrollto": "^2.11.0", + "vue-scrollto": "^2.20.0", "vue-style-loader": "^3.0.1", - "vue-template-compiler": "^2.7.13", "vue-vimeo-player": "^0.2.2", + "vuejs3-logger": "1.0.0", "vuex": "^3.0.1", "webpack": "^5.67.0", "webpack-bundle-analyzer": "^4.5.0", - "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.6.0", - "webpack-merge": "^5.8.0" + "webpack-merge": "^5.8.0", + "webpack-cli": "^4.9.1" }, "engines": { "node": ">= 14.x", @@ -126,11 +121,5 @@ "> 1%", "last 2 versions", "not ie <= 8" - ], - "resolutions": { - "vue": "2.6.14" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" - } + ] }