-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.96 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
{
"name": "www",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"get:articles": "node -r dotenv/config --loader ts-node/esm src/lib/generate-article-list.ts dotenv_config_path=.env.local",
"get:subs": "node src/scripts/get-subs.js",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@auth/core": "0.36.0",
"@convex-dev/auth": "^0.0.75",
"@headlessui/react": "^2.2.0",
"@icons-pack/react-simple-icons": "^10.1.0",
"@lexical/code": "^0.21.0",
"@lexical/link": "^0.21.0",
"@lexical/list": "^0.21.0",
"@lexical/markdown": "^0.21.0",
"@lexical/react": "^0.21.0",
"@lexical/rich-text": "^0.21.0",
"@lexical/table": "^0.21.0",
"@next/bundle-analyzer": "^15.0.3",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@t3-oss/env-nextjs": "^0.11.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"convex": "^1.17.3",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"fast-xml-parser": "^4.5.0",
"geist": "^1.3.1",
"gray-matter": "^4.0.3",
"jotai": "^2.10.3",
"lexical": "^0.21.0",
"lucide-react": "^0.454.0",
"motion": "^11.14.1",
"next": "15.0.2",
"next-mdx-remote": "^5.0.0",
"nextjs-toploader": "^3.7.15",
"nuqs": "^2.1.1",
"pako": "^2.1.0",
"posthog-js": "^1.200.1",
"react": "19.0.0",
"react-day-picker": "8.10.1",
"react-dom": "19.0.0",
"react-intersection-observer": "^9.13.1",
"react-spinners": "^0.15.0",
"react-syntax-highlighter": "^15.6.1",
"react-wrap-balancer": "^1.1.1",
"recharts": "^2.13.3",
"server-only": "^0.0.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-motion": "0.4.1-beta",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/pako": "^2.0.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitest/coverage-v8": "2.1.8",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"postcss": "^8",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5",
"vitest": "^2.1.8"
}
}