forked from e2b-dev/E2B
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.68 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"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.8.4",
"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.35",
"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.35",
"knip": "^5.43.6",
"sharp": "^0.34.4",
"tailwind-scrollbar": "^3.0.5"
}
}