-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.75 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
{
"name": "sideby",
"version": "0.2.0",
"private": true,
"homepage": ".",
"dependencies": {
"@craco/craco": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"axios": "^0.24.0",
"clipboard": "^2.0.4",
"css-vars-ponyfill": "^2.1.1",
"esri-leaflet": "^3.0.4",
"esri-leaflet-vector": "^3.1.1",
"formik": "^2.0.6",
"gh-pages": "^1.1.0",
"leaflet": "1.7.1",
"leaflet-control-geocoder": "^1.6.0",
"leaflet-loading": "^0.1.24",
"leaflet-wfst": "okstate-maps/leaflet-wfst#v2.0.1-beta.28",
"leaflet.sync": "okstate-maps/leaflet.sync",
"lodash": "^4.17.21",
"prop-types": "^15.6.0",
"react": "^17.0.2",
"react-app-polyfill": "^1.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-esri-leaflet": "^1.3.1",
"react-fullscreen-crossbrowser": "^1.0.9",
"react-ga": "^3.0.0",
"react-leaflet": "^3.2.2",
"react-leaflet-control": "^2.0.0",
"react-leaflet-vectorgrid": "^2.2.1",
"react-leaflet-wmts": "okstate-maps/react-leaflet-wmts#0.1.0",
"react-modal": "^3.9.1",
"react-scripts": "^5.0.0",
"react-spinners": "^0.6.0",
"react-tooltip": "^3.11.1",
"shortid": "^2.2.15",
"spin.js": "^4.1.0",
"webfontloader": "^1.6.28",
"yup": "^0.32.11"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@welldone-software/why-did-you-render": "^6.2.1"
}
}