{
  "name": "{{APP_NAME}}",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "agent-native dev --inspect",
    "build": "agent-native build",
    "start": "agent-native start",
    "typecheck": "agent-native typecheck",
    "doctor": "agent-native doctor",
    "action": "agent-native action",
    "script": "agent-native script",
    "skills:update": "agent-native skills update scaffold --project",
    "upgrade:agent-native": "agent-native upgrade"
  },
  "dependencies": {
    "@agent-native/core": "latest",
    "@agent-native/toolkit": "latest",
    "@assistant-ui/react": "^0.12.19",
    "@assistant-ui/react-markdown": "^0.12.6",
    "@fontsource-variable/inter": "^5.2.8",
    "@tabler/icons-react": "catalog:",
    "h3": "^2.0.1-rc.20",
    "isbot": "^5",
    "postgres": "^3.4.9",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@react-router/dev": "^8.1.0",
    "@react-router/fs-routes": "^8.1.0",
    "@tailwindcss/typography": "^0.5.20",
    "@tailwindcss/vite": "^4.1.18",
    "@tanstack/react-query": "^5.99.2",
    "@types/node": "^24.2.1",
    "@types/react": "catalog:",
    "@types/react-dom": "catalog:",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "next-themes": "^0.4.6",
    "oxfmt": "catalog:",
    "react": "catalog:",
    "react-dom": "catalog:",
    "react-router": "^8.1.0",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3.5.0",
    "tailwindcss": "^4.1.18",
    "tsx": "^4.20.3",
    "typescript-7": "catalog:",
    "vite": "8.1.0"
  }
}
