Files
dancefinder-app/package.json
T
argoyle c80e7d5f22
dancefinder-app / build (pull_request) Successful in 2m51s
dancefinder-app / deploy-prod (pull_request) Has been skipped
fix(deps): pin @vue/server-renderer to vue + regen lock in linux
Renovate's vue-monorepo group only bumps direct deps. @vue/server-renderer
is pulled transitively via @vue/test-utils and has an exact-pin peer on
vue, so vue minor bumps fail ERESOLVE.

Use npm overrides with \$vue to keep @vue/server-renderer in lockstep
with vue automatically. Lockfile regenerated inside cypress/base:26.0.0
container so the linux-side optional-dep graph (@emnapi/core, @emnapi/runtime)
is materialized correctly — macOS npm 11.6 cross-platform mode does not.
2026-05-15 11:26:53 +02:00

71 lines
2.1 KiB
JSON

{
"name": "dancefinder-app",
"version": "1.0.0",
"author": "Joakim Olsson <joakim@unbound.se>",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:js": "eslint .",
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
"lint": "npm run lint:js && npm run lint:style",
"lintfix": "eslint --fix . && npm run lint:style --fix",
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
},
"devDependencies": {
"@commitlint/cli": "21.0.0",
"@commitlint/config-conventional": "21.0.0",
"@graphql-codegen/cli": "7.0.0",
"@graphql-codegen/fragment-matcher": "7.0.0",
"@graphql-codegen/typescript": "6.0.1",
"@graphql-codegen/typescript-operations": "6.0.2",
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.2.4",
"@nuxt/eslint": "1.15.2",
"@nuxtjs/i18n": "10.3.0",
"@stylistic/eslint-plugin": "5.10.0",
"@vue/test-utils": "2.4.10",
"esbuild": "0.28.0",
"eslint": "10.3.0",
"eslint-plugin-simple-import-sort": "13.0.0",
"eslint-plugin-vue": "10.9.1",
"nuxt": "4.4.5",
"postcss-html": "1.8.1",
"sass": "1.99.0",
"stylelint": "17.11.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
"typescript": "6.0.3",
"typescript-eslint": "8.59.3",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.34",
"vue-eslint-parser": "10.4.0",
"vue-router": "5.0.6",
"vuetify": "4.0.7"
},
"dependencies": {
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.7.0",
"@grafana/faro-web-sdk": "2.6.3",
"@grafana/faro-web-tracing": "2.6.3",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.11.3",
"@vue/apollo-composable": "4.2.2",
"date-fns": "4.1.0",
"graphql": "16.14.0",
"graphql-tag": "2.12.6",
"pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1",
"subscriptions-transport-ws": "0.11.0"
},
"engines": {
"node": "24"
},
"overrides": {
"@vue/server-renderer": "$vue"
}
}