-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ionic/core": "^7.0.2",
"@ionic/react": "^7.0.2",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf/renderer": "^3.1.9",
"axios": "^1.3.5",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.40.0",
"dotenv": "^16.0.3",
"framer-motion": "^10.12.2",
"gridfs-stream": "^1.1.1",
"hamburger-react": "^2.5.0",
"ionicons": "^7.1.0",
"mongoose": "^7.0.3",
"multer": "^1.4.5-lts.1",
"next": "13.2.4",
"next-auth": "^4.21.1",
"pdfjs-dist": "^3.4.120",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-loader-spinner": "^5.3.4",
"react-pdf": "^7.3.0",
"react-toastify": "^9.1.2",
"swiper": "^9.2.3"
},
"devDependencies": {
"@iconify/react": "^4.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.2.7"
}
}