{ "name": "e2b-docs", "version": "0.1.6", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "rm-next-cache": "rm -rf .next/cache", "check-deps": "knip" }, "browserslist": "defaults, not ie <= 11", "dependencies": { "@algolia/autocomplete-core": "^1.7.3", "@headlessui/react": "^1.7.15", "@headlessui/tailwindcss": "^0.2.0", "@mdx-js/loader": "^2.1.5", "@mdx-js/react": "^2.1.5", "@next/mdx": "^13.0.3", "@radix-ui/react-popover": "^1.0.6", "@sentry/nextjs": "^7.64.0", "@sindresorhus/slugify": "^2.1.1", "@supabase/auth-helpers-nextjs": "^0.7.4", "@supabase/auth-ui-react": "^0.4.7", "@supabase/auth-ui-shared": "^0.1.8", "@supabase/supabase-auth-helpers": "^1.4.2", "@supabase/supabase-js": "^2.36.0", "@tailwindcss/typography": "0.5.9", "@types/node": "20.6.3", "@types/react": "18.2.48", "@types/react-dom": "18.2.7", "@types/react-highlight-words": "^0.16.4", "@vercel/analytics": "^1.0.2", "acorn": "^8.8.1", "autoprefixer": "^10.4.7", "class-variance-authority": "^0.7.0", "clsx": "^1.2.1", "e2b": "^0.13.1", "fast-glob": "^3.3.0", "flexsearch": "^0.7.31", "framer-motion": "7.8.1", "json5": "^2.2.3", "lodash.debounce": "^4.0.8", "lucide-react": "^0.268.0", "mdast-util-to-string": "^3.2.0", "mdx-annotations": "^0.1.1", "next": "13.4.12", "next-themes": "^0.2.1", "posthog-js": "^1.77.1", "react": "18.2.0", "react-dom": "18.2.0", "react-highlight-words": "^0.20.0", "remark": "^14.0.2", "remark-gfm": "^3.0.1", "remark-mdx": "^2.3.0", "shiki": "^0.11.1", "simple-functional-loader": "^1.2.1", "swr": "^2.2.4", "tailwind-merge": "^1.14.0", "tailwindcss": "^3.3.3", "tailwindcss-animate": "^1.0.7", "typescript": "5.1.6", "unist-util-filter": "^4.0.1", "unist-util-visit": "^4.1.1", "usehooks-ts": "^2.9.1", "zustand": "^4.3.2" }, "devDependencies": { "@nodelib/fs.walk": "^2.0.0", "@stylistic/eslint-plugin-ts": "^1.6.2", "@types/mdx": "^2.0.8", "eslint-config-next": "13.4.19", "knip": "^2.25.2", "sharp": "^0.32.0", "tailwind-scrollbar": "^3.0.5" } }