-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
98 lines (98 loc) · 2.84 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
{
"name": "weird",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . --log-level warn",
"format": "prettier --write . --log-level warn"
},
"devDependencies": {
"@codemirror/lang-markdown": "^6.3.0",
"@codemirror/language": "^6.10.3",
"@dicebear/collection": "^9.2.2",
"@dicebear/core": "^9.2.2",
"@floating-ui/dom": "^1.6.12",
"@iconify/svelte": "^4.0.2",
"@keyv/redis": "^3.0.1",
"@lezer/highlight": "^1.2.1",
"@rodrigodagostino/svelte-sortable-list": "^0.10.6",
"@skeletonlabs/skeleton": "^2.10.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-node": "^5.2.6",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.6",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/cookie": "^0.6.0",
"@types/dns-packet": "^5.6.5",
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.11",
"@types/nodemailer": "^6.4.16",
"@types/sanitize-html": "^2.13.0",
"@types/underscore": "^1.11.15",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"codemirror": "^6.0.1",
"cookie": "^0.6.0",
"date-fns": "^3.6.0",
"dinodns": "^0.0.9",
"discord.js": "^14.16.3",
"dns-packet": "^5.6.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"keyv": "^4.5.4",
"leaf-proto": "workspace:*",
"linktree-parser": "^1.5.0",
"marked": "^14.1.2",
"namedrop-js": "^0.5.0",
"oauth-pkce": "^0.0.7",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.5.14",
"prosemirror-commands": "^1.6.1",
"prosemirror-example-setup": "^1.2.3",
"prosemirror-history": "^1.4.1",
"prosemirror-inputrules": "^1.4.0",
"prosemirror-keymap": "^1.2.2",
"prosemirror-markdown": "^1.13.1",
"prosemirror-menu": "^1.2.4",
"prosemirror-model": "^1.23.0",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.34.3",
"proxy-agent": "^6.4.0",
"redis": "^4.7.0",
"sanitize-html": "^2.13.1",
"slugify": "^1.6.6",
"svelte": "5.0.0-next.239",
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"underscore": "^1.13.7",
"undici": "^6.20.1",
"vite": "^5.4.9",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"ws": "^8.18.0",
"zod": "^3.23.8"
},
"dependencies": {
"@atproto/api": "^0.13.12",
"sharp": "^0.33.5",
"zlib-sync": "^0.1.9"
},
"type": "module",
"pnpm": {
"patchedDependencies": {
"@discordjs/util": "patches/@discordjs__util.patch"
}
}
}