forked from maproulette/maproulette3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.8 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
{
"name": "maproulette3",
"version": "3.3.4",
"private": true,
"dependencies": {
"@mapbox/geojsonhint": "^2.0.1",
"@nivo/bar": "^0.52.1",
"@nivo/line": "^0.33.0",
"@nivo/radar": "^0.33.0",
"@turf/bbox": "^5.1.5",
"@turf/bbox-polygon": "^5.1.5",
"@turf/boolean-disjoint": "^5.1.5",
"@turf/center": "^5.1.5",
"@turf/invariant": "^5.1.5",
"bulma": "0.6.0",
"bulma-badge": "^0.1.0",
"bulma-checkradio": "^1.0.1",
"bulma-steps-component": "^0.5.3",
"bulma-switch": "^1.0.1",
"bulma-timeline": "^1.1.2",
"classnames": "^2.2.5",
"date-fns": "^1.29.0",
"downshift": "^2.0.3",
"file-saver": "^2.0.2",
"fuse.js": "^3.1.0",
"leaflet": "^1.5.1",
"leaflet-vectoricon": "https://github.com/nrotstan/Leaflet.VectorIcon.git#with-viewbox",
"leaflet.markercluster": "^1.4.1",
"localforage": "^1.5.2",
"mapillary-js": "^2.18.0",
"node-sass": "^4.11.0",
"normalize.css": "^7.0.0",
"normalizr": "^3.2.3",
"parse-link-header": "^1.0.1",
"piwik-react-router": "^0.12.1",
"prop-types": "^15.6.0",
"query-string": "^5.1.0",
"react": "^16.8.0",
"react-animate-height": "^2.0.7",
"react-burger-menu": "^2.4.4",
"react-calendar-heatmap": "^1.6.3",
"react-clickout": "^3.0.8",
"react-copy-to-clipboard": "^5.0.1",
"react-datepicker": "^2.3.0",
"react-delayed": "^0.2.0",
"react-dom": "^16.8.0",
"react-dom-confetti": "^0.0.10",
"react-dropzone": "^10.1.5",
"react-grid-layout": "^0.16.6",
"react-intl": "^2.9.0",
"react-intl-formatted-duration": "^3.0.0",
"react-jsonschema-form": "1.5.0",
"react-jsonschema-form-async": "^0.2.0",
"react-leaflet": "^2.4.0",
"react-leaflet-bing": "^4.1.0",
"react-leaflet-markercluster": "^2.0.0-rc3",
"react-onclickoutside": "^6.6.3",
"react-redux": "^5.0.5",
"react-responsive": "^4.1.0",
"react-router-dom": "^4.2.2",
"react-scripts": "3.0.1",
"react-share": "^1.16.0",
"react-syntax-highlighter": "^10.3.0",
"react-table": "^6.7.6",
"react-tagsinput": "^3.19.0",
"react-transition-group": "^2.2.1",
"redux": "^3.7.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.2.0",
"remark": "^7.0.1",
"remark-external-links": "^3.0.0",
"remark-react": "^4.0.0",
"route-matcher": "^0.1.0",
"stale-lru-cache": "^5.1.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"combine-react-intl-messages": "^1.0.6",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.1",
"npm-run-all": "^4.1.1",
"postcss-cli": "^6.1.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.1",
"postcss-simple-vars": "^5.0.1",
"react-test-renderer": "^16.2.0",
"redux-mock-store": "^1.4.0",
"shelljs": "^0.8.2",
"tailwindcss": "^0.7.3",
"tailwindcss-gradients": "^1.1.0",
"tailwindcss-grid": "^1.2.0",
"tailwindcss-owl": "^1.1.1",
"tailwindcss-transforms": "^1.0.2",
"tailwindcss-transition": "^1.0.5",
"tailwindcss-visuallyhidden": "^1.0.2"
},
"scripts": {
"build-postcss": "postcss src/styles/index.css -o src/index.css",
"watch-postcss": "postcss src/styles/index.css -o src/index.css -w",
"build-intl": "yarn run combine-messages -i './src/**/*.js' -o './src/lang/en-US.json'",
"update-layers": "node scripts/update_layers.js",
"start-js": "react-scripts start",
"start": "npm-run-all -p update-layers watch-postcss start-js",
"build": "yarn run build-intl && yarn run update-layers && yarn run build-postcss && react-scripts build",
"test": "react-scripts test",
"e2e": "yarn run chimp",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"resolutions": {
"browserslist": "4.6.2",
"caniuse-lite": "1.0.30000974"
}
}