-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
{
"name": "TO-FIX",
"version": "1.0.0",
"description": "A task manager for OpenStreetMap",
"private": true,
"dependencies": {
"@turf/bbox": "^3.7.5",
"@turf/bbox-polygon": "^3.7.5",
"@turf/centroid": "^3.5.3",
"@turf/helpers": "^3.5.3",
"d3": "^3.5.17",
"file-size": "^1.0.0",
"keymirror": "^0.1.1",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"lodash.union": "^4.6.0",
"mapbox-gl": "^0.32.1",
"normalizr": "^2.2.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-keybinding": "^3.0.0",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"gh-pages": "^0.11.0",
"react-scripts": "0.8.1"
},
"scripts": {
"start": "HTTPS=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"deploy": "npm run build && gh-pages -d build"
},
"repository": {
"type": "git",
"url": "https://github.com/osmlab/to-fix.git"
},
"author": "Aaron Lidman",
"license": "BSD",
"bugs": {
"url": "https://github.com/osmlab/to-fix/issues"
},
"homepage": "https://osmlab.github.io/to-fix"
}