Files
dancefinder-app/package.json
T

67 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": "yarn lint:js && yarn lint:style",
"lintfix": "eslint --fix . && yarn lint:style --fix",
"codegen": "graphql-codegen && eslint --ext \".ts\" --ignore-path .gitignore graphql/generated/operations.ts --fix"
},
"devDependencies": {
"@commitlint/cli": "19.8.0",
"@commitlint/config-conventional": "19.8.0",
"@graphql-codegen/cli": "5.0.5",
"@graphql-codegen/fragment-matcher": "5.1.0",
"@graphql-codegen/typescript": "4.1.6",
"@graphql-codegen/typescript-operations": "4.6.0",
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
"@nuxt/devtools": "2.3.2",
"@nuxt/eslint": "1.3.0",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/i18n": "9.5.2",
"@vue/test-utils": "2.4.6",
"esbuild": "0.25.2",
"eslint": "9.24.0",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-vue": "10.0.0",
"nuxt": "3.16.2",
"postcss-html": "1.8.0",
"sass": "1.86.3",
"stylelint": "16.17.0",
"stylelint-config-recommended-vue": "1.6.0",
"stylelint-config-standard": "37.0.0",
"typescript": "5.8.2",
"typescript-eslint": "8.29.0",
"vite-plugin-vuetify": "2.1.1",
"vue": "3.5.13",
"vue-router": "4.5.0",
"vuetify": "3.8.0"
},
"dependencies": {
"@apollo/client": "3.13.6",
"@auth0/auth0-vue": "2.4.0",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.10.1",
"@sentry/nuxt": "9.11.0",
"@vue/apollo-composable": "4.2.2",
"apollo-link-sentry": "4.2.0",
"date-fns": "4.1.0",
"graphql": "16.10.0",
"graphql-tag": "2.12.6",
"pinia": "3.0.1",
"pinia-plugin-persistedstate": "4.2.0",
"subscriptions-transport-ws": "0.11.0"
},
"engines": {
"node": "22"
}
}