-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 836 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
{
"name": "streamforge-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@kubernetes/client-node": "^1.4.0",
"bcryptjs": "^3.0.3",
"jose": "^6.2.1",
"js-yaml": "^4.3.0",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.460.0",
"next": "^15.5.18",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.6",
"postcss": "^8.5.10",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}