-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.74 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
{
"name": "panorama-template",
"version": "0.0.1",
"description": "Template for starting new projects using the @panorama toolkit.",
"main": "index.js",
"scripts": {
"start": "gulp",
"dist": "gulp dist",
"test": "gulp test",
"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/panorama-template.git"
},
"keywords": [
"visualization",
"geospatial",
"maps",
"mapping",
"dataviz",
"geoviz"
],
"author": "stamen",
"license": "ISC",
"dependencies": {
"@panorama/toolkit": "^0.1.6",
"cartodb-client": "stamen/cartodb-client",
"d3": "^3.5.6",
"flux": "^2.1.1",
"intro.js": "^1.1.1",
"leaflet": "^0.7.5",
"queue-async": "^1.0.7",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-leaflet": "^0.9.0",
"react-modal": "^0.6.1"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"babelify": "^6.3.0",
"browserify": "^11.1.0",
"cartodb-yaml": "^0.1.0",
"eslint": "^1.7.0",
"eslint-plugin-react": "^3.11.3",
"glob": "^5.0.14",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.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": "^3.4.1",
"parcelify": "^2.1.0",
"reactify": "^1.1.1",
"rimraf": "^2.4.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
}
}