89 lines
2.7 KiB
JSON
89 lines
2.7 KiB
JSON
{
|
|
"name": "e2b-docs",
|
|
"version": "0.1.6",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node prebuild.js && next dev",
|
|
"prebuild": "node prebuild.js",
|
|
"build": "node prebuild.js && next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier --write .",
|
|
"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",
|
|
"@mux/mux-node": "^9.0.1",
|
|
"@mux/mux-player-react": "^3.1.0",
|
|
"@next/mdx": "^14.2.5",
|
|
"@nivo/line": "^0.87.0",
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-popover": "^1.0.6",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@radix-ui/react-tooltip": "^1.1.4",
|
|
"@sentry/nextjs": "^8.52.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",
|
|
"@vercel/analytics": "^1.0.2",
|
|
"acorn": "^8.8.1",
|
|
"autoprefixer": "^10.4.7",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^1.2.1",
|
|
"e2b": "^2.2.1",
|
|
"fast-glob": "^3.3.0",
|
|
"fast-xml-parser": "4.4.1",
|
|
"flexsearch": "^0.7.31",
|
|
"framer-motion": "7.8.1",
|
|
"json5": "^2.2.3",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lucide-react": "^0.452.0",
|
|
"mdast-util-to-string": "^3.2.0",
|
|
"mdx-annotations": "^0.1.1",
|
|
"next": "14.2.32",
|
|
"next-themes": "^0.2.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",
|
|
"semver": "^7.7.2",
|
|
"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.16.0",
|
|
"zustand": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nodelib/fs.walk": "^2.0.0",
|
|
"@stylistic/eslint-plugin-ts": "^1.6.2",
|
|
"@types/mdx": "^2.0.8",
|
|
"@types/node": "20.6.3",
|
|
"@types/react": "^18.3.11",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/react-highlight-words": "^0.16.4",
|
|
"eslint-config-next": "14.2.21",
|
|
"knip": "^5.43.6",
|
|
"sharp": "^0.32.0",
|
|
"tailwind-scrollbar": "^3.0.5"
|
|
}
|
|
}
|