-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
71 lines (71 loc) · 1.92 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
69
70
71
{
"name": "d3-vs",
"version": "1.3.2",
"description": "d3 visualisation with vuejs",
"main": "dist/Vs.min.js",
"scripts": {
"build": "cd scripts && ./build.sh",
"pub": "cd scripts && ./publish.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/GopherJ/Vs.git"
},
"files": [
"dist/",
"src/"
],
"author": "GopherJ",
"license": "MIT",
"keywords": [
"vue",
"visualisation",
"d3"
],
"dependencies": {
"@turf/centroid": "^6.0.2",
"@turf/turf": "^5.1.6",
"d3": "^4.13.0",
"d3-brush": "1.0.4",
"d3-cloud": "^1.2.5",
"d3-queue": "^3.0.7",
"d3-sankey-circular": "^0.23.0",
"document-offset": "^1.0.4",
"leaflet": "^1.6.0",
"leaflet-choropleth": "^1.1.4",
"leaflet-fullscreen": "^1.0.2",
"lodash": "^4.17.5",
"moment": "^2.22.0",
"murmurhash3js": "^3.0.1",
"size-sensor": "^1.0.0",
"uuid": "^3.3.2",
"vue": "^2.5.13"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.27.3",
"cssnano": "^3.10.0",
"file-loader": "^1.1.11",
"node-sass": "^4.7.2",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"vue-html-loader": "~1.x",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.2",
"vue-template-compiler": "^2.2.3",
"webpack": "^2.7.0"
},
"resolutions": {
"d3-selection": "1.3.0",
"d3-dispatch": "1.0.3",
"d3-brush": "1.0.4"
}
}