-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.38 KB
/
package.json
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
{
"name": "prasi-flow-rs",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "rsbuild dev --open",
"build": "rsbuild build",
"preview": "rsbuild preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@types/bun": "^1.1.8",
"@types/dagre": "^0.7.52",
"@types/lodash.capitalize": "^4.2.9",
"@uiw/react-json-view": "^2.0.0-alpha.27",
"@xyflow/react": "^12.2.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"dagre": "^0.8.5",
"dayjs": "^1.11.13",
"goober": "^2.1.14",
"lodash.capitalize": "^4.2.1",
"lucide-react": "^0.436.0",
"postcss": "^8.4.41",
"react-hot-keys": "^2.7.3",
"react-resizable-panels": "^2.1.2",
"react-sortable-hoc": "^2.0.0",
"react-textarea-autosize": "^8.5.3",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@rsbuild/core": "1.0.1-rc.5",
"@rsbuild/plugin-react": "1.0.1-rc.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.2"
}
}