-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 847 Bytes
/
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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@hookform/resolvers": "^2.9.7",
"@mui/icons-material": "^5.10.2",
"@mui/material": "^5.10.2",
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"dotenv": "^16.3.1",
"firebase": "^9.9.3",
"firebase-admin": "^11.0.1",
"mongoose": "^6.5.3",
"next": "^12.2.5",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-google-one-tap-login": "^0.1.1",
"react-hook-form": "^7.34.2",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"sharp": "^0.30.7",
"sib-api-v3-sdk": "^8.4.2",
"yup": "^0.32.11"
}
}