chore: upgrade to Vue3/Vuetify3

This commit is contained in:
2024-02-05 16:48:02 +01:00
parent 171e1039a7
commit ef3b5460ad
65 changed files with 3153 additions and 9032 deletions
+48 -57
View File
@@ -7,76 +7,67 @@
"author": "Joakim Olsson <joakim@unbound.se>",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi generate",
"start": "nuxi preview",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:js": "eslint --ext \".ts,.js,.cjs,.vue\" --ignore-path .gitignore .",
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
"lint": "yarn lint:js && yarn lint:style",
"lintfix": "yarn lint:js --fix && yarn lint:style --fix",
"prepare": "husky install",
"test": "jest",
"codegen": "graphql-codegen && eslint --ext \".ts\" --ignore-path .gitignore graphql/generated/operations.ts --fix"
},
"dependencies": {
"@apollo/client": "^3.9.2",
"@auth0/auth0-spa-js": "^2.1.3",
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/fragment-matcher": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-vue-apollo": "^4.1.0",
"@nuxtjs/i18n": "^7.3.1",
"@nuxtjs/sentry": "^8.0.6",
"@nuxtjs/vuetify": "^1.12.3",
"@nuxt/devtools": "^1.0.8",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/i18n": "^8.0.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@types/vuelidate": "^0.7.21",
"@typescript-eslint/parser": "^6.20.0",
"@vue/test-utils": "^2.4.4",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.21.1",
"nuxt": "^3.10.0",
"postcss-html": "^1.6.0",
"sass": "^1.70.0",
"stylelint": "^16.2.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.3.3",
"vite-plugin-vuetify": "^2.0.1",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vuetify": "^3.5.2"
},
"dependencies": {
"@apollo/client": "^3.9.2",
"@auth0/auth0-vue": "^2.3.3",
"@mdi/font": "^7.4.47",
"@pinia/nuxt": "^0.5.1",
"@snyk/protect": "^1.1276.0",
"@sentry/browser": "^7.99.0",
"@snyk/graphlib": "^3.4.0",
"@snyk/lodash": "^4.17.15-patch",
"@vue/apollo-composable": "^4.0.1",
"@vueuse/core": "^10.7.2",
"core-js": "3",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vuepic/vue-datepicker": "^7.4.1",
"apollo-link-sentry": "^3.3.0",
"date-fns": "^3.3.1",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"node-sass": "^9.0.0",
"nuxt-edge": "latest",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sass-loader": "^10.1.1",
"vue": "2.7.16",
"vue-demi": "^0.14.7",
"vue-server-renderer": "2.7.16",
"vue-template-compiler": "2.7.16",
"vuetify": "^2.7.1"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.23.9",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/fragment-matcher": "^5.0.0",
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"@nuxt/types": "^2.17.3",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/stylelint-module": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-eslint": "^10.0.3",
"cli-engine": "^4.7.6",
"cypress": "^13.6.4",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.21.1",
"husky": "^9.0.10",
"nuxi": "^3.10.0",
"postcss-html": "^1.6.0",
"stylelint": "^14.16.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^29.0.0",
"typescript": "^5.3.3",
"wait-on": "^7.2.0"
},
"resolutions": {
"eslint-webpack-plugin": "^2.0.0"
},
"snyk": true
"subscriptions-transport-ws": "^0.11.0",
"vue-debounce": "^5.0.0"
}
}