32 lines
750 B
JSON
32 lines
750 B
JSON
{
|
|
"name": "minabot",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun --hot src/index.ts",
|
|
"start": "NODE_ENV=production bun --cwd dist index.js",
|
|
"build": "bun run build.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"bun-plugin-tailwind": "^0.1.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"hono": "^4.13.5",
|
|
"lucide-react": "^1",
|
|
"react": "^19",
|
|
"react-dom": "^19",
|
|
"react-router": "^8.3.1",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "^7.0.2"
|
|
}
|
|
}
|