-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
61 lines (61 loc) · 1.59 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "job-portal-12",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.2.3",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@reduxjs/toolkit": "^1.9.3",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crypto": "^1.0.1",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"formidable": "^2.1.1",
"framer-motion": "^11.11.9",
"gsap": "^3.12.5",
"joi": "^17.8.3",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^9.0.0",
"lucide-react": "^0.453.0",
"mailtrap": "^3.4.0",
"mkdirp": "^2.1.6",
"mongoose": "^7.0.0",
"multer": "^1.4.5-lts.1",
"mv": "^2.1.1",
"next": "^15.0.2",
"next-auth": "^4.20.1",
"nextjs-progressbar": "^0.0.16",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-data-table-component": "^7.5.3",
"react-dom": "^18.3.1",
"react-icons": "^4.8.0",
"react-loader-spinner": "^5.3.4",
"react-multi-input": "^1.0.0",
"react-redux": "^8.0.5",
"react-select": "^5.7.0",
"react-toastify": "^9.1.1",
"recharts": "^2.13.0",
"swr": "^2.1.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"copy-webpack-plugin": "^11.0.0",
"file-loader": "^6.2.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"worker-loader": "^3.0.8"
}
}