chart?
Showing
- package-lock.json 408 additions, 44 deletionspackage-lock.json
- package.json 6 additions, 0 deletionspackage.json
- src/components/Maps.tsx 42 additions, 17 deletionssrc/components/Maps.tsx
- src/components/seclarations.d.ts 2 additions, 0 deletionssrc/components/seclarations.d.ts
- src/contents/description.tsx 1 addition, 2 deletionssrc/contents/description.tsx
- yarn.lock 2253 additions, 2211 deletionsyarn.lock
... | ... | @@ -16,7 +16,11 @@ |
"@mui/lab": "^5.0.0-alpha.170", | ||
"@mui/material": "^5.15.21", | ||
"@popperjs/core": "^2.11.8", | ||
"anychart": "^8.12.1", | ||
"anychart-react": "^1.4.1", | ||
"bootstrap": "^5.3.3", | ||
"d3-fetch": "^3.0.1", | ||
"d3-scale": "^4.0.2", | ||
"prop-types": "^15.7.2", | ||
"react": "^18.2.0", | ||
"react-bootstrap": "^2.10.2", | ||
... | ... | @@ -28,6 +32,8 @@ |
"react-simple-maps": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/d3-fetch": "^3.0.7", | ||
"@types/d3-scale": "^4.0.8", | ||
"@types/node": "^20.12.10", | ||
"@types/react": "^18.2.66", | ||
"@types/react-dom": "^18.2.22", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment