This repository has been archived by the owner on Sep 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
70 lines (70 loc) · 1.66 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
{
"name": "worldview-components",
"version": "1.10.0",
"description": "Modular components used with NASA Worldview",
"scripts": {
"test": "gulp lint",
"prepublish": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/nasa-gibs/worldview-components.git"
},
"license": "NASA-1.3",
"main": "./src/scripts/index.js",
"browserify-shim": {},
"browserify": {
"transform": [
"babelify"
]
},
"babel": {
"presets": [
"env",
"react"
],
"sourceMaps": true
},
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^8.0.1",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"browserify-shim": "^3.8.12",
"chai": "^3.5.0",
"del": "^2.2.1",
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-eslint": "^4.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "*",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"peerDependencies": {
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"dependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"d3": "^4.1.1",
"icheck": "^1.0.2",
"prop-types": "^15.6.0",
"react-draggable": "^2.2.0",
"react-input-range": "1.3.0",
"reactstrap": "^5.0.0",
"whatwg-fetch": "^2.0.3"
}
}