-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 1.97 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
{
"name": "slush-globeapp-project",
"version": "0.0.20",
"license": "MIT",
"scripts": {
"reports": "babel-node src/getReports.js",
"geotiff": "babel-node src/getGeoTiff.js",
"date": "babel-node src/addDate.js",
"doc": "rimraf docs && indoc -c data/indoc.json",
"lint": "eslint ."
},
"dependencies": {
"archieml": "0.3.1",
"awesomplete": "^1.1.1",
"babel-cli": "^6.18.0",
"babel-core": "6.9.1",
"babel-eslint": "^7.1.1",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-1": "6.5.0",
"babel-register": "6.9.0",
"browser-sync": "2.26.7",
"cheerio": "0.20.0",
"d3": "^4.5.0",
"d3-request": "^1.0.3",
"dateline": "^2.1.0",
"del": "2.2.0",
"dsv-loader": "1.0.3",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"eslint_d": "^4.2.1",
"fontfaceobserver": "^2.0.7",
"fs-extra": "^2.0.0",
"get-json-lite": "2.0.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-callback": "0.0.3",
"gulp-combine-mq": "0.4.0",
"gulp-file-include": "0.13.7",
"gulp-hb": "7.1.0",
"gulp-htmlmin": "5.0.1",
"gulp-imagemin": "4.1.0",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-smoosher": "0.0.9",
"gulp-stylus": "2.4.0",
"gulp-util": "3.0.7",
"gulp-zip": "3.2.0",
"indoc": "^0.4.15",
"jimp": "0.3.3",
"json-loader": "0.5.4",
"lodash": "^4.17.2",
"mapbox-gl": "^0.49.0",
"moment": "^2.20.1",
"moment-timezone": "^0.5.14",
"node-fetch": "^1.7.3",
"promis": "1.1.4",
"require-dir": "0.3.2",
"rimraf": "^2.5.4",
"run-sequence": "1.2.1",
"shelljs": "0.8.3",
"topojson-client": "^3.0.0",
"webpack": "1.13.1",
"webpack-stream": "3.2.0",
"xml2js": "^0.4.17",
"yargs": "^10.1.1"
}
}