-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
139 lines (139 loc) · 4.26 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
134
135
136
137
138
139
{
"name": "training-annotation",
"version": "0.1.0-alpha",
"description": "Label Validation",
"repository": {
"type": "git",
"url": "https://git.radiant.earth/team-collaboration/training-annotation/training-annotation"
},
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org"
},
"bugs": {
"url": "https://git.radiant.earth/team-collaboration/training-annotation/training-annotation/issues"
},
"homepage": "https://git.radiant.earth/team-collaboration/training-annotation/training-annotation",
"scripts": {
"postinstall": "[ -f app/assets/scripts/config/local.js ] || echo \"'use strict'\n\nexport default {\n environment: 'development'\n}\" > app/assets/scripts/config/local.js",
"serve": "DS_ENV=development gulp serve",
"build": "DS_ENV=production NODE_ENV=production gulp",
"stage": "DS_ENV=staging NODE_ENV=staging gulp",
"lint": "eslint app/assets/scripts/ --ext .js",
"test": "echo \"No tests\" && exit 0"
},
"engines": {
"node": "8.x"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-transform-spread",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-runtime"
]
}
],
"require-globify",
"envify"
]
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babelify": "10.0.0",
"browser-sync": "^2.18.8",
"browserify": "^15.1.0",
"connect-history-api-fallback": "^1.5.0",
"del": "^3.0.0",
"envify": "^4.0.0",
"eslint": "^4.10.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-standard": "^3.0.1",
"fancy-log": "^1.3.2",
"gulp": "^3.9.1",
"gulp-cache": "^1.0.2",
"gulp-csso": "^3.0.0",
"gulp-exit": "0.0.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^8.1.1",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^3.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^3.0.0",
"gulp-uglify-es": "^1.0.4",
"gulp-useref": "^3.1.2",
"jeet": "^7.1.0",
"node-bourbon": "^4.2.8",
"node-notifier": "^5.1.2",
"node-sass": "^4.5.1",
"require-globify": "^1.4.1",
"surge": "^0.19.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.9.0"
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "drewbo/mapbox-gl-draw#feature/846-midpoint-props",
"@mapbox/tile-cover": "^3.0.2",
"@mapbox/tilebelt": "^1.0.1",
"@turf/bbox": "^6.0.1",
"@turf/bbox-polygon": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/intersect": "^6.1.3",
"@turf/polygon-smooth": "^5.0.1",
"auth0-js": "^9.8.2",
"auth0-lock": "^11.12.1",
"classnames": "^2.2.5",
"clipboard": "^1.7.1",
"d3": "^5.4.0",
"element-resize-event": "^2.0.9",
"isomorphic-fetch": "^2.2.1",
"jwt-decode": "^2.2.0",
"lodash.defaultsdeep": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.last": "^3.0.0",
"lodash.uniqby": "^4.7.0",
"luxon": "^1.2.1",
"mapbox-gl": "0.50.0",
"moment": "^2.22.2",
"qs": "^6.5.2",
"react": "~16.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-datepicker": "^1.6.0",
"react-dom": "~16.2.0",
"react-helmet": "^5.2.0",
"react-input-moment": "^1.7.10",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-select": "^2.1.2",
"react-tether": "^1.0.3",
"react-timeout": "^1.2.0",
"react-transition-group": "^2.5.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
}
}