-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 999 Bytes
/
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
{
"name": "geoguide",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "yarn run build",
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "yarn run build -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gustavoguerino/GeoHIghlight.git"
},
"bugs": {
"url": "https://github.com/gustavoguerino/GeoHIghlight/issues"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.27.3",
"style-loader": "^0.16.0",
"webpack": "^2.3.2"
},
"dependencies": {
"axios": "^0.16.2",
"clusters": "0.0.4",
"crossfilter": "^1.3.12",
"d3": "^3.5.17",
"gmaps-marker-clusterer": "^1.2.2",
"lodash": "^4.17.4",
"quick-hull-2d": "^0.1.0",
"randomcolor": "^0.5.0"
}
}