-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.92 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
{
"name": "urban-renewal",
"version": "0.0.1",
"description": "Urban Renewal",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/americanpanorama/urbanrenewal.git"
},
"keywords": [
"visualization",
"geospatial",
"maps",
"mapping",
"dataviz",
"geoviz"
],
"author": "digital scholarship lab",
"license": "ISC",
"dependencies": {
"@panorama/toolkit": "^0.1.6",
"cartodb-client": "stamen/cartodb-client",
"d3": "^3.5.6",
"flux": "^3.1.2",
"intro.js": "^1.1.1",
"leaflet": "^1.0.0",
"number-to-words": "^1.2.3",
"queue-async": "^1.0.7",
"react": "^15.6.1",
"react-addons-transition-group": "^15.4.1",
"react-dom": "^15.4.1",
"react-leaflet": "^1.0.1",
"react-modal": "^1.6.4",
"react-svg-pan-zoom": "^2.10.0",
"react-typeahead": "^2.0.0-alpha.6",
"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",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"cartodb-yaml": "^0.1.0",
"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"
}
}