react-server675fbba4
react-serverfilesexamplestyped-file-routerpackage.json
examples/typed-file-router/package.jsonjson514 B2cadeee3
{
  "name": "@lazarv/react-server-example-typed-file-router",
  "private": true,
  "description": "@lazarv/react-server Typed File Router example application",
  "keywords": [],
  "license": "ISC",
  "author": "",
  "scripts": {
    "dev": "react-server",
    "build": "react-server build",
    "start": "react-server start"
  },
  "dependencies": {
    "@lazarv/react-server": "workspace:^",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3"
  }
}