-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 841 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 841 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
{
"name": "code-graph-builder-frontend",
"version": "1.0.0",
"private": true,
"type": "module",
"author": "Jagan Jijo <https://jagan-jijo.github.io/portfolio/>",
"license": "SEE LICENSE IN ../LICENSE",
"homepage": "https://jagan-jijo.github.io/portfolio/",
"scripts": {
"dev": "vite --host 127.0.0.1 --port 3000",
"build": "tsc --noEmit && vite build",
"preview": "vite preview --host 127.0.0.1 --port 3000"
},
"dependencies": {
"@xyflow/react": "^12.8.2",
"dagre": "^0.8.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/dagre": "^0.7.52",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.6.3",
"vite": "^6.0.1"
}
}