-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.5 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
{
"name": "snowgrid",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.2",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@react-leaflet/core": ">=1.0.0 <1.1.0 || ^1.1.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"autoprefixer": "^9.8.8",
"esri-leaflet": "^3.0.3",
"leaflet": "^1.7.1",
"leaflet-easybutton": "^2.4.0",
"leaflet.markercluster": "^1.5.3",
"papaparse": "^5.3.1",
"postcss": "^7.0.39",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-esri-leaflet": "^1.3.1",
"react-leaflet": ">=3.1.0 <3.2.0 || ^3.2.1",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-scripts": "4.0.3",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"ts-node": "^10.9.1",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco --openssl-legacy-provider start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@types/esri-leaflet": "^2.1.9",
"@types/geojson": "^7946.0.10",
"@types/leaflet.markercluster": "^1.5.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-leaflet-markercluster": "^3.0.0",
"typescript": "^4.9.4"
}
}