-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
214 lines (214 loc) · 8.6 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
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
212
213
214
{
"name": "keycap",
"private": true,
"version": "3.16.4",
"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": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "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": "^4.1.0",
"@faker-js/faker": "^9.4.0",
"@nuxt/devtools": "^2.0.0-beta.4",
"@nuxt/kit": "^3.15.4",
"@nuxt/test-utils": "^3.15.4",
"@nuxtjs/fontaine": "^0.4.4",
"@parcel/watcher": "^2.5.1",
"@prisma/client": "5.3.1",
"@rollup/plugin-sucrase": "^5.0.2",
"@rollup/plugin-url": "^8.0.2",
"@size-limit/file": "^11.1.6",
"@swc/core": "^1.10.12",
"@testing-library/jest-dom": "^6.6.3",
"@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": "~22.13.0",
"@types/sanitize-html": "^2.13.0",
"@unhead/addons": "^1.11.18",
"@vue/test-utils": "^2.4.6",
"browserslist-to-esbuild": "^2.1.1",
"decomment": "^0.9.5",
"eslint": "^9.19.0",
"eslint-plugin-regexp": "^2.7.0",
"estree-walker": "^3.0.3",
"happy-dom": "^16.8.1",
"jiti": "^2.4.2",
"lightningcss": "^1.29.1",
"magic-string": "^0.30.17",
"normalize.css": "^8.0.1",
"nuxt": "^3.15.4",
"parse-duration": "^2.1.2",
"picocolors": "^1.1.1",
"prisma": "5.3.1",
"prisma-kysely": "^1.8.0",
"rollup-plugin-swc3": "^0.12.1",
"sass": "^1.83.4",
"scule": "^1.3.0",
"size-limit": "^11.1.6",
"std-env": "^3.8.0",
"svgo": "^3.3.2",
"tinyexec": "^0.3.2",
"type-fest": "^4.33.0",
"typescript": "^5.7.3",
"unplugin": "^2.1.2",
"vitest": "2.1.8"
},
"dependencies": {
"@drdgvhbh/postgres-error-codes": "0.0.6",
"@emoji-mart/data": "^1.2.1",
"@floating-ui/dom": "^1.6.13",
"@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.15",
"@superhuman/command-score": "patch:@superhuman/command-score@npm%3A0.5.0#~/.yarn/patches/@superhuman-command-score-npm-0.5.0-9db0ad6bf6.patch",
"@tiptap/core": "^2.11.5",
"@tiptap/extension-blockquote": "^2.11.5",
"@tiptap/extension-bold": "^2.11.5",
"@tiptap/extension-bullet-list": "^2.11.5",
"@tiptap/extension-code": "^2.11.5",
"@tiptap/extension-code-block": "^2.11.5",
"@tiptap/extension-document": "^2.11.5",
"@tiptap/extension-hard-break": "^2.11.5",
"@tiptap/extension-heading": "^2.11.5",
"@tiptap/extension-highlight": "2.6.6",
"@tiptap/extension-history": "^2.11.5",
"@tiptap/extension-italic": "^2.11.5",
"@tiptap/extension-list-item": "^2.11.5",
"@tiptap/extension-ordered-list": "^2.11.5",
"@tiptap/extension-paragraph": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-strike": "^2.11.5",
"@tiptap/extension-task-item": "^2.11.5",
"@tiptap/extension-task-list": "^2.11.5",
"@tiptap/extension-text": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/suggestion": "^2.11.5",
"@tiptap/vue-3": "^2.11.5",
"@ungap/with-resolvers": "^0.1.0",
"@vite-pwa/nuxt": "^0.10.6",
"@vue/shared": "^3.5.13",
"coincident": "^2.2.3",
"cookie-es": "^1.2.2",
"destr": "^2.0.3",
"escape-string-regexp": "^5.0.0",
"h3": "^1.14.0",
"hashlru": "patch:hashlru@npm%3A2.3.0#~/.yarn/patches/hashlru-npm-2.3.0-8267692d49.patch",
"idb-keyval": "^6.2.1",
"jose": "^5.9.6",
"kysely": "^0.27.5",
"kysely-postgres-js": "^2.0.0",
"mitt": "^3.0.1",
"nanoid": "^5.0.9",
"nitropack": "^2.10.4",
"ohash": "^1.1.4",
"pathe": "^2.0.2",
"pkg-types": "^1.3.1",
"postgres": "^3.4.5",
"rad-event-listener": "^0.2.4",
"sanitize-html": "^2.14.0",
"tiny-invariant": "^1.3.3",
"tinykeys": "2.1.0",
"ufo": "^1.5.4",
"unenv": "^1.10.0",
"unstorage": "^1.14.4",
"vue": "latest"
},
"packageManager": "yarn@4.6.0",
"resolutions": {
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@^1.0.29",
"arraybuffer.prototype.slice": "npm:@nolyfill/arraybuffer.prototype.slice@^1.0.28",
"available-typed-arrays": "npm:@nolyfill/available-typed-arrays@^1.0.29",
"deep-equal": "npm:@nolyfill/deep-equal@^1.0.29",
"define-properties": "npm:@nolyfill/define-properties@^1.0.39",
"es-set-tostringtag": "npm:@nolyfill/es-set-tostringtag@^1.0.29",
"function-bind": "npm:@nolyfill/function-bind@^1.0.21",
"function.prototype.name": "npm:@nolyfill/function.prototype.name@^1.0.40",
"get-symbol-description": "npm:@nolyfill/get-symbol-description@^1.0.29",
"globalthis": "npm:@nolyfill/globalthis@^1.0.28",
"gopd": "npm:@nolyfill/gopd@^1.0.29",
"has-property-descriptors": "npm:@nolyfill/has-property-descriptors@^1.0.29",
"has-proto": "npm:@nolyfill/has-proto@^1.0.29",
"has-symbols": "npm:@nolyfill/has-symbols@^1.0.21",
"has-tostringtag": "npm:@nolyfill/has-tostringtag@^1.0.21",
"hasown": "npm:@nolyfill/hasown@^1.0.29",
"internal-slot": "npm:@nolyfill/internal-slot@^1.0.29",
"is-arguments": "npm:@nolyfill/is-arguments@^1.0.29",
"is-array-buffer": "npm:@nolyfill/is-array-buffer@^1.0.29",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"is-date-object": "npm:@nolyfill/is-date-object@^1.0.29",
"is-regex": "npm:@nolyfill/is-regex@^1.0.29",
"is-shared-array-buffer": "npm:@nolyfill/is-shared-array-buffer@^1.0.29",
"is-string": "npm:@nolyfill/is-string@^1.0.29",
"is-symbol": "npm:@nolyfill/is-symbol@^1.0.29",
"is-typed-array": "npm:@nolyfill/is-typed-array@^1.0.29",
"is-weakref": "npm:@nolyfill/is-weakref@^1.0.29",
"isarray": "npm:@nolyfill/isarray@^1.0.29",
"object-is": "npm:@nolyfill/object-is@^1.0.28",
"object-keys": "npm:@nolyfill/object-keys@^1.0.28",
"object.assign": "npm:@nolyfill/object.assign@^1.0.28",
"regexp.prototype.flags": "npm:@nolyfill/regexp.prototype.flags@^1.0.28",
"safe-array-concat": "npm:@nolyfill/safe-array-concat@^1.0.29",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
"safe-regex-test": "npm:@nolyfill/safe-regex-test@^1.0.29",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
"set-function-length": "npm:@nolyfill/set-function-length@^1.0.25",
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1.0.28",
"string.prototype.trim": "npm:@nolyfill/string.prototype.trim@^1.0.28",
"string.prototype.trimend": "npm:@nolyfill/string.prototype.trimend@^1.0.28",
"string.prototype.trimstart": "npm:@nolyfill/string.prototype.trimstart@^1.0.28",
"typed-array-buffer": "npm:@nolyfill/typed-array-buffer@^1.0.29",
"typed-array-byte-length": "npm:@nolyfill/typed-array-byte-length@^1.0.29",
"typed-array-byte-offset": "npm:@nolyfill/typed-array-byte-offset@^1.0.29",
"typed-array-length": "npm:@nolyfill/typed-array-length@^1.0.29",
"unbox-primitive": "npm:@nolyfill/unbox-primitive@^1.0.29",
"which-boxed-primitive": "npm:@nolyfill/which-boxed-primitive@^1.0.29",
"which-typed-array": "npm:@nolyfill/which-typed-array@^1.0.29",
"@tiptap/core": "patch:@tiptap/core@npm%3A2.11.5#~/.yarn/patches/@tiptap-core-npm-2.8.0-acfdcd0fae.patch",
"@tiptap/extension-bold": "patch:@tiptap/extension-bold@npm%3A2.11.5#~/.yarn/patches/@tiptap-extension-bold-npm-2.2.4-2d09dcdbd7.patch",
"workbox-window": "npm:@vite-pwa/workbox-window@latest",
"cross-spawn": "7.0.5",
"nitropack": "patch:nitropack@npm%3A2.10.4#~/.yarn/patches/nitropack-npm-2.10.1-18983fba8f.patch",
"nuxt": "patch:nuxt@npm%3A3.15.4#~/.yarn/patches/nuxt-npm-3.14.159-d5d13bfceb.patch",
"sabayon": "^0.6.6",
"tinykeys": "patch:tinykeys@npm%3A2.1.0#./.yarn/patches/tinykeys-npm-2.1.0-819feeaed0.patch",
"type-fest": "latest",
"vite": "^6.0.11"
},
"size-limit": [
{
"name": "js",
"path": "./.output/public/_nuxt/*.js",
"brotli": true,
"limit": "255kb"
},
{
"name": "css",
"path": "./.output/public/_nuxt/*.css",
"brotli": true,
"limit": "16kb"
},
{
"name": "server",
"path": "./.output/server/**/*",
"brotli": false,
"limit": "10mb"
}
]
}