-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
133 lines (133 loc) · 3.82 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "imagery-coordination",
"version": "0.1.0",
"description": "Imagery Coordination",
"repository": {
"type": "git",
"url": "https://github.com/hotosm/imagery-coordination"
},
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org"
},
"license": "",
"bugs": {
"url": "https://github.com/hotosm/imagery-coordination/issues"
},
"homepage": "",
"scripts": {
"postinstall": "[ -f app/assets/scripts/config/local.js ] || echo 'module.exports = {};' > app/assets/scripts/config/local.js",
"serve": "DS_ENV=development gulp serve",
"build": "NODE_ENV=production gulp",
"stage": "DS_ENV=staging NODE_ENV=staging gulp",
"lint": "eslint app/assets/scripts/ --ext .js",
"test": "browserify test/test.js -x 'react/addons' -x 'react/lib/ReactContext' -x 'react/lib/ExecutionEnvironment' -d | smokestack -b chrome"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015",
"react"
],
"plugins": [
"rewire"
]
}
],
"require-globify",
"envify"
]
},
"devDependencies": {
"babel": "^6.5.2",
"babel-plugin-rewire": "^1.1.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browser-sync": "^2.13.0",
"browserify": "^13.0.1",
"del": "^2.2.1",
"envify": "^3.4.1",
"enzyme": "<=2.8.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^6.0.0-beta",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-standard": "^2.0.0",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-csso": "^2.0.0",
"gulp-exit": "0.0.2",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-markdown-to-json": "^1.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^7.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.0",
"gulp-util": "^3.0.7",
"jeet": "6.1.5",
"node-bourbon": "^4.2.8",
"node-notifier": "^4.6.0",
"node-sass": "^3.8.0",
"react-addons-test-utils": "^15.6.0",
"require-globify": "^1.4.0",
"sinon": "^2.4.1",
"smokestack": "^3.4.1",
"tape": "^4.7.0",
"uglify-es": "^3.0.26",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"@mapbox/geojson-normalize": "0.0.1",
"@mapbox/mapbox-gl-draw": "^1.0.0",
"@mapbox/mapbox-gl-draw-static-mode": "^1.0.1",
"@mapbox/mapbox-gl-geocoder": "^2.1.1",
"@turf/area": "^4.6.0",
"@turf/bbox": "^3.7.0",
"@turf/center": "^3.7.0",
"auth0-lock": "^10.6.1",
"babel-polyfill": "^6.23.0",
"classnames": "^2.2.5",
"geojson-validation": "^0.1.6",
"history": "^3.2.1",
"isomorphic-fetch": "^2.2.1",
"jwt-decode": "^2.1.0",
"lodash": "^4.17.2",
"mapbox-gl": "<=0.38.0",
"mapbox-gl-style-spec": "^8.11.0",
"moment": "^2.17.0",
"numeral": "^1.5.6",
"oam-design-system": "git+https://github.com/hotosm/oam-design-system.git#develop",
"prop-types": "^15.5.10",
"qs": "^6.3.0",
"react": "^15.4.0",
"react-addons-create-fragment": "^15.4.0",
"react-dom": "^15.4.0",
"react-linkify": "^0.1.3",
"react-measure": "^2.0.2",
"react-paginate": "^2.2.3",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"react-router-scroll": "^0.4.1",
"react-widgets": "^3.4.5",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"reselect": "^3.0.1",
"viewport-mercator-project": "^4.1.1",
"xmldom": "^0.1.27"
}
}