-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 882 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 882 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": "admin-gui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.54.0",
"argon2": "^0.43.1",
"cookie": "^1.0.2",
"dagre": "^0.8.5",
"depcheck": "^1.4.7",
"elkjs": "^0.10.0",
"next": "^15.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"reactflow": "^11.11.4",
"zod": "^4.0.15"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^24.2.0",
"@types/react": "^19.1.9",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.32.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.4",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2"
}
}