|
29 | 29 | "@sentry/nuxt": "^10.25.0", |
30 | 30 | "@sentry/profiling-node": "^10.26.0", |
31 | 31 | "@vueuse/router": "^13.9.0", |
| 32 | + "@vueuse/core": "^10.7.2", |
| 33 | + "@vueuse/nuxt": "^10.7.2", |
32 | 34 | "ajv": "^8.17.1", |
33 | 35 | "ajv-errors": "^3.0.0", |
34 | 36 | "ajv-i18n": "^4.2.0", |
35 | 37 | "cookie": "^1.0.2", |
| 38 | + "dayjs-nuxt": "^2.1.11", |
36 | 39 | "fast-password-entropy": "^1.1.1", |
37 | 40 | "hibp": "^15.0.1", |
38 | 41 | "moment": "^2.30.1", |
39 | 42 | "monaco-editor": "^0.53.0", |
| 43 | + "nuxt": "^3.16.0", |
| 44 | + "nuxt-monaco-editor": "^1.4.0", |
| 45 | + "nuxt-quasar-ui": "^2.1.13", |
40 | 46 | "openapi-fetch": "^0.14.0", |
41 | 47 | "pinia": "^3.0.3", |
42 | 48 | "qs": "^6.14.0", |
43 | 49 | "quasar": "^2.18.2", |
44 | 50 | "radash": "^12.1.1", |
45 | 51 | "reconnecting-eventsource": "^1.6.4", |
46 | 52 | "sass": "^1.92.1", |
| 53 | + "typescript": "^5.9.2", |
| 54 | + "vite-plugin-pug": "^0.4.1", |
| 55 | + "vue": "^3.4.14", |
47 | 56 | "vue-eslint-parser": "^10.2.0", |
| 57 | + "vue-router": "^4.2.5", |
48 | 58 | "yaml": "^2.8.1" |
49 | 59 | }, |
50 | 60 | "devDependencies": { |
|
54 | 64 | "@typescript-eslint/eslint-plugin": "^8.43.0", |
55 | 65 | "@typescript-eslint/parser": "^8.43.0", |
56 | 66 | "@vue/language-plugin-pug": "^1.8.27", |
57 | | - "@vueuse/core": "^10.7.2", |
58 | | - "@vueuse/nuxt": "^10.7.2", |
59 | | - "dayjs-nuxt": "^2.1.11", |
60 | 67 | "eslint": "^9.35.0", |
61 | 68 | "memfs": "^4.39.0", |
62 | | - "nuxt": "^3.16.0", |
63 | | - "nuxt-monaco-editor": "^1.4.0", |
64 | | - "nuxt-quasar-ui": "^2.1.13", |
65 | 69 | "openapi-typescript": "^7.9.1", |
66 | 70 | "prettier": "^3.6.2", |
67 | | - "typescript": "^5.9.2", |
68 | | - "vite-plugin-pug": "^0.4.1", |
69 | | - "vue": "^3.4.14", |
70 | | - "vue-router": "^4.2.5", |
71 | 71 | "vue-tsc": "^1.8.27" |
72 | 72 | }, |
73 | 73 | "resolutions": { |
|
0 commit comments