-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "paris-cartes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"dev": "rollup -c -w --environment serve:true"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/polylabel": "^1.0.2",
"d3-array": "^1.2.0",
"d3-format": "^1.2.0",
"d3-geo": "^1.6.4",
"d3-request": "^1.0.5",
"d3-scale": "^1.0.6",
"d3-scale-chromatic": "^1.1.1",
"d3-selection": "^1.1.0",
"d3-shape": "^1.2.0",
"d3-svg-legend": "^2.24.1",
"d3-transition": "^1.1.0",
"leaflet": "^1.0.3",
"lodash": "^4.17.4",
"rxjs": "^5.4.0",
"topojson": "^3.0.0"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.19.0",
"ndjson-cli": "^0.3.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-css-only": "^0.2.0",
"rollup-plugin-json": "^2.1.1",
"rollup-plugin-livereload": "^0.4.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-serve": "^0.3.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^3.2.2"
}
}