← back to Nineoh Guide

apps/web/package.json

26 lines

{
  "name": "@nineoh/web",
  "version": "0.4.0",
  "private": true,
  "scripts": {
    "dev": "next dev -p 4090",
    "build": "next build",
    "start": "next start -p 4090",
    "lint": "next lint"
  },
  "dependencies": {
    "@nineoh/core": "workspace:*",
    "next": "^15.1.3",
    "pg": "^8.13.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "@types/pg": "^8.11.10",
    "@types/react": "^19.0.2",
    "typescript": "^5.7.2"
  }
}