-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "women-in-congress",
"version": "1.0.0",
"description": "Visualisation about Women Reps",
"main": "mps_over_time.js",
"scripts": {
"prepublish": "rollup -c && uglifyjs d3.js -c -m -o d3.min.js;python mp_base64.py"
},
"dependencies": {
"d3-array": "^1.2.1",
"d3-axis": "^1.0.8",
"d3-beeswarm": "0.0.5",
"d3-collection": "^1.0.4",
"d3-ease": "^1.0.3",
"d3-interpolate": "^1.1.5",
"d3-jetpack": "^2.0.16",
"d3-node": "^1.1.1",
"d3-quadtree": "^1.0.3",
"d3-queue": "^3.0.7",
"d3-request": "^1.0.6",
"d3-scale": "^1.0.6",
"d3-selection": "^1.1.0",
"d3-shape": "^1.2.0",
"d3-svg-annotation": "^2.2.5",
"d3-time-format": "^2.1.0",
"d3-transition": "^1.1.0",
"d3-voronoi": "^1.1.2",
"d3-zoom": "^1.7.1",
"intersection-observer": "^0.5.0",
"npm": "^5.4.1",
"scrollama": "^1.4.1",
"semantic-ui": "^2.2.13",
"stickyfilljs": "^2.0.3",
"svg2png": "^4.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dldx/women-in-congress.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-uglify": "^1.0.2",
"babel-preset-env": "^1.6.1",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.2"
},
"presets": [
"env"
]
}