forked from Am7409/GEEKSFORGEEKS-SRMIST-NCR.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 783 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
{
"name": "gfg_website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@hookform/error-message": "^2.0.1",
"@supabase/supabase-js": "^2.12.1",
"file-saver": "^2.0.5",
"framer-motion": "^10.10.0",
"next": "^13.2.4",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-announcement": "^1.1.3",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.8",
"react-icons": "^4.8.0",
"react-images": "^1.2.0-beta.7",
"react-photo-gallery": "^8.0.0"
},
"devDependencies": {
"eslint": "8.36.0",
"eslint-config-next": "13.2.4"
}
}