-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 842 Bytes
/
package.json
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
{
"dependencies": {
"@napi-rs/simple-git": "^0.1.16",
"@radix-ui/react-tabs": "^1.0.4",
"@vercel/og": "^0.6.2",
"clsx": "^2.1.0",
"framer-motion": "^11.0.20",
"next": "^14.1.4",
"nextra": "^2.13.4",
"nextra-theme-blog": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.8.1",
"sharp": "^0.33.3"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
}
}