-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.4 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
49
50
51
52
53
54
55
{
"name": "supabase-manager",
"version": "2.4.2",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "eslint"
},
"dependencies": {
"@fontsource/nunito-sans": "^5.2.7",
"@monaco-editor/react": "^4.7.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"axios": "^1.13.5",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dockerode": "^4.0.9",
"dotenv": "^17.3.1",
"i18next": "^25.8.13",
"jose": "^6.1.3",
"lucide-react": "^0.575.0",
"next": "16.1.6",
"node-pty": "^1.2.0-beta.11",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-collapsed": "^4.2.0",
"react-dom": "19.2.3",
"react-icons": "^5.5.0",
"recharts": "^3.7.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"sqlite3": "^5.1.7",
"tailwind-merge": "^3.5.0",
"tar": "^7.5.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/dockerode": "^4.0.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sqlite3": "^3.1.11",
"@types/tar": "^6.1.13",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"shadcn": "^3.8.5",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}