chore: migrate to nuxt-bridge
This commit is contained in:
+8
-6
@@ -7,9 +7,9 @@
|
||||
"author": "Joakim Olsson <joakim@unbound.se>",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"dev": "nuxi dev",
|
||||
"build": "nuxi generate",
|
||||
"start": "nuxi preview",
|
||||
"generate": "nuxt generate",
|
||||
"lint:js": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
|
||||
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
|
||||
@@ -26,7 +26,6 @@
|
||||
"@graphql-codegen/typescript": "^2.7.3",
|
||||
"@graphql-codegen/typescript-operations": "^2.5.3",
|
||||
"@graphql-codegen/typescript-vue-apollo": "^3.3.3",
|
||||
"@nuxtjs/composition-api": "^0.33.1",
|
||||
"@nuxtjs/i18n": "^7.2.3",
|
||||
"@nuxtjs/moment": "^1.1.0",
|
||||
"@nuxtjs/sentry": "^5.1.7",
|
||||
@@ -41,7 +40,7 @@
|
||||
"graphql-tag": "^2.12.6",
|
||||
"moment": "^2.29.4",
|
||||
"node-sass": "^7.0.1",
|
||||
"nuxt": "^2.15.8",
|
||||
"nuxt-edge": "latest",
|
||||
"sass-loader": "^10.1.1",
|
||||
"vue": "2.7.8",
|
||||
"vue-demi": "^0.13.7",
|
||||
@@ -55,11 +54,13 @@
|
||||
"@babel/runtime-corejs3": "^7.18.9",
|
||||
"@graphql-codegen/cli": "^2.11.6",
|
||||
"@graphql-codegen/fragment-matcher": "^3.3.1",
|
||||
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
|
||||
"@nuxt/types": "^2.15.8",
|
||||
"@nuxt/typescript-build": "^2.1.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^10.0.0",
|
||||
"@nuxtjs/eslint-module": "^3.1.0",
|
||||
"@nuxtjs/stylelint-module": "^4.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
||||
"@typescript-eslint/parser": "^5.33.1",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"cli-engine": "^4.7.6",
|
||||
"cypress": "^10.5.0",
|
||||
@@ -78,6 +79,7 @@
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-recommended-vue": "^1.4.0",
|
||||
"stylelint-config-standard": "^27.0.0",
|
||||
"typescript": "^4.7.4",
|
||||
"wait-on": "^6.0.1"
|
||||
},
|
||||
"snyk": true
|
||||
|
||||
Reference in New Issue
Block a user