-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "book_tracking_system",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.485.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.13",
"autoprefixer": "10.4.14",
"bcrypt": "^5.1.0",
"dotenv": "^16.3.1",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"formidable": "^3.5.1",
"html-react-parser": "^4.0.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.2.2",
"multiparty": "^4.2.3",
"next": "^13.4.10",
"next-auth": "^4.22.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"react-image-crop": "^11.0.5",
"react-quill": "^2.0.0",
"react-rating-stars-component": "^2.2.0",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-star-ratings": "^2.3.0",
"react-toastify": "^9.1.3",
"sharp": "^0.33.2",
"slick-carousel": "^1.8.1",
"tailwindcss": "3.3.2",
"timeago": "^1.6.7",
"timeago.js": "^4.0.2"
}
}