-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 993 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
33
34
35
36
37
38
39
40
41
42
{
"name": "job-me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"date-fns": "^3.6.0",
"google-auth-library": "^9.13.0",
"googleapis": "^140.0.1",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"leaflet": "^1.9.4",
"mongodb": "^6.8.0",
"mongoose": "^8.4.4",
"multer": "^1.4.5-lts.1",
"next": "14.2.4",
"next-auth": "^4.24.7",
"raw-body": "^2.5.2",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-leaflet": "^4.2.1",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}