-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
211 lines (211 loc) · 8.26 KB
/
package.json
File metadata and controls
211 lines (211 loc) · 8.26 KB
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
{
"name": "keycap",
"private": true,
"version": "3.19.15",
"type": "module",
"scripts": {
"build": "NODE_ENV=production nuxt build",
"build:bench": "NODE_ENV=production BENCHMARKING=true nuxt build",
"build:ci": "NODE_ENV=production CI=1 nuxt build",
"dev": "NODE_ENV=development nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "vue-tsc --noEmit && eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "npx -p vue-tsc@latest -p typescript@latest vue-tsc --noEmit",
"size": "size-limit",
"test": "vitest run",
"prepare-db": "prisma db push && jiti kysely/seed.ts",
"test:dev": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^8.1.1",
"@faker-js/faker": "^10.4.0",
"@nuxt/devtools": "^3.2.4",
"@nuxt/kit": "^4.4.2",
"@nuxt/test-utils": "^4.0.2",
"@nuxtjs/fontaine": "^0.5.0",
"@parcel/watcher": "^2.5.6",
"@prisma/client": "^6.19.3",
"@rollup/plugin-sucrase": "^5.1.0",
"@rollup/plugin-url": "^8.0.2",
"@size-limit/file": "^12.0.1",
"@swc/core": "^1.15.24",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/user-event": "^14.6.1",
"@testing-library/vue": "^8.1.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/decomment": "^0.9.5",
"@types/node": "~25.5.2",
"@types/sanitize-html": "^2.16.1",
"@unhead/addons": "^2.1.13",
"@vue/test-utils": "^2.4.6",
"@vue/typescript-plugin": "^3.2.6",
"browserslist-to-esbuild": "^2.1.1",
"decomment": "^0.9.5",
"eslint": "^10.2.0",
"estree-walker": "^3.0.3",
"happy-dom": "^20.8.9",
"jiti": "^2.6.1",
"lightningcss": "^1.32.0",
"magic-string": "^0.30.21",
"normalize.css": "^8.0.1",
"nuxt": "^4.4.2",
"parse-duration": "^2.1.6",
"picocolors": "^1.1.1",
"prisma": "^7.7.0",
"prisma-kysely": "^3.1.0",
"rollup-plugin-swc3": "^0.12.1",
"sass": "^1.99.0",
"scule": "^1.3.0",
"size-limit": "^12.0.1",
"std-env": "^4.0.0",
"svgo": "^4.0.1",
"tinyexec": "^1.1.1",
"type-fest": "^5.5.0",
"typescript": "^5.9.3",
"unplugin": "^3.0.0",
"vitest": "^4.1.4"
},
"dependencies": {
"@drdgvhbh/postgres-error-codes": "0.0.6",
"@emoji-mart/data": "^1.2.1",
"@floating-ui/dom": "^1.7.6",
"@node-rs/argon2": "^2.0.2",
"@node-rs/bcrypt": "^1.10.7",
"@resvg/resvg-js": "^2.6.2",
"@sapphire/ratelimits": "^2.4.11",
"@sinclair/typebox": "^0.34.49",
"@tiptap/core": "^3.22.3",
"@tiptap/extension-blockquote": "^3.22.3",
"@tiptap/extension-bold": "^3.22.3",
"@tiptap/extension-code": "^3.22.3",
"@tiptap/extension-code-block": "^3.22.3",
"@tiptap/extension-document": "^3.22.3",
"@tiptap/extension-hard-break": "^3.22.3",
"@tiptap/extension-heading": "^3.22.3",
"@tiptap/extension-highlight": "^3.22.3",
"@tiptap/extension-italic": "^3.22.3",
"@tiptap/extension-list": "^3.22.3",
"@tiptap/extension-paragraph": "^3.22.3",
"@tiptap/extension-strike": "^3.22.3",
"@tiptap/extension-text": "^3.22.3",
"@tiptap/extensions": "^3.22.3",
"@tiptap/pm": "^3.22.3",
"@tiptap/suggestion": "^3.22.3",
"@tiptap/vue-3": "^3.22.3",
"@ungap/with-resolvers": "^0.1.0",
"@vite-pwa/nuxt": "^1.1.1",
"@vue/shared": "^3.5.32",
"coincident": "3.0.5",
"cookie-es": "^2.0.1",
"destr": "^2.0.5",
"escape-string-regexp": "^5.0.0",
"h3": "^1.15.11",
"hashlru": "patch:hashlru@npm%3A2.3.0#~/.yarn/patches/hashlru-npm-2.3.0-8267692d49.patch",
"idb-keyval": "^6.2.2",
"jose": "^6.2.2",
"kysely": "^0.28.15",
"kysely-postgres-js": "^3.0.0",
"mitt": "^3.0.1",
"nanoid": "^5.1.7",
"nitropack": "^2.13.3",
"ohash": "1.1.6",
"pathe": "^2.0.3",
"pkg-types": "^2.3.0",
"postgres": "^3.4.9",
"rad-event-listener": "^0.2.4",
"sanitize-html": "^2.17.2",
"tiny-invariant": "^1.3.3",
"tinykeys": "^3.0.0",
"ufo": "^1.6.3",
"unenv": "^1.10.0",
"unstorage": "^1.17.5",
"vue": "latest",
"vue-tsc": "^3.2.6",
"workbox-core": "^7.4.0",
"workbox-expiration": "^7.4.0",
"workbox-precaching": "^7.4.0",
"workbox-routing": "^7.4.0",
"workbox-strategies": "^7.4.0"
},
"packageManager": "yarn@4.13.0",
"resolutions": {
"@tiptap/core": "patch:@tiptap/core@npm%3A3.22.3#~/.yarn/patches/@tiptap-core-npm-3.0.7-0c0eb907ed.patch",
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@^1.0.44",
"arraybuffer.prototype.slice": "npm:@nolyfill/arraybuffer.prototype.slice@^1.0.44",
"available-typed-arrays": "npm:@nolyfill/available-typed-arrays@^1.0.44",
"cross-spawn": "7.0.5",
"deep-equal": "npm:@nolyfill/deep-equal@^1.0.44",
"define-properties": "npm:@nolyfill/define-properties@^1.0.44",
"es-set-tostringtag": "npm:@nolyfill/es-set-tostringtag@^1.0.44",
"function-bind": "npm:@nolyfill/function-bind@^1.0.21",
"function.prototype.name": "npm:@nolyfill/function.prototype.name@^1.0.44",
"get-symbol-description": "npm:@nolyfill/get-symbol-description@^1.0.44",
"globalthis": "npm:@nolyfill/globalthis@^1.0.44",
"gopd": "npm:@nolyfill/gopd@^1.0.44",
"has-property-descriptors": "npm:@nolyfill/has-property-descriptors@^1.0.44",
"has-proto": "npm:@nolyfill/has-proto@^1.0.44",
"has-symbols": "npm:@nolyfill/has-symbols@^1.0.21",
"has-tostringtag": "npm:@nolyfill/has-tostringtag@^1.0.21",
"hasown": "npm:@nolyfill/hasown@^1.0.44",
"internal-slot": "npm:@nolyfill/internal-slot@^1.0.44",
"is-arguments": "npm:@nolyfill/is-arguments@^1.0.44",
"is-array-buffer": "npm:@nolyfill/is-array-buffer@^1.0.44",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"is-date-object": "npm:@nolyfill/is-date-object@^1.0.44",
"is-regex": "npm:@nolyfill/is-regex@^1.0.44",
"is-shared-array-buffer": "npm:@nolyfill/is-shared-array-buffer@^1.0.44",
"is-string": "npm:@nolyfill/is-string@^1.0.44",
"is-symbol": "npm:@nolyfill/is-symbol@^1.0.44",
"is-typed-array": "npm:@nolyfill/is-typed-array@^1.0.44",
"is-weakref": "npm:@nolyfill/is-weakref@^1.0.44",
"isarray": "npm:@nolyfill/isarray@^1.0.44",
"nitropack": "patch:nitropack@npm%3A2.13.3#~/.yarn/patches/nitropack-npm-2.10.1-18983fba8f.patch",
"nuxt": "patch:nuxt@npm%3A4.4.2#~/.yarn/patches/nuxt-npm-4.4.2-605d71aeb6.patch",
"object-is": "npm:@nolyfill/object-is@^1.0.44",
"object-keys": "npm:@nolyfill/object-keys@^1.0.44",
"object.assign": "npm:@nolyfill/object.assign@^1.0.44",
"regexp.prototype.flags": "npm:@nolyfill/regexp.prototype.flags@^1.0.44",
"safe-array-concat": "npm:@nolyfill/safe-array-concat@^1.0.44",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44",
"safe-regex-test": "npm:@nolyfill/safe-regex-test@^1.0.44",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.44",
"set-function-length": "npm:@nolyfill/set-function-length@^1.0.25",
"side-channel": "npm:@nolyfill/side-channel@^1.0.44",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1.0.44",
"string.prototype.trim": "npm:@nolyfill/string.prototype.trim@^1.0.44",
"string.prototype.trimend": "npm:@nolyfill/string.prototype.trimend@^1.0.44",
"string.prototype.trimstart": "npm:@nolyfill/string.prototype.trimstart@^1.0.44",
"tinykeys": "patch:tinykeys@npm%3A3.0.0#~/.yarn/patches/tinykeys-npm-3.0.0-b6011b0740.patch",
"type-fest": "latest",
"typed-array-buffer": "npm:@nolyfill/typed-array-buffer@^1.0.44",
"typed-array-byte-length": "npm:@nolyfill/typed-array-byte-length@^1.0.44",
"typed-array-byte-offset": "npm:@nolyfill/typed-array-byte-offset@^1.0.44",
"typed-array-length": "npm:@nolyfill/typed-array-length@^1.0.44",
"unbox-primitive": "npm:@nolyfill/unbox-primitive@^1.0.44",
"which-boxed-primitive": "npm:@nolyfill/which-boxed-primitive@^1.0.44",
"which-typed-array": "npm:@nolyfill/which-typed-array@^1.0.44",
"workbox-window": "npm:@vite-pwa/workbox-window@latest"
},
"size-limit": [
{
"name": "client js",
"path": "./.output/public/_nuxt/*.js",
"brotli": true,
"limit": "245kb"
},
{
"name": "css",
"path": "./.output/public/_nuxt/*.css",
"brotli": true,
"limit": "20kb"
},
{
"name": "server",
"path": "./.output/server/**/*",
"brotli": false,
"limit": "14mb"
}
]
}