-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 931 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
35
36
37
38
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@mui/x-data-grid": "^6.0.0",
"apexcharts": "^3.37.1",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.0-alpha1",
"dotenv": "^16.0.3",
"jsonwebtoken": "^9.0.0",
"lit": "^2.6.1",
"mongoose": "^7.0.0",
"morgan": "^1.10.0",
"next": "latest",
"next-auth": "^4.20.1",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "18.2.0",
"react-number-format": "^5.1.3",
"react-redux": "^8.0.5",
"sass": "^1.58.3"
},
"devDependencies": {
"@types/node": "^18.14.4",
"typescript": "4.9.5"
}
}