-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 988 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 988 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.26.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.8",
"@del-wang/utils": "^1.5.0",
"@xyflow/react": "^12.10.0",
"d3-dag": "^1.1.0",
"d3-hierarchy": "^3.1.2",
"elkjs": "^0.11.0",
"leva": "^0.10.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"xsta": "^3.0.1",
"zenbox": "^2.2.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@del-wang/config": "^1.5.0",
"@types/d3-hierarchy": "^3.1.7",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"lefthook": "^2.0.13",
"typescript": "^5.9.3",
"vite": "^7.3.0"
}
}