-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
61 lines (61 loc) · 1.76 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
{
"name": "tilegrams",
"version": "1.2.0",
"description": "Make hexagonally tiled cartograms",
"author": "Pitch Interactive, Inc.",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/PitchInteractiveInc/hexagon-cartograms.git"
},
"main": "index.js",
"scripts": {
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --host 0.0.0.0",
"build": "webpack --progress --colors"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.24.0",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"node-sass": "^4.12.0",
"raw-loader": "^0.5.1",
"react-markdown": "^2.4.2",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
},
"dependencies": {
"area-polygon": "^1.0.1",
"comma-number": "^1.1.0",
"copy-webpack-plugin": "^4.5.1",
"d3-array": "^1.0.1",
"d3-collection": "^1.0.1",
"d3-color": "^1.0.1",
"d3-dsv": "^1.0.1",
"d3-geo": "^1.2.4",
"d3-scale": "^1.0.3",
"dat-gui": "^0.5.0",
"density-clustering": "^1.3.0",
"font-awesome": "^4.6.3",
"hull.js": "^0.2.10",
"mobile-detect": "^1.3.5",
"point-in-polygon": "^1.0.1",
"polygon-overlap": "^1.0.5",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"stats-js": "^1.0.0-alpha1",
"topogram": "git://github.com/PitchInteractiveInc/topogram.git#node-js",
"topojson": "^1.6.26"
}
}