70 lines
2.2 KiB
JSON
70 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 graphql/generated/operations.ts --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "20.3.1",
|
|
"@commitlint/config-conventional": "20.3.1",
|
|
"@graphql-codegen/cli": "6.1.1",
|
|
"@graphql-codegen/fragment-matcher": "6.0.0",
|
|
"@graphql-codegen/typescript": "5.0.7",
|
|
"@graphql-codegen/typescript-operations": "5.0.7",
|
|
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
|
|
"@nuxt/devtools": "3.1.1",
|
|
"@nuxt/eslint": "1.12.1",
|
|
"@nuxtjs/eslint-module": "4.1.0",
|
|
"@nuxtjs/i18n": "10.2.1",
|
|
"@stylistic/eslint-plugin": "5.7.0",
|
|
"@vue/test-utils": "2.4.6",
|
|
"esbuild": "0.27.2",
|
|
"eslint": "9.39.2",
|
|
"eslint-plugin-nuxt": "4.0.0",
|
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
"eslint-plugin-vue": "10.7.0",
|
|
"nuxt": "4.2.2",
|
|
"postcss-html": "1.8.1",
|
|
"sass": "1.97.2",
|
|
"stylelint": "16.26.1",
|
|
"stylelint-config-recommended-vue": "1.6.1",
|
|
"stylelint-config-standard": "39.0.1",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "8.53.0",
|
|
"vite-plugin-vuetify": "2.1.2",
|
|
"vue": "3.5.26",
|
|
"vue-eslint-parser": "10.2.0",
|
|
"vue-router": "4.6.4",
|
|
"vuetify": "3.11.6"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "3.14.0",
|
|
"@auth0/auth0-vue": "2.5.0",
|
|
"@grafana/faro-web-sdk": "2.1.0",
|
|
"@grafana/faro-web-tracing": "2.1.0",
|
|
"@mdi/font": "7.4.47",
|
|
"@pinia/nuxt": "0.11.3",
|
|
"@vue/apollo-composable": "4.2.2",
|
|
"date-fns": "4.1.0",
|
|
"graphql": "16.12.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"
|
|
}
|
|
}
|