Files
dancefinder-app/package.json
T
argoyle 389a59059d chore(deps): update meow to version 13.2.0 in package.json
Updates the meow dependency from version 12.1.1 to 13.2.0 to 
incorporate the latest features and improvements, ensuring 
compatibility with Node.js version 18 and above. Adjusts the 
package-lock.json to reflect the updated version.
2025-08-04 18:40:45 +02:00

71 lines
2.2 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 --ext \".ts\" --ignore-path .gitignore graphql/generated/operations.ts --fix"
},
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@graphql-codegen/cli": "5.0.7",
"@graphql-codegen/fragment-matcher": "5.1.0",
"@graphql-codegen/typescript": "4.1.6",
"@graphql-codegen/typescript-operations": "4.6.1",
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
"@nuxt/devtools": "2.6.2",
"@nuxt/eslint": "1.7.1",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/i18n": "10.0.2",
"@stylistic/eslint-plugin": "5.2.2",
"@vue/test-utils": "2.4.6",
"esbuild": "0.25.8",
"eslint": "9.31.0",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.3.0",
"nuxt": "4.0.2",
"postcss-html": "1.8.0",
"sass": "1.89.2",
"stylelint": "16.22.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "38.0.0",
"typescript": "5.8.3",
"typescript-eslint": "8.38.0",
"vite-plugin-vuetify": "2.1.1",
"vue": "3.5.18",
"vue-eslint-parser": "10.2.0",
"vue-router": "4.5.1",
"vuetify": "3.9.2"
},
"dependencies": {
"@apollo/client": "3.13.8",
"@auth0/auth0-vue": "2.4.0",
"@grafana/faro-web-sdk": "1.19.0",
"@grafana/faro-web-tracing": "1.19.0",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.11.2",
"@vue/apollo-composable": "4.2.2",
"date-fns": "4.1.0",
"graphql": "16.11.0",
"graphql-tag": "2.12.6",
"meow": "13.2.0",
"pinia": "3.0.3",
"pinia-plugin-persistedstate": "4.4.1",
"subscriptions-transport-ws": "0.11.0"
},
"engines": {
"node": "24"
}
}