2025-11-22 16:42:35 +01:00
|
|
|
{
|
|
|
|
|
"name": "schemas-app",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "nuxt build",
|
|
|
|
|
"dev": "nuxt dev",
|
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
|
"preview": "nuxt preview",
|
|
|
|
|
"postinstall": "nuxt prepare",
|
|
|
|
|
"codegen": "graphql-codegen --config codegen.yml",
|
|
|
|
|
"test": "vitest run",
|
|
|
|
|
"test:watch": "vitest",
|
|
|
|
|
"test:coverage": "vitest run --coverage",
|
|
|
|
|
"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"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-11-22 19:55:11 +00:00
|
|
|
"@apollo/client": "3.14.0",
|
2025-12-12 12:54:45 +00:00
|
|
|
"@auth0/auth0-vue": "2.5.0",
|
2025-11-22 16:55:00 +00:00
|
|
|
"@vue/apollo-composable": "4.2.2",
|
|
|
|
|
"graphql": "16.12.0",
|
2026-01-27 14:28:41 +00:00
|
|
|
"graphql-ws": "6.0.7",
|
2026-01-23 00:26:16 +00:00
|
|
|
"nuxt": "4.3.0",
|
2026-01-19 07:18:51 +00:00
|
|
|
"vue": "3.5.27",
|
2025-12-11 15:55:29 +00:00
|
|
|
"vue-router": "4.6.4",
|
2026-01-28 23:11:15 +00:00
|
|
|
"vuetify-nuxt-module": "0.19.5"
|
2025-11-22 16:42:35 +01:00
|
|
|
},
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"devDependencies": {
|
2026-01-30 11:15:24 +00:00
|
|
|
"@commitlint/cli": "20.4.0",
|
|
|
|
|
"@commitlint/config-conventional": "20.4.0",
|
2026-01-11 12:44:31 +00:00
|
|
|
"@graphql-codegen/cli": "6.1.1",
|
2025-12-18 12:54:42 +00:00
|
|
|
"@graphql-codegen/typed-document-node": "6.1.5",
|
|
|
|
|
"@graphql-codegen/typescript": "5.0.7",
|
|
|
|
|
"@graphql-codegen/typescript-operations": "5.0.7",
|
2025-11-22 16:55:00 +00:00
|
|
|
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
|
2025-11-25 15:37:10 +00:00
|
|
|
"@nuxt/devtools": "3.1.1",
|
2026-01-23 12:23:43 +00:00
|
|
|
"@nuxt/eslint": "1.13.0",
|
2025-11-22 16:55:00 +00:00
|
|
|
"@nuxtjs/eslint-module": "4.1.0",
|
|
|
|
|
"@nuxtjs/stylelint-module": "5.2.1",
|
2026-01-23 12:23:50 +00:00
|
|
|
"@stylistic/eslint-plugin": "5.7.1",
|
2025-12-12 08:54:56 +00:00
|
|
|
"@vitejs/plugin-vue": "6.0.3",
|
2026-01-22 18:16:13 +00:00
|
|
|
"@vitest/coverage-v8": "4.0.18",
|
2025-11-22 16:55:00 +00:00
|
|
|
"@vue/test-utils": "2.4.6",
|
2025-12-12 22:54:55 +00:00
|
|
|
"eslint": "9.39.2",
|
2025-11-22 16:55:00 +00:00
|
|
|
"eslint-plugin-nuxt": "4.0.0",
|
|
|
|
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
2026-01-16 11:22:59 +00:00
|
|
|
"eslint-plugin-vue": "10.7.0",
|
2025-12-26 11:54:32 +00:00
|
|
|
"jsdom": "27.4.0",
|
2026-01-13 15:14:57 +00:00
|
|
|
"postcss-html": "1.8.1",
|
2026-01-30 13:29:43 +00:00
|
|
|
"stylelint": "17.1.0",
|
2025-11-22 16:55:00 +00:00
|
|
|
"stylelint-config-recommended-vue": "1.6.1",
|
2026-01-18 19:10:51 +00:00
|
|
|
"stylelint-config-standard": "40.0.0",
|
2025-11-22 16:55:00 +00:00
|
|
|
"typescript": "5.9.3",
|
2026-01-26 18:18:41 +00:00
|
|
|
"typescript-eslint": "8.54.0",
|
2025-11-22 16:55:00 +00:00
|
|
|
"vite-plugin-eslint2": "5.0.4",
|
2026-01-22 18:16:13 +00:00
|
|
|
"vitest": "4.0.18",
|
2025-11-22 16:55:00 +00:00
|
|
|
"vue-eslint-parser": "10.2.0"
|
2025-11-22 16:42:35 +01:00
|
|
|
}
|
|
|
|
|
}
|