-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1009 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1009 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
{
"name": "helix-ops",
"version": "0.1.0",
"private": true,
"description": "Kubernetes-lite workload orchestrator simulator — declarative DSL, scheduler, rolling-update controller, multiplexed log streams, TSDB-lite, AES-encrypted secrets vault, autoscaling, multi-tenant.",
"scripts": {
"dev": "next dev -p 5080",
"build": "next build",
"start": "next start -p 5080",
"seed": "tsx scripts/seed.ts"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"better-sqlite3": "^11.5.0",
"jose": "^5.9.6",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"yaml": "^2.6.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}
}