-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.19 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.19 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "fstats-frontend",
"private": false,
"version": "2026.3.1",
"homepage": "https://fstats.dev/",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:analyze": "tsc && vite build --mode analyze",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"docker:build": "node docker-utils.js"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.10",
"@mui/icons-material": "^7.3.8",
"@mui/lab": "^7.0.1-beta.22",
"@mui/material": "^7.3.8",
"@tanstack/react-query": "^5.90.21",
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-geo": "^4.3.6",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-zoom": "^2.2.0",
"date-fns": "^4.1.0",
"dotenv": "^17.3.1",
"geojson": "^0.5.0",
"i18next": "^25.8.13",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2",
"notistack": "^3.0.2",
"react": "^19.2.4",
"react-chartjs-2": "^5.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^19.2.4",
"react-i18next": "^16.5.4",
"react-router-dom": "^7.13.1",
"react-syntax-highlighter": "^16.1.1"
},
"devDependencies": {
"@types/geojson": "^7946.0.16",
"@types/topojson-specification": "^1.0.5",
"@types/node": "^25.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vitejs/plugin-react-swc": "^4.2.3",
"eslint": "^10.0.2",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-perfectionist": "^5.6.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-unused-imports": "^4.4.1",
"rollup": "^4.59.0",
"rollup-plugin-visualizer": "^7.0.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.1.1"
},
"overrides": {
"refractor": {
"prismjs": "^1.30.0"
}
}
}