{ "name": "@hanzo/devtool-template", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -H 0.0.0.0 -p 3000", "build": "next build", "start": "next start -H 0.0.0.0 -p 3000", "lint": "next lint", "ci": "npm ci --legacy-peer-deps" }, "dependencies": { "@hanzo/ui": "latest", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-icons": "^1.3.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^11.18.2", "lucide-react": "^0.525.0", "next": "15.3.5", "next-themes": "^0.4.6", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^3.3.1" }, "devDependencies": { "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.3.5", "tailwindcss": "^3.4.17", "typescript": "^5" } }