2025-10-10 23:04:50 -07:00
|
|
|
{
|
|
|
|
|
"name": "brackt.com",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "react-router build",
|
|
|
|
|
"db:generate": "dotenv -- drizzle-kit generate",
|
|
|
|
|
"db:migrate": "dotenv -- drizzle-kit migrate",
|
|
|
|
|
"dev": "dotenv -- node server.js",
|
|
|
|
|
"start": "node server.js",
|
|
|
|
|
"typecheck": "react-router typegen && tsc -b"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-10-10 23:18:16 -07:00
|
|
|
"@clerk/react-router": "^2.1.0",
|
2025-10-10 23:30:26 -07:00
|
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
2025-10-11 00:07:39 -07:00
|
|
|
"@radix-ui/react-label": "^2.1.7",
|
2025-10-10 23:30:26 -07:00
|
|
|
"@radix-ui/react-navigation-menu": "^1.2.14",
|
2025-10-11 00:07:39 -07:00
|
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
|
|
|
"@radix-ui/react-slot": "^1.2.3",
|
2025-10-10 23:04:50 -07:00
|
|
|
"@react-router/express": "^7.7.1",
|
|
|
|
|
"@react-router/node": "^7.7.1",
|
2025-10-10 23:30:26 -07:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
2025-10-10 23:04:50 -07:00
|
|
|
"compression": "^1.8.0",
|
|
|
|
|
"drizzle-orm": "~0.36.3",
|
|
|
|
|
"express": "^5.1.0",
|
|
|
|
|
"isbot": "^5.1.27",
|
2025-10-10 23:30:26 -07:00
|
|
|
"lucide-react": "^0.545.0",
|
2025-10-10 23:04:50 -07:00
|
|
|
"morgan": "^1.10.0",
|
|
|
|
|
"postgres": "^3.4.5",
|
|
|
|
|
"react": "^19.1.0",
|
|
|
|
|
"react-dom": "^19.1.0",
|
2025-10-10 23:30:26 -07:00
|
|
|
"react-router": "^7.7.1",
|
|
|
|
|
"tailwind-merge": "^3.3.1"
|
2025-10-10 23:04:50 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@react-router/dev": "^7.7.1",
|
|
|
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
|
|
|
"@types/compression": "^1.7.5",
|
|
|
|
|
"@types/express": "^5.0.1",
|
|
|
|
|
"@types/express-serve-static-core": "^5.0.6",
|
|
|
|
|
"@types/morgan": "^1.9.9",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/pg": "^8.11.14",
|
|
|
|
|
"@types/react": "^19.1.2",
|
|
|
|
|
"@types/react-dom": "^19.1.2",
|
|
|
|
|
"dotenv-cli": "^8.0.0",
|
|
|
|
|
"drizzle-kit": "~0.28.1",
|
|
|
|
|
"tailwindcss": "^4.1.4",
|
|
|
|
|
"tsx": "^4.19.2",
|
2025-10-10 23:30:26 -07:00
|
|
|
"tw-animate-css": "^1.4.0",
|
2025-10-10 23:04:50 -07:00
|
|
|
"typescript": "^5.8.3",
|
|
|
|
|
"vite": "^6.3.3",
|
|
|
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
|
|
|
}
|
2025-10-10 23:18:16 -07:00
|
|
|
}
|