-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 802 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 802 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
{
"name": "website",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"keywords": [],
"author": "Gopal Verma",
"license": "ISC",
"dependencies": {
"@vercel/og": "^0.5.20",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"framer-motion": "^10.16.15",
"next": "^14.0.4",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.3"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "5.3.3"
}
}