-
-
Notifications
You must be signed in to change notification settings - Fork 308
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.09 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.09 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
{
"name": "web",
"version": "0.0.0",
"private": true,
"scripts": {
"prebuild": "(cd ../../packages/types && bun run build) && (cd ../../packages/template-generator && bun run build)",
"build": "next build",
"dev": "next dev --port 3333",
"start": "next start",
"postinstall": "fumadocs-mdx",
"generate-schema": "bun scripts/generate-schema.ts"
},
"dependencies": {
"@base-ui/react": "^1.1.0",
"@base-ui/utils": "^0.2.4",
"@better-t-stack/backend": "workspace:*",
"@better-t-stack/template-generator": "workspace:*",
"@better-t-stack/types": "workspace:*",
"@erquhart/convex-oss-stats": "^0.8.2",
"@number-flow/react": "^0.5.11",
"@observablehq/plot": "^0.6.17",
"@orama/orama": "^3.1.18",
"@shikijs/transformers": "^3.22.0",
"babel-plugin-react-compiler": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.33.1",
"convex-helpers": "^0.1.114",
"create-better-t-stack": "workspace:*",
"culori": "^4.0.2",
"date-fns": "^4.1.0",
"fumadocs-core": "16.5.1",
"fumadocs-mdx": "14.2.6",
"fumadocs-ui": "npm:@fumadocs/base-ui@16.5.1",
"lucide-react": "^0.563.0",
"motion": "^12.33.0",
"next": "^16.2.0",
"next-themes": "^0.4.6",
"nuqs": "^2.8.8",
"papaparse": "^5.5.3",
"qrcode": "^1.5.4",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.5.0",
"react-tweet": "^3.3.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.1",
"shiki": "^3.22.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/culori": "^4.0.1",
"@types/mdx": "^2.0.13",
"@types/node": "25.2.1",
"@types/papaparse": "^5.5.2",
"@types/qrcode": "^1.5.6",
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "16.2.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}