-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
141 lines (141 loc) · 4.41 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "slave-voyages",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --port 3000",
"build": "vite build",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --quiet",
"preview": "vite preview",
"coverage": "vitest run --coverage",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"clean": "rm -rf node_modules"
},
"dependencies": {
"@ant-design/icons": "^5.3.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@johnconnor_mulligan/leaflet.curve": "^1.0.13",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.130",
"@mui/material": "^5.13.2",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/system": "^5.12.3",
"@observablehq/runtime": "^5.9.1",
"@react-hook/window-size": "^3.1.1",
"@reduxjs/toolkit": "^1.9.5",
"@turf/bezier-spline": "^6.5.0",
"@types/d3-selection": "^3.0.10",
"@types/react-query": "^1.2.9",
"@types/react-virtualized": "^9.21.29",
"@types/react-window": "^1.8.8",
"@types/react-window-infinite-loader": "^1.0.9",
"ag-grid-community": "^30.0.0",
"ag-grid-react": "^30.0.0",
"antd": "^5.21.1",
"aos": "^2.3.4",
"axios": "^1.4.0",
"d3": "^7.8.5",
"dompurify": "^3.0.6",
"framer-motion": "^10.12.16",
"html-react-parser": "4.2.0",
"html-table-to-csv": "^1.0.3",
"leaflet": "^1.9.4",
"leaflet-curve": "^1.0.0",
"leaflet-easybutton": "^2.4.0",
"leaflet.geodesic": "^2.7.1",
"leaflet.markercluster": "^1.5.3",
"lodash.debounce": "^4.0.8",
"mirador": "^4.0.0-alpha.2",
"multi-nested-select": "^1.2.1",
"plotly.js": "^2.23.2",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-infinite-scroll-component": "^6.1.0",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-multi-carousel": "^2.8.4",
"react-plotly.js": "^2.6.0",
"react-query": "^3.39.3",
"react-redux": "^8.0.5",
"react-router-dom": "^6.22.3",
"react-scroll": "^1.8.9",
"react-slick": "^0.29.0",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.10",
"react-window-infinite-loader": "^1.0.9",
"styled-components": "^5.3.11",
"usehooks-ts": "^2.9.2",
"uuid": "^9.0.1",
"xlsx": "^0.18.5"
},
"resolutions": {
"react-virtualized": "patch:[email protected]#./path/to/react-virtualized-9.22.3.patch"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/aos": "^3.0.6",
"@types/axios": "^0.14.0",
"@types/d3": "^7.4.3",
"@types/dompurify": "^3.0.5",
"@types/dotenv": "^8.2.0",
"@types/leaflet": "^1.9.6",
"@types/leaflet.markercluster": "^1.5.2",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.8.0",
"@types/react": "^18.0.21",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.0.6",
"@types/react-html-parser": "^2.0.2",
"@types/react-leaflet": "^3.0.0",
"@types/react-plotly.js": "^2.6.0",
"@types/react-scroll": "^1.8.7",
"@types/react-slick": "^0.23.11",
"@types/react-virtualized-select": "^3.0.17",
"@types/styled-components": "^5.1.26",
"@types/testing-library__react": "^10.2.0",
"@types/uuid": "^9.0.8",
"@types/webpack-env": "^1.18.1",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"dotenv": "^16.3.1",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"happy-dom": "^9.20.3",
"node-sass": "^9.0.0",
"process": "^0.11.10",
"sass": "^1.62.1",
"typescript": "^5.2.2",
"vite": "^4.3.9",
"vitest-fetch-mock": "^0.2.2",
"webpack": "^5.88.2"
},
"overrides": {
"react-error-overlay": "6.0.9"
}
}