-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
96 lines (96 loc) · 2.44 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
{
"name": "satellite-landscape",
"version": "0.1.0",
"description": "Satellites in Global Development.",
"author": {
"name": "developmentseed"
},
"repository": {
"type": "git",
"url": "https://github.com/satsummit/landscape"
},
"license": "",
"homepage": "",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"serve": "gulp serve",
"build": "DS_ENV=production NODE_ENV=production gulp",
"lint": "eslint app/assets/scripts/ --ext .js",
"test": "echo \"No tests\" && exit 0",
"postinstall": "bundle install --path bundle/cache && [ -f _config-dev.yml ] || touch _config-dev.yml"
},
"resolutions": {
"ttf2woff": "^3.0.0",
"ttf2woff2": "^3.0.0",
"graceful-fs": "^4.2.11"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015",
"react"
]
}
],
"require-globify",
"envify"
]
},
"devDependencies": {
"autoprefixer-core": "^5.2.0",
"babel": "^6.5.2",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browser-sync": "^2.16.0",
"browserify": "^13.1.0",
"collecticons-processor": "^4.1.0",
"del": "^2.2.0",
"envify": "^3.4.0",
"eslint": "^3.10.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-standard": "^2.0.1",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.2",
"gulp-csso": "^1.0.1",
"gulp-exit": "0.0.2",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^5.1.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"gulp-useref": "^3.0.5",
"gulp-util": "^3.0.7",
"jeet": "^6.1.2",
"node-bourbon": "^4.2.3",
"node-notifier": "^4.5.0",
"node-sass": "^8.0.0",
"require-globify": "^1.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"yamljs": "^0.2.7"
},
"dependencies": {
"classnames": "^2.2.5",
"d3": "^3.5.5",
"jquery": "^3.1.1",
"lodash": "^4.17.2",
"mapbox": "^1.0.0-beta5",
"react": "^15.3.0",
"react-dom": "^15.4.1",
"react-dropdown": "^0.4.1",
"react-radio-group": "^3.0.1",
"react-tooltip": "^3.2.2"
}
}