forked from AmanVarshney01/create-better-t-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.54 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.54 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
72
73
74
75
76
77
78
79
80
81
82
83
{
"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": "(cd ../../packages/types && bun run build) && bun scripts/generate-schema.ts"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@base-ui/utils": "^0.3.1",
"@better-t-stack/backend": "workspace:*",
"@better-t-stack/template-generator": "workspace:*",
"@better-t-stack/types": "workspace:*",
"@erquhart/convex-oss-stats": "catalog:",
"@number-flow/react": "^0.6.2",
"@orama/orama": "^3.1.18",
"@shikijs/transformers": "^4.3.1",
"@visx/curve": "4.0.1-alpha.0",
"@visx/event": "4.0.1-alpha.0",
"@visx/gradient": "4.0.1-alpha.0",
"@visx/grid": "4.0.1-alpha.0",
"@visx/pattern": "4.0.1-alpha.0",
"@visx/responsive": "4.0.1-alpha.0",
"@visx/scale": "4.0.1-alpha.0",
"@visx/shape": "4.0.1-alpha.0",
"babel-plugin-react-compiler": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "catalog:",
"convex-helpers": "catalog:",
"create-better-t-stack": "workspace:*",
"culori": "^4.0.2",
"d3-array": "^3.2.4",
"date-fns": "^4.4.0",
"fumadocs-core": "16.13.0",
"fumadocs-mdx": "15.2.0",
"fumadocs-ui": "npm:@fumadocs/base-ui@16.13.0",
"lucide-react": "^1.27.0",
"motion": "^12.43.0",
"next": "^16.3.0",
"next-themes": "^0.4.6",
"nuqs": "^2.9.4",
"papaparse": "^5.5.4",
"qrcode": "^1.5.4",
"radix-ui": "^1.6.7",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-icons": "^5.7.0",
"react-tweet": "^3.3.1",
"recharts": "^3.10.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.1",
"shiki": "^4.3.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/bun": "^1.3.14",
"@types/culori": "^4.0.1",
"@types/d3-array": "^3.2.2",
"@types/mdx": "^2.0.14",
"@types/node": "catalog:",
"@types/papaparse": "^5.5.2",
"@types/qrcode": "^1.5.6",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"eslint": "^9.39.5",
"eslint-config-next": "16.3.0",
"postcss": "^8.5.24",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "catalog:"
},
"packageManager": "bun@1.3.14"
}