forked from maproulette/maproulette3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 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
{
"name": "maproulette3",
"version": "3.0.0-alpha.3",
"private": true,
"dependencies": {
"@turf/bbox": "^5.1.5",
"bulma": "^0.6.0",
"bulma-badge": "^0.1.0",
"bulma-steps-component": "^0.5.3",
"bulma-timeline": "^1.1.2",
"classnames": "^2.2.5",
"date-fns": "^1.29.0",
"fuse.js": "^3.1.0",
"leaflet": "^1.3.0",
"leaflet.markercluster": "^1.3.0",
"localforage": "^1.5.2",
"normalize.css": "^7.0.0",
"normalizr": "^3.2.3",
"prop-types": "^15.6.0",
"query-string": "^4.3.4",
"react": "^16.0.0",
"react-delayed": "^0.2.0",
"react-dom": "^16.0.0",
"react-dropzone": "^4.2.3",
"react-intl": "^2.3.0",
"react-jsonschema-form": "^1.0.0",
"react-leaflet": "^1.8.0",
"react-leaflet-markercluster": "^1.1.7",
"react-onclickoutside": "^6.6.3",
"react-redux": "^5.0.5",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"react-share": "^1.16.0",
"react-transition-group": "^2.2.1",
"recharts": "^1.0.0-beta.1",
"redux": "^3.7.0",
"redux-persist": "^5.0.1",
"redux-thunk": "^2.2.0",
"remark": "^7.0.1",
"remark-react": "^4.0.0",
"route-matcher": "^0.1.0"
},
"devDependencies": {
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.1",
"node-sass-chokidar": "^0.0.3",
"npm-run-all": "^4.1.1",
"react-test-renderer": "^16.2.0",
"redux-mock-store": "^1.4.0"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"eject": "react-scripts eject"
}
}