-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 859 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
{
"name": "og.anuragroy.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@headlessui/react": "^2.1.9",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vercel/og": "^0.6.3",
"autoprefixer": "^10.4.20",
"next": "^14.2.14",
"postcss": "^8.4.47",
"typescript": "^5.6.2"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@tailwindcss/forms": "^0.5.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.13"
},
"license": "MIT",
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}