at main 816 B view raw
1{ 2 "name": "bun-react-template", 3 "version": "0.1.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "dev": "bun --hot src/index.ts", 8 "start": "NODE_ENV=production bun src/index.ts", 9 "build": "bun run build.ts" 10 }, 11 "dependencies": { 12 "@radix-ui/react-label": "^2.1.7", 13 "@radix-ui/react-select": "^2.2.6", 14 "@radix-ui/react-slot": "^1.2.3", 15 "atproto-ui": "0.11.3", 16 "bun-plugin-tailwind": "^0.1.2", 17 "class-variance-authority": "^0.7.1", 18 "clsx": "^2.1.1", 19 "cutebook": "0.1.1", 20 "lucide-react": "^0.545.0", 21 "react": "^19", 22 "react-dom": "^19", 23 "tailwind-merge": "^3.3.1" 24 }, 25 "devDependencies": { 26 "@types/react": "^19", 27 "@types/react-dom": "^19", 28 "@types/bun": "latest", 29 "tailwindcss": "^4.1.11", 30 "tw-animate-css": "^1.4.0" 31 } 32}