-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.33 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": "covvizzes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@amcharts/amcharts5": "^5.1.4",
"@amcharts/amcharts5-geodata": "^5.0.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.6",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"express-rate-limit": "^6.6.0",
"express-slow-down": "^1.4.1",
"mongodb": "^4.9.1",
"mui-datatables": "^4.1.2",
"next": "12.3.0",
"next-transpile-modules": "^9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"reactstrap": "^9.0.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/express-slow-down": "^1.3.2",
"@types/mui-datatables": "^3.7.8",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"typescript": "4.8.3"
}
}