-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 920 Bytes
/
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
{
"name": "visualization2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"check": "biome check .",
"test": "vitest"
},
"dependencies": {
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.1",
"@radix-ui/react-slider": "^1.1.2",
"clsx": "^2.1.0",
"cytoscape": "^3.30.2",
"next": "^14.1.1",
"react": "^18",
"react-cytoscapejs": "^2.0.0",
"react-dom": "^18",
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-cytoscapejs": "^1.2.5",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"vitest": "^2.1.2"
}
}