-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
46
47
48
{
"name": "next-testing",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@material-ui/core": "^4.12.3",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/icons": "^4.11.2",
"@mui/x-data-grid": "^5.2.2",
"@mui/x-data-grid-pro": "^5.2.2",
"aos": "^2.3.4",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"chart.js": "^3.7.0",
"cogo-toast": "^4.2.3",
"dotenv": "^10.0.0",
"email-validator": "^2.0.4",
"follow-redirects": "^1.14.8",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.1.4",
"mongoose": "^6.0.14",
"next": "^12.1.0",
"next-connect": "^0.11.0",
"nodemailer": "^6.7.2",
"react": "17.0.2",
"react-animate-on-scroll": "^2.1.5",
"react-bootstrap": "^2.0.4",
"react-circular-progressbar": "^2.0.4",
"react-cookies": "^0.1.1",
"react-dom": "17.0.2",
"react-edit-text": "^4.3.0",
"react-editext": "^4.2.1",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.1",
"recharts": "^2.1.8",
"styled-components": "^5.3.3"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.0.4"
}
}