-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.82 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
{
"name": "eurostat-map",
"version": "4.0.8",
"description": "Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.",
"keywords": [
"eurostat",
"statistics",
"europe",
"SVG",
"NUTS",
"map",
"D3",
"cartography",
"thematic",
"mapping",
"eurostat-map"
],
"homepage": "https://github.com/eurostat/eurostat-map",
"author": "",
"license": "EUPL-1.2",
"repository": {
"type": "git",
"url": "https://github.com/eurostat/eurostat-map.git"
},
"main": "build/eurostatmap.min.js",
"files": [
"build/eurostatmap.min.js"
],
"scripts": {
"start": "webpack --config webpack/webpack.config.dev.js",
"server": "webpack-dev-server --open --watch",
"build-prod": "webpack --config webpack/webpack.config.prod.js",
"format": "prettier --write .",
"test": "jest"
},
"dependencies": {
"colorbrewer": "^1.3.0",
"d3": "^7.8.5",
"d3-geo-projection": "^3.0.0",
"d3-sankey": "^0.12.3",
"d3-svg-annotation": "^2.5.1",
"jsonstat-toolkit": "^1.0.8",
"simple-statistics": "^7.8.7",
"topojson-client": "^3.1.0"
},
"overrides": {
"d3-color": "3.1.0"
},
"devDependencies": {
"@babel/core": "^7.22.6",
"@babel/plugin-transform-runtime": "^7.22.6",
"@babel/preset-env": "^7.22.6",
"@babel/runtime": "^7.12.1",
"babel-loader": "^9.1.2",
"css-loader": "^7.1.2",
"prettier": "^3.4.1",
"style-loader": "^4.0.0",
"webpack": "^5.88.1",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.15.1",
"webpack-livereload-plugin": "^3.0.2"
}
}