-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.49 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
49
50
51
52
{
"name": "town_viewer22",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"download": "bash ./fetch_data.sh",
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/styled": "^11.13.5",
"@fontsource/barlow": "^5.1.0",
"@fontsource/barlow-semi-condensed": "^5.1.0",
"@mui/icons-material": "^6.1.9",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "^6.1.9",
"@mui/x-charts": "^7.23.0",
"@mui/x-data-grid": "^7.23.0",
"@visx/legend": "^3.12.0",
"d3-format": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"html-react-parser": "^5.1.18",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"simple-statistics": "^7.8.7",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"@babel/preset-react": "^7.25.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.16",
"sass": "^1.81.0",
"vite": "^5.4.11",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-ngrok": "^1.0.0",
"vite-plugin-svgr": "^4.3.0"
}
}