mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
26 lines
584 B
JSON
26 lines
584 B
JSON
{
|
|
"name": "blackroad-os-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 8080",
|
|
"build": "next build",
|
|
"start": "next start -p 8080",
|
|
"lint": "next lint",
|
|
"health": "curl -f http://localhost:8080/health || exit 1"
|
|
},
|
|
"dependencies": {
|
|
"next": "14.2.3",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-next": "^15.0.0",
|
|
"typescript": "^5.6.0"
|
|
}
|
|
}
|