-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.44 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
{
"name": "reckon-web",
"version": "0.0.5",
"private": true,
"scripts": {
"build": "next build",
"build:cloudflare": "next build --webpack && node scripts/prepare-cloudflare-assets.mjs reckon",
"deploy:cloudflare": "wrangler deploy",
"dev": "next dev",
"start": "serve out",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@fontsource-variable/inter": "5.2.8",
"@fontsource-variable/jetbrains-mono": "5.2.8",
"@fontsource/instrument-serif": "5.2.8",
"@fontsource/inter": "5.2.8",
"@fontsource/jetbrains-mono": "5.2.8",
"@orama/orama": "^3.1.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cnfast": "^0.0.8",
"fumadocs-core": "16.11.4",
"fumadocs-mdx": "15.1.1",
"fumadocs-ui": "npm:@fumadocs/base-ui@16.11.4",
"gsap": "^3.15.0",
"lenis": "^1.3.25",
"lucide-react": "^1.24.0",
"next": "16.2.10",
"next-themes": "0.4.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"shadcn": "^4.13.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.2",
"@types/mdx": "^2.0.14",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.23",
"serve": "^14.2.6",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3",
"wrangler": "4.112.0"
}
}