mirror of
https://github.com/jakejarvis/hoot.git
synced 2025-10-18 20:14:25 -04:00
94 lines
2.7 KiB
JSON
94 lines
2.7 KiB
JSON
{
|
|
"name": "hoot",
|
|
"version": "0.0.0-beta.1",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"homepage": "https://hoot.sh",
|
|
"repository": "jakejarvis/hoot",
|
|
"author": {
|
|
"name": "Jake Jarvis",
|
|
"email": "jake@jarv.is",
|
|
"url": "https://github.com/jakejarvis"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "biome check",
|
|
"format": "biome format --write",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest",
|
|
"test:run": "vitest run",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@posthog/nextjs-config": "^1.3.1",
|
|
"@sparticuz/chromium": "^138.0.2",
|
|
"@tanstack/react-query": "^5.90.2",
|
|
"@tanstack/react-query-devtools": "^5.90.2",
|
|
"@trpc/client": "^11.6.0",
|
|
"@trpc/server": "^11.6.0",
|
|
"@trpc/tanstack-react-query": "^11.6.0",
|
|
"@upstash/redis": "^1.35.4",
|
|
"@vercel/analytics": "^1.5.0",
|
|
"@vercel/blob": "^2.0.0",
|
|
"@vercel/functions": "^3.1.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"icojs": "^0.19.5",
|
|
"ipaddr.js": "^2.2.0",
|
|
"lucide-react": "^0.544.0",
|
|
"mapbox-gl": "^3.15.0",
|
|
"motion": "^12.23.22",
|
|
"next": "15.6.0-canary.31",
|
|
"next-themes": "^0.4.6",
|
|
"posthog-js": "^1.268.6",
|
|
"posthog-node": "^5.9.1",
|
|
"puppeteer-core": "^24.22.3",
|
|
"radix-ui": "^1.4.3",
|
|
"rdapper": "^0.1.0",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1",
|
|
"react-map-gl": "^8.0.4",
|
|
"server-only": "0.0.1",
|
|
"sharp": "^0.34.4",
|
|
"sonner": "^2.0.7",
|
|
"superjson": "^2.2.2",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tldts": "^7.0.16",
|
|
"uuid": "^13.0.0",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.4",
|
|
"@tailwindcss/postcss": "^4.1.13",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^24.5.2",
|
|
"@types/react": "19.1.13",
|
|
"@types/react-dom": "19.1.9",
|
|
"@vitejs/plugin-react": "^5.0.3",
|
|
"@vitest/coverage-v8": "3.2.4",
|
|
"@vitest/ui": "3.2.4",
|
|
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
|
"jsdom": "^27.0.0",
|
|
"puppeteer": "^24.22.3",
|
|
"tailwindcss": "^4.1.13",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "5.9.2",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.x"
|
|
},
|
|
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
|
|
}
|