-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.12 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
{
"name": "jrs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.8.4",
"classnames": "^2.5.1",
"cloudinary": "^2.6.0",
"crypto": "^1.0.1",
"dotenv": "^16.4.7",
"framer-motion": "^12.5.0",
"fs-extra": "^11.3.0",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mammoth": "^1.9.0",
"mongoose": "^8.12.2",
"next": "15.2.8",
"next-auth": "^4.24.11",
"nodemailer": "^6.10.0",
"path": "^0.12.7",
"pdf-parse": "^1.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-icons": "^5.5.0",
"react-toastify": "^11.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/fs-extra": "^11.0.4",
"@types/jsonwebtoken": "^9.0.9",
"@types/mongoose": "^5.11.96",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}