-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
121 lines (121 loc) · 4.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi prepare && nuxi build",
"start": "node .output/server/index.mjs",
"lint:js": "NODE_OPTIONS=\"--max-old-space-size=8192\" eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore --ignore-pattern backend/",
"lint:style": "stylelint \"**/*.{scss,css,vue}\" --ignore-path .gitignore",
"postinstall": "husky",
"lint": "yarn lint:js . && yarn lint:style",
"cache:clear": "nuxi cleanup",
"graphql:schema:dump": "cd ./backend && yarn graphql:schema:dump",
"graphql:schema:gen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@nuxt/typescript-runtime": "^3.0.2",
"@nuxtjs/plausible": "^0.2.4",
"@pinia/nuxt": "^0.5.1",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-bold": "^2.2.4",
"@tiptap/extension-document": "^2.2.4",
"@tiptap/extension-hard-break": "^2.2.4",
"@tiptap/extension-heading": "^2.2.4",
"@tiptap/extension-history": "^2.2.4",
"@tiptap/extension-italic": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-paragraph": "^2.2.4",
"@tiptap/extension-text": "^2.2.4",
"@tiptap/extension-text-style": "^2.2.4",
"@tiptap/extension-typography": "^2.2.4",
"@tiptap/extension-underline": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"dotenv": "^16.4.5",
"fuse.js": "^7.0.0",
"normalize.css": "^8.0.1",
"nuxt-icons": "^3.2.1",
"pinia": "^2.1.7",
"postcss": "^8.4.35",
"primevue": "^3.49.1",
"qr-scanner": "^1.4.2",
"vue": "3.4.20",
"zod": "^3.22.4"
},
"lint-staged": {
"*.{ts,js,vue}": "eslint --cache",
"*.{scss,css}": "stylelint"
},
"devDependencies": {
"@fontsource/raleway": "^5.0.16",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.4",
"@graphql-codegen/import-types-preset": "^3.0.0",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-document-nodes": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-resolvers": "^4.0.6",
"@iconify/json": "^2.2.187",
"@nuxt/devtools": "^1.0.8",
"@nuxt/types": "^2.17.3",
"@nuxt/typescript-build": "^3.0.2",
"@nuxt/vite-builder": "^3.10.3",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/stylelint-module": "^5.2.0",
"@sentry/browser": "^7.102.1",
"@sentry/vue": "^7.102.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cssesc": "^3.0.2",
"@types/http-status-codes": "^1.2.0",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "20",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@urql/core": "^4.2.3",
"@vue/compiler-sfc": "^3.4.20",
"@vueuse/nuxt": "^10.8.0",
"chart.js": "^4.4.1",
"cssesc": "^3.0.0",
"eslint": "8.57.0",
"eslint-plugin-nuxt": "^4.0.0",
"graphql": "^16.8.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lodash-es": "^4.17.21",
"meow": "^9.0.0",
"nuxt": "^3.10.3",
"nuxt-primevue": "^0.3.1",
"optionator": "^0.9.3",
"postcss-html": "^1.6.0",
"postcss-scss": "^4.0.9",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue-sass-theme": "git+https://github.com/primefaces/primevue-sass-theme#3.49.1",
"rambda": "^9.1.0",
"rambdax": "^11.0.0",
"sass": "^1.71.1",
"short-unique-id": "^5.0.3",
"stylelint": "^16.2.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-scss": "^6.1.0",
"type-fest": "^4.10.3",
"typescript": "^5.3.3",
"unplugin-icons": "^0.18.5",
"vite-plugin-checker": "^0.6.4",
"vite-svg-loader": "^5.1.0",
"vue-cal": "^4.8.1",
"vue-gtag-next": "^1.14.0",
"vue-router": "^4.3.0"
},
"packageManager": "[email protected]",
"engineStrict": true,
"engines": {
"node": ">=20.0.0"
}
}