-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.47 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.47 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
{
"name": "graphvm",
"private": true,
"version": "2.5.0",
"type": "module",
"author": "Synogun",
"license": "MIT",
"description": "GraphVM is an online tool designed for fast, efficient, and intuitive graph modeling, visualization, and manipulation.",
"scripts": {
"update": "npx ncu --format group",
"update-u": "npx ncu --format group -u",
"dev": "vite",
"dev:host": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"format": "prettier --write \"src/**/*\"",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "4.1.18",
"cytoscape": "3.33.1",
"cytoscape-fcose": "2.2.0",
"daisyui": "5.5.18",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "5.5.0",
"tailwindcss": "4.1.18"
},
"devDependencies": {
"@types/cytoscape-fcose": "2.2.5",
"@types/node": "25.2.3",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.4",
"eslint": "9.39.2",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.5.0",
"globals": "17.3.0",
"jiti": "2.6.1",
"npm-check-updates": "19.3.2",
"prettier": "3.8.1",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0",
"vite": "7.3.1"
}
}