-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.71 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.71 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
109
110
111
112
113
114
115
116
{
"name": "app",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit",
"dev": "vite --port 3001",
"build": "vite build",
"preview": "vite preview",
"format": "bunx biome format --write .",
"githooks": "./setup-githooks.sh"
},
"devDependencies": {
"@biomejs/biome": "^2.0.0",
"@rsbuild/core": "^1.0.2",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-react": "^1.1.0",
"@rsdoctor/rspack-plugin": "^0.4.12",
"@simbathesailor/use-what-changed": "^2.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/router-plugin": "^1.87.13",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react-swc": "^3.8.1",
"autoprefixer": "^10.4.21",
"babel-plugin-react-compiler": "^19.0.0-beta-63e3235-20250105",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.2",
"vite": "^6.2.2"
},
"dependencies": {
"@clerk/clerk-react": "5.45.0",
"@clerk/themes": "^2.2.32",
"@date-fns/utc": "^2.1.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-hover-card": "^1.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.5",
"@react-three/drei": "^10.0.3",
"@react-three/fiber": "^9.0.4",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.7",
"@tanstack/react-router": "^1.89.2",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-virtual": "^3.11.1",
"@tanstack/router-devtools": "^1.89.2",
"@types/lodash": "^4.17.14",
"@types/semver": "^7.5.8",
"autumn-js": "^0.1.33",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.0.4",
"comfyui-json": "^0.1.31",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"embla-carousel-react": "^8.5.1",
"event-source-polyfill": "^1.0.31",
"fabric": "^6.5.3",
"framer-motion": "^11.14.4",
"json-diff-ts": "^4.1.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lucide-react": "^0.468.0",
"next-themes": "^0.4.4",
"nuqs": "^2.2.3",
"posthog-js": "^1.260.3",
"react": "^19.0.0",
"react-day-picker": "^8.9.1",
"react-dom": "^19.0.0",
"react-easy-crop": "^5.4.2",
"react-grid-layout": "^1.5.0",
"react-hook-form": "^7.54.1",
"react-hotkeys-hook": "^4.6.1",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^2.1.7",
"react-use-websocket": "^4.11.1",
"reactflow": "^11.11.4",
"recharts": "^2.15.0",
"semver": "^7.6.3",
"shiki": "^1.24.2",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"three": "^0.174.0",
"use-debounce": "^10.0.4",
"use-resize-observer": "^9.1.0",
"usehooks-ts": "^3.1.0",
"uuid": "^11.0.3",
"vaul": "^1.1.2",
"zustand": "^5.0.2"
}
}