forked from county-of-simcoe-gis/SimcoeCountyWebViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.87 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
{
"name": "openlayers",
"homepage": "https://opengis.simcoe.ca/public",
"version": "0.1.0",
"private": true,
"dependencies": {
"@turf/turf": "^5.1.6",
"array-move": "^2.0.0",
"create-react-class": "^15.6.3",
"fbemitter": "^2.1.1",
"file-saver": "^2.0.1",
"html2canvas": "^1.0.0-rc.1",
"immutability-helper": "^3.0.0",
"jspdf": "^1.5.3",
"npm": "^6.7.0",
"ol": "^5.3.0",
"ol-contextmenu": "^3.3.1",
"proj4": "^2.5.0",
"rc-menu": "^7.4.22",
"rc-slider": "^8.6.6",
"react": "^16.7.0",
"react-app-polyfill": "^0.2.1",
"react-autocomplete": "^1.8.1",
"react-collapsible": "^2.6.0",
"react-copy-to-clipboard": "^5.0.1",
"react-device-detect": "^1.6.2",
"react-dom": "^16.7.0",
"react-ga": "^2.5.7",
"react-github-btn": "^1.0.5",
"react-highlight-words": "^0.16.0",
"react-loadable": "^5.5.0",
"react-loading": "^2.0.3",
"react-modal": "^3.8.1",
"react-responsive-modal": "^3.6.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"react-select": "^2.4.1",
"react-sidebar": "^3.0.2",
"react-sortable-hoc": "^1.9.1",
"react-sortable-hoc-ie-optimization": "^0.8.5",
"react-sortable-tree": "^2.6.0",
"react-sortable-tree-theme-file-explorer": "^2.0.0",
"react-switch": "^5.0.0",
"react-tabs": "^3.0.0",
"react-tooltip": "^3.10.0",
"react-transition-group": "^4.0.1",
"react-virtualized": "^9.21.0",
"shortid": "^2.2.14",
"xml2js": "^0.4.19"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"jshintConfig": {
"loopfunc": true,
"jsx-a11y/anchor-is-valid": true
}
}