-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.62 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
{
"name": "executive-abroad",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp",
"dist": "gulp dist",
"lint": "eslint ./src",
"build:basemaps": "node_modules/.bin/cartodb-yaml ./basemaps/cartodb/basemaps.yml > ./basemaps/cartodb/basemaps.json"
},
"author": "DSL",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/americanpanorama/executiveabroad.git"
},
"dependencies": {
"d3": "^3.5.6",
"react": "^15.4.1",
"react-addons-transition-group": "^15.4.1",
"react-dom": "^15.4.1",
"react-modal": "^1.7.7",
"react-typeahead": "^1.1.9",
"topojson": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^6.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2016": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"cartodb-yaml": "^0.1.0",
"core-js": "^2.4.1",
"eslint": "^3.12.2",
"eslint-plugin-react": "^6.8.0",
"glob": "^7.1.1",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-cssmin": "^0.1.7",
"gulp-eslint": "^1.0.0",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"node-sass": "^4.0.0",
"parcelify": "^2.1.0",
"rimraf": "^2.4.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
}
}