-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "esummit24",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^3.1.0",
"@uidotdev/usehooks": "^2.4.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"clsx": "^2.1.0",
"framer-motion": "^11.0.23",
"google-auth-library": "^9.6.3",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.5.0",
"mongoose": "^8.2.0",
"next": "14.1.0",
"next-auth": "^4.24.6",
"react": "^18",
"react-countdown": "^2.3.5",
"react-dom": "^18",
"react-fast-marquee": "^1.6.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-loader-spinner": "^6.1.6",
"react-loading": "^2.0.3",
"react-loading-icons": "^1.1.0",
"react-scroll": "^1.9.0",
"react-timeline-animation": "^1.2.3",
"react-timer-hook": "^3.0.7",
"react-vertical-timeline-component": "^3.6.0",
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.2",
"toaster": "^0.1.2"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"daisyui": "^4.10.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}