forked from idootop/reactflow-auto-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 986 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 986 Bytes
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
{
"name": "reactflow-auto-layout",
"private": true,
"version": "2.0.0",
"type": "module",
"packageManager": "pnpm@10.18.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "biome check --write --no-errors-on-unmatched --diagnostic-level=error ."
},
"dependencies": {
"@dagrejs/dagre": "^1.1.5",
"@del-wang/utils": "^1.5.0",
"@xyflow/react": "^12.8.6",
"d3-dag": "^1.1.0",
"d3-hierarchy": "^3.1.2",
"elkjs": "^0.11.0",
"leva": "^0.10.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"xsta": "^3.0.1",
"zenbox": "^2.1.1"
},
"devDependencies": {
"@biomejs/biome": "^2.2.5",
"@del-wang/config": "^1.5.0",
"@types/d3-hierarchy": "^3.1.7",
"@types/node": "^24.7.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@vitejs/plugin-react": "^5.0.4",
"lefthook": "^1.13.6",
"typescript": "^5.9.3",
"vite": "^7.1.9"
}
}