forked from mapbox/osm-edit-report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.79 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": "osm-edit-report-v2",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.19.0",
"eslint-config-react-app": "^1.0.4",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"faker": "^4.1.0",
"react-addons-perf": "^15.4.2",
"react-scripts": "^1.0.7",
"reactotron-apisauce": "^1.7.0",
"reactotron-react-js": "^1.7.0",
"reactotron-redux": "^1.7.0"
},
"dependencies": {
"apisauce": "^0.10.0",
"babel-eslint": "^7.2.3",
"fixed-data-table-2": "^0.7.11",
"gh-pages": "^1.0.0",
"lodash.debounce": "^4.0.8",
"lscache": "^1.1.0",
"mapbox-data-team": "^1.4.10",
"moment": "^2.18.1",
"query-string": "^4.3.4",
"ramda": "^0.24.1",
"react": "^15.5.4",
"react-datepicker": "^0.47.0",
"react-day-picker": "^6.0.4",
"react-dimensions": "^1.3.0",
"react-dom": "^15.5.4",
"react-redux": "^5.0.2",
"react-select": "^1.0.0-rc.3",
"recharts": "^0.20.8",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start:tron": "REACT_APP_LOGGER=tron npm run start",
"test": "react-scripts test --env=jsdom",
"predeploy": "npm run build",
"deploy": "gh-pages -d build -o origin -b hey-pages",
"deploy-mb": "gh-pages -d build -o origin -b mb-pages",
"eject": "react-scripts eject",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/mapbox/osm-edit-report.git"
},
"author": "Mapbox",
"bugs": {
"url": "https://github.com/mapbox/osm-edit-report/issues"
},
"homepage": "https://mapbox.com/osm-edit-report"
}