2019-01-15 13:21:24 +01:00
|
|
|
{
|
|
|
|
|
"name": "dancefinder-app",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"author": "Joakim Olsson <joakim@unbound.se>",
|
|
|
|
|
"private": true,
|
2022-08-03 18:40:05 +02:00
|
|
|
"scripts": {
|
2024-02-05 16:48:02 +01:00
|
|
|
"build": "nuxt build",
|
|
|
|
|
"dev": "nuxt dev",
|
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
|
"preview": "nuxt preview",
|
|
|
|
|
"postinstall": "nuxt prepare",
|
2024-05-28 16:57:02 +00:00
|
|
|
"lint:js": "eslint .",
|
2022-08-03 18:40:05 +02:00
|
|
|
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
|
2024-02-02 14:46:42 +01:00
|
|
|
"lint": "yarn lint:js && yarn lint:style",
|
2024-05-28 16:57:02 +00:00
|
|
|
"lintfix": "eslint --fix . && yarn lint:style --fix",
|
2024-02-02 16:38:51 +01:00
|
|
|
"codegen": "graphql-codegen && eslint --ext \".ts\" --ignore-path .gitignore graphql/generated/operations.ts --fix"
|
2022-08-03 18:40:05 +02:00
|
|
|
},
|
2019-01-15 13:21:24 +01:00
|
|
|
"devDependencies": {
|
2025-03-07 16:01:35 +00:00
|
|
|
"@commitlint/cli": "19.8.0",
|
|
|
|
|
"@commitlint/config-conventional": "19.8.0",
|
2025-02-13 15:02:02 +00:00
|
|
|
"@graphql-codegen/cli": "5.0.5",
|
2025-02-08 14:00:02 +00:00
|
|
|
"@graphql-codegen/fragment-matcher": "5.1.0",
|
2025-03-27 13:02:12 +00:00
|
|
|
"@graphql-codegen/typescript": "4.1.6",
|
|
|
|
|
"@graphql-codegen/typescript-operations": "4.6.0",
|
2024-11-03 16:42:01 +00:00
|
|
|
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
|
2025-04-14 06:01:17 +00:00
|
|
|
"@nuxt/devtools": "2.4.0",
|
2025-03-31 03:01:05 +00:00
|
|
|
"@nuxt/eslint": "1.3.0",
|
2024-11-03 16:42:01 +00:00
|
|
|
"@nuxtjs/eslint-module": "4.1.0",
|
2025-04-10 14:03:14 +00:00
|
|
|
"@nuxtjs/i18n": "9.5.3",
|
2024-11-03 16:42:01 +00:00
|
|
|
"@vue/test-utils": "2.4.6",
|
2025-03-30 18:08:41 +00:00
|
|
|
"esbuild": "0.25.2",
|
2025-04-21 18:10:46 +00:00
|
|
|
"eslint": "9.25.1",
|
2024-11-03 16:42:01 +00:00
|
|
|
"eslint-plugin-nuxt": "4.0.0",
|
2025-03-05 14:03:27 +00:00
|
|
|
"eslint-plugin-vue": "10.0.0",
|
2025-04-01 11:03:42 +00:00
|
|
|
"nuxt": "3.16.2",
|
2025-01-14 08:58:50 +00:00
|
|
|
"postcss-html": "1.8.0",
|
2025-04-04 01:10:16 +00:00
|
|
|
"sass": "1.86.3",
|
2025-04-06 09:00:26 +00:00
|
|
|
"stylelint": "16.18.0",
|
2025-01-22 02:09:45 +00:00
|
|
|
"stylelint-config-recommended-vue": "1.6.0",
|
2025-04-06 10:08:39 +00:00
|
|
|
"stylelint-config-standard": "38.0.0",
|
2025-04-05 01:09:03 +00:00
|
|
|
"typescript": "5.8.3",
|
2025-04-21 18:10:52 +00:00
|
|
|
"typescript-eslint": "8.31.0",
|
2025-04-03 11:01:48 +00:00
|
|
|
"vite-plugin-vuetify": "2.1.1",
|
2024-11-15 15:00:41 +00:00
|
|
|
"vue": "3.5.13",
|
2024-11-25 15:02:00 +00:00
|
|
|
"vue-router": "4.5.0",
|
2025-04-16 15:02:27 +00:00
|
|
|
"vuetify": "3.8.2"
|
2019-07-04 01:01:13 +00:00
|
|
|
},
|
2024-02-05 16:48:02 +01:00
|
|
|
"dependencies": {
|
2025-04-17 17:03:03 +00:00
|
|
|
"@apollo/client": "3.13.8",
|
2025-01-26 22:05:55 +00:00
|
|
|
"@auth0/auth0-vue": "2.4.0",
|
2024-11-03 16:42:01 +00:00
|
|
|
"@mdi/font": "7.4.47",
|
2025-04-10 07:02:23 +00:00
|
|
|
"@pinia/nuxt": "0.11.0",
|
2025-04-16 14:02:36 +00:00
|
|
|
"@sentry/nuxt": "9.13.0",
|
2025-03-11 14:01:41 +00:00
|
|
|
"@vue/apollo-composable": "4.2.2",
|
2025-03-24 16:01:40 +00:00
|
|
|
"apollo-link-sentry": "4.2.0",
|
2024-11-03 16:42:01 +00:00
|
|
|
"date-fns": "4.1.0",
|
2024-12-15 12:11:14 +00:00
|
|
|
"graphql": "16.10.0",
|
2024-11-03 18:00:28 +00:00
|
|
|
"graphql-tag": "2.12.6",
|
2025-04-09 15:05:37 +00:00
|
|
|
"pinia": "3.0.2",
|
2024-12-16 21:11:48 +00:00
|
|
|
"pinia-plugin-persistedstate": "4.2.0",
|
2024-11-03 16:42:01 +00:00
|
|
|
"subscriptions-transport-ws": "0.11.0"
|
2024-11-06 13:19:20 +01:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "22"
|
2024-11-06 14:40:02 +01:00
|
|
|
}
|
2019-01-15 13:21:24 +01:00
|
|
|
}
|