Files
e2b-dev--e2b/apps/docs/package.json
T
2023-09-27 09:38:42 +02:00

70 lines
2.0 KiB
JSON

{
"name": "e2b-docs",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"rm-next-cache": "rm -rf .next/cache"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.7.3",
"@e2b/sdk": "0.3.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/supabase-auth-helpers": "^1.4.2",
"@supabase/supabase-js": "^2.32.0",
"@tailwindcss/typography": "^0.5.8",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@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",
"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",
"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",
"eslint-config-next": "13.4.19",
"sharp": "^0.32.0"
}
}