-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
89 lines (89 loc) · 2.47 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
{
"name": "creatorsgarten.org",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev --port ${PORT:-5173}",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview --port ${PORT:-5173}",
"astro": "astro",
"format": "prettier --write --plugin-search-dir=. ."
},
"dependencies": {
"@contentsgarten/html": "^1.3.0",
"@doist/typist": "^7.0.0",
"@dtinth/comparator": "^0.0.3",
"@fastify/middie": "^9.0.0",
"@fastify/static": "^8.0.0",
"@nanostores/logger": "^0.4.0",
"@nanostores/persistent": "^0.10.0",
"@nanostores/react": "^0.8.0",
"@sentry/astro": "^8.0.0",
"@tanstack/react-query": "^5.0.0",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"astro-tweet": "^0.0.4",
"clsx": "^2.0.0",
"csrf": "^3.1.0",
"dataloader": "^2.2.2",
"dayjs": "^1.11.9",
"fastify": "^5.0.0",
"google-auth-library": "^9.0.0",
"jose": "^5.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lru-cache": "^11.0.0",
"memoize": "10.0.0",
"mongodb": "^6.0.0",
"nanostores": "^0.11.0",
"ofetch": "^1.3.4",
"qrcode": "^1.5.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-iconify-icon-wrapper": "^0.0.3",
"sitemap": "^8.0.0",
"subtitle": "^4.2.1",
"zod": "^3.22.2",
"zod-validation-error": "^3.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.0",
"@astrojs/node": "9.0.0",
"@astrojs/react": "^4.0.0",
"@astrojs/svelte": "^7.0.0",
"@astrojs/tailwind": "5.1.4",
"@fontsource-variable/inter": "^5.0.8",
"@fontsource-variable/recursive": "^5.0.8",
"@fontsource-variable/work-sans": "^5.0.9",
"@playwright/test": "1.49.1",
"@tailwindcss/typography": "0.5.15",
"@types/hast": "^3.0.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.197",
"@types/qrcode": "^1.5.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/youtube": "^0.1.0",
"astro": "5.1.1",
"astro-seo": "^0.8.0",
"contentsgarten": "^2.1.0",
"dotenv": "^16.3.1",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.6.0",
"svelte": "^5.0.0",
"tailwindcss": "3.4.17",
"typescript": "5.4.5",
"zx": "^8.0.0"
},
"pnpm": {
"overrides": {
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
}