-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.36 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
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "buzzmap-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:watch": "vitest --watch",
"test:ui": "vitest --ui",
"test:cov": "vitest run --coverage"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@reduxjs/toolkit": "^2.6.1",
"@tabler/icons-react": "^3.31.0",
"@tailwindcss/vite": "^4.0.15",
"@tanstack/react-table": "^8.21.2",
"@tremor/react": "^3.18.7",
"@turf/turf": "^7.2.0",
"@visx/legend": "^3.12.0",
"@visx/responsive": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"@vitejs/plugin-react": "^4.3.4",
"ag-grid-react": "^33.2.3",
"axios": "^1.9.0",
"chart.js": "^4.4.9",
"chartjs-plugin-annotation": "^3.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"csv-parse": "^5.6.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"framer-motion": "^12.9.2",
"leaflet": "^1.9.4",
"lucide-react": "^0.487.0",
"multer": "^2.0.1",
"phosphor-react": "1.4.1",
"rc-slider": "^11.1.8",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-leaflet": "^4.2.1",
"react-redux": "^9.2.0",
"react-router-dom": "^7.4.0",
"react-toastify": "^11.0.5",
"recharts": "^2.15.2",
"swiper": "^11.2.6",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.0.15",
"tw-animate-css": "^1.2.5"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@lhci/cli": "^0.15.1",
"@svgr/rollup": "^8.1.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react-swc": "^3.8.0",
"axe-core": "^4.10.3",
"daisyui": "^5.0.9",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"jest-axe": "^10.0.0",
"msw": "^2.11.3",
"rollup": "^4.37.0",
"rollup-plugin-visualizer": "^6.0.3",
"source-map-explorer": "^2.5.3",
"vite": "^6.2.0",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^3.2.4",
"whatwg-url": "^15.1.0"
}
}