-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@popperjs/core": "^2.11.5",
"axios": "^0.27.2",
"bootstrap": "^4.4.1",
"bootstrap-icons": "^1.8.3",
"eslint-plugin-react-hooks": "^4.7.0-next-dd2d65227-20220708",
"moment": "^2.29.3",
"next": "latest",
"next-images": "^1.8.4",
"react": "^17.0.2",
"react-bootstrap": "^1.0.1",
"react-datepicker": "^4.8.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.2.0",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.5",
"swr": "^1.3.0"
},
"devDependencies": {
"eslint": "8.19.0",
"eslint-config-next": "12.2.0"
}
}