-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 943 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 943 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@code-hike/mdx": "0.9.0",
"@mdx-js/loader": "^2.0.0",
"@radix-ui/react-collapsible": "^0.1.1",
"@radix-ui/react-dialog": "^0.1.1",
"@radix-ui/react-dropdown-menu": "^0.1.1",
"@radix-ui/react-hover-card": "^0.1.1",
"@radix-ui/react-icons": "^1.0.3",
"@radix-ui/react-id": "^0.1.1",
"@radix-ui/react-select": "^0.1.0",
"@vercel/analytics": "^1.0.1",
"esbuild": "^0.13.10",
"mdx-bundler": "^6.0.2",
"next": "^12.1.5",
"next-auth": "4.0.0-beta.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"shiki": "0.10.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15"
}
}