{
  "name": "{{APP_SLUG}}",
  "private": true,
  "version": "1.0.0",
  "type": "module",
  "scripts": {
    "dev": "kazzle run -- vite",
    "typecheck": "tsc --noEmit",
    "build": "vite build",
    "preview": "kazzle run -- vite preview",
    "check": "bun run typecheck && bun run build"
  },
  "dependencies": {
    "@kazzle/app": "{{KAZZLE_APP_VERSION}}",
    "@vitejs/plugin-react": "^4.5.2",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "vite": "^6.3.5"
  },
  "devDependencies": {
    "@tailwindcss/vite": "^4.1.0",
    "@types/node": "^25.1.0",
    "@types/react": "^19.1.0",
    "@types/react-dom": "^19.1.0",
    "tailwindcss": "^4.1.0",
    "typescript": "7.0.2"
  }
}
