70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"name": "e2b-dashboard",
|
|
"version": "0.2.0",
|
|
"description": "Developer-first AgentOps platform - deploy, test, and monitor AI agents",
|
|
"homepage": "https://e2b.dev",
|
|
"author": {
|
|
"name": "FoundryLabs, Inc.",
|
|
"email": "hello@e2b.dev",
|
|
"url": "https://e2b.dev"
|
|
},
|
|
"bugs": "https://github.com/e2b-dev/e2b/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/e2b-dev/e2b/apps/dashboard"
|
|
},
|
|
"scripts": {
|
|
"start": "next start",
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"lint": "next lint",
|
|
"lint:fix": "next lint --fix",
|
|
"db:generate": "prisma generate",
|
|
"db:pull": "prisma db pull",
|
|
"postinstall": "pnpm run db:generate",
|
|
"knip": "knip"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.14",
|
|
"@prisma/client": "^4.13.0",
|
|
"@sentry/nextjs": "^7.55.2",
|
|
"@supabase/auth-helpers-nextjs": "^0.5.5",
|
|
"@supabase/auth-helpers-react": "^0.3.1",
|
|
"@supabase/supabase-js": "^2.10.0",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@vercel/og": "^0.5.8",
|
|
"clsx": "^1.2.1",
|
|
"crc": "^4.3.2",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lucide-react": "^0.240.0",
|
|
"next": "13.2.3",
|
|
"posthog-js": "^1.63.3",
|
|
"posthog-node": "^3.1.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sharp": "^0.32.0",
|
|
"swr": "^2.0.4",
|
|
"usehooks-ts": "^2.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/lodash.debounce": "^4.0.7",
|
|
"@types/node": "20.6.3",
|
|
"@types/react": "18.2.22",
|
|
"@types/react-dom": "18.2.7",
|
|
"autoprefixer": "^10.4.13",
|
|
"cssnano": "^6.0.0",
|
|
"eslint": "^8.35.0",
|
|
"eslint-config-next": "^13.2.3",
|
|
"eslint-plugin-tailwindcss": "^3.10.1",
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
"knip": "^2.19.5",
|
|
"postcss": "^8.4.21",
|
|
"postcss-import": "^15.1.0",
|
|
"prisma": "^4.13.0",
|
|
"supabase": "^1.46.5",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|