-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.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
{
"name": "prerequisites-visualization",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"buildnext": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-sigma/core": "^5.0.4",
"@react-sigma/graph-search": "^5.0.4",
"@react-sigma/layout-core": "^5.0.4",
"@react-sigma/layout-forceatlas2": "^5.0.4",
"@react-sigma/layout-noverlap": "^5.0.4",
"@react-sigma/minimap": "^5.0.5",
"@types/d3": "^7.4.3",
"@vercel/analytics": "^1.5.0",
"@xyflow/react": "^12.8.6",
"d3": "^7.9.0",
"elkjs": "^0.10.2",
"graphology": "^0.26.0",
"graphology-layout-forceatlas2": "^0.10.1",
"next": "^15.5.4",
"next-themes": "^0.4.6",
"papaparse": "^5.5.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"sigma": "^3.0.2",
"webcola": "^3.4.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.14",
"@types/bun": "latest",
"@types/node": "^20.19.19",
"@types/papaparse": "^5.3.16",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"eslint": "^9.37.0",
"eslint-config-next": "15.3.5",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3"
},
"packageManager": "bun@1.2.16"
}