forked from threathawkproject/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.7",
"@tanstack/react-query": "^4.16.1",
"axios": "^1.1.3",
"babel-plugin-macros": "^3.1.0",
"chart.js": "^4.0.1",
"country-code-lookup": "0.0.23",
"d3": "^5.5.0",
"d3-fetch": "^3.0.1",
"d3-scale": "^4.0.2",
"lodash": "^4.17.21",
"next": "12.3.1",
"react": "18.2.0",
"react-chartjs-2": "^5.0.1",
"react-country-flag": "^3.1.0",
"react-d3-graph": "^2.6.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-simple-maps": "^3.0.0",
"world-countries": "^4.0.0"
},
"devDependencies": {
"eslint": "8.24.0",
"eslint-config-next": "12.3.1"
}
}