-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
77 lines (77 loc) · 2.2 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
{
"name": "sat-api-browser",
"author": "Sean Harkins <[email protected]>",
"repository": "https://github.com/developmentseed/sat-api-browser",
"license": "MIT",
"version": "0.1.0",
"private": true,
"resolutions": {
"**/**/fsevents": "^1.2.9"
},
"dependencies": {
"@date-io/date-fns": "^1.3.6",
"@mapbox/geo-viewport": "^0.4.0",
"@mapbox/mapbox-gl-draw": "^1.1.1",
"@mapbox/mapbox-gl-draw-static-mode": "^1.0.1",
"@mapbox/mapbox-gl-style-spec": "^13.5.0",
"@material-ui/core": "^3.9.0",
"@material-ui/icons": "^3.0.2",
"@turf/bbox": "^6.0.1",
"@turf/center-of-mass": "^6.0.1",
"@turf/helpers": "^6.1.4",
"classnames": "^2.2.6",
"date-fns": "^2.0.0-alpha.29",
"formik": "^1.4.2",
"formik-persist": "^1.1.0",
"immutable": "^4.0.0-rc.12",
"mapbox-gl": "^0.52.0",
"mapbox-gl-draw-rectangle-mode": "^1.0.4",
"material-ui-pickers": "^2.2.4",
"prop-types": "^15.6.2",
"rc-slider": "^8.6.9",
"rc-tooltip": "^3.7.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-immutable-proptypes": "^2.1.0",
"react-lazy-load-image-component": "^1.3.2",
"react-measure": "^2.2.4",
"react-redux": "^6.0.0",
"react-scripts": "2.1.3",
"redux": "^4.0.1",
"redux-api-middleware": "^3.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"scroll-into-view-if-needed": "^2.2.20",
"typeface-roboto": "^0.0.54"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "NODE_ENV=test ./node_modules/.bin/tape ./test/test.js",
"eject": "react-scripts eject",
"eslint": "eslint src/**/*.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/register": "^7.0.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.11.0",
"proxyquire": "^2.1.0",
"sinon": "^7.2.2",
"tape": "^4.9.2"
}
}