-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3 KB
/
Copy pathpackage.json
File metadata and controls
108 lines (108 loc) · 3 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "optics",
"version": "0.1.0",
"private": true,
"packageManager": "bun@1.2.0",
"scripts": {
"dev": "bun --bun next dev",
"build": "next build",
"start": "bun --bun next start",
"lint": "biome check",
"format": "biome format --write",
"turbo": "turbo run",
"turbo:dev": "turbo run dev",
"turbo:build": "turbo run build",
"turbo:lint": "turbo run lint",
"registry:build": "shadcn build",
"sync:sources": "bun --bun scripts/sync-source-files.js",
"extract-props": "bun --bun scripts/extract-props.js",
"check-types": "tsc --noEmit"
},
"dependencies": {
"@base-ui-components/react": "^1.0.0-rc.0",
"@base-ui/react": "^1.0.0",
"@headless-tree/core": "^1.5.1",
"@headless-tree/react": "^1.5.1",
"@hookform/resolvers": "^5.2.2",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@number-flow/react": "^0.5.10",
"@paper-design/shaders-react": "^0.0.68",
"@react-three/drei": "^10.7.4",
"@react-three/fiber": "^9.3.0",
"@shikijs/transformers": "^3.12.2",
"@tailwindcss/oxide": "^4.1.17",
"@tanstack/react-table": "^8.21.3",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"@vercel/toolbar": "^0.1.41",
"ajv": "^8.17.1",
"async_hooks": "^1.0.0",
"babel-plugin-react-compiler": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"execa": "^9.6.1",
"frimousse": "^0.3.0",
"fs": "^0.0.1-security",
"input-otp": "^1.4.2",
"js.foresight": "^3.5.0",
"lightningcss": "^1.30.2",
"lucide-react": "^0.561.0",
"motion": "^12.23.26",
"ms": "^2.1.3",
"next": "16.2.2",
"next-devtools-mcp": "^0.3.6",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-colorful": "^5.6.1",
"react-day-picker": "^9.12.0",
"react-dom": "19.2.4",
"react-element-to-jsx-string": "^17.0.1",
"react-hook-form": "^7.66.1",
"react-hotkeys-hook": "^5.2.1",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^3.0.6",
"react-syntax-highlighter": "^15.6.6",
"react-theme-switch-animation": "^1.0.0",
"recharts": "^2.15.4",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"server-only": "^0.0.1",
"shadcn": "^3.6.2",
"shiki": "^3.12.2",
"sonner": "^2.0.7",
"streamdown": "^1.3.0",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"three": "^0.180.0",
"tw-animate-css": "^1.4.0",
"unicornstudio-react": "^1.4.31",
"vaul": "^1.1.2",
"vaul-base": "^1.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "2.2.3",
"@tailwindcss/postcss": "^4.1.11",
"@types/bun": "latest",
"@types/node": "^20.19.9",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"baseline-browser-mapping": "^2.8.32",
"raw-loader": "^4.0.2",
"react-docgen-typescript": "^2.4.0",
"tailwindcss": "^4.1.11",
"ts-morph": "^27.0.2",
"turbo": "^2.7.2",
"typescript": "^5.9.2"
},
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}