-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p 3000"
},
"dependencies": {
"@styled-icons/bootstrap": "^10.34.0",
"@styled-icons/entypo": "^10.34.0",
"@styled-icons/fa-solid": "^10.34.0",
"@styled-icons/fluentui-system-filled": "^10.35.0",
"@styled-icons/ionicons-outline": "^10.34.0",
"@styled-icons/ionicons-solid": "^10.34.0",
"@styled-icons/material": "^10.34.0",
"@styled-icons/material-rounded": "^10.34.0",
"axios": "^0.25.0",
"crypto-js": "^4.1.1",
"date-fns": "^2.28.0",
"jsonwebtoken": "^8.5.1",
"next": "latest",
"nextjs-progressbar": "^0.0.13",
"nookies": "^2.5.2",
"react": "^17.0.2",
"react-datepicker": "^4.7.0",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.2.0",
"react-is": "^17.0.2",
"react-lottie-player": "^1.4.1",
"react-modal": "^3.14.4",
"recharts": "^2.1.8",
"styled-components": "^5.2.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@types/react-modal": "^3.13.1",
"@types/recharts": "^1.8.23",
"@types/uuid": "^8.3.4",
"babel-plugin-styled-components": "^1.12.0",
"typescript": "^4.5.4"
}
}