eurostat-map 3.6.133 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eurostat-map",
3
- "version": "3.6.133",
3
+ "version": "4.0.0",
4
4
  "description": "Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.",
5
5
  "keywords": [
6
6
  "eurostat",
@@ -8,14 +8,19 @@
8
8
  "europe",
9
9
  "SVG",
10
10
  "NUTS",
11
- "map"
11
+ "map",
12
+ "D3",
13
+ "cartography",
14
+ "thematic",
15
+ "mapping",
16
+ "eurostat-map"
12
17
  ],
13
- "homepage": "https://github.com/eurostat/eurostat-map.js",
18
+ "homepage": "https://github.com/eurostat/eurostat-map",
14
19
  "author": "",
15
20
  "license": "EUPL-1.2",
16
21
  "repository": {
17
22
  "type": "git",
18
- "url": "https://github.com/eurostat/eurostat-map.js.git"
23
+ "url": "https://github.com/eurostat/eurostat-map.git"
19
24
  },
20
25
  "main": "build/eurostatmap.min.js",
21
26
  "files": [
@@ -25,24 +30,31 @@
25
30
  "start": "webpack --config webpack/webpack.config.dev.js",
26
31
  "server": "webpack-dev-server --open --watch",
27
32
  "build-prod": "webpack --config webpack/webpack.config.prod.js",
33
+ "format": "prettier --write .",
28
34
  "test": "jest"
29
35
  },
30
36
  "dependencies": {
31
37
  "colorbrewer": "^1.3.0",
32
38
  "d3": "^7.8.5",
33
39
  "d3-geo-projection": "^3.0.0",
40
+ "d3-sankey": "^0.12.3",
41
+ "d3-svg-annotation": "^2.5.1",
34
42
  "jsonstat-toolkit": "^1.0.8",
43
+ "simple-statistics": "^7.8.7",
35
44
  "topojson-client": "^3.1.0"
36
45
  },
46
+ "overrides": {
47
+ "d3-color": "3.1.0"
48
+ },
37
49
  "devDependencies": {
38
50
  "@babel/core": "^7.22.6",
39
51
  "@babel/plugin-transform-runtime": "^7.22.6",
40
52
  "@babel/preset-env": "^7.22.6",
41
53
  "@babel/runtime": "^7.12.1",
42
54
  "babel-loader": "^9.1.2",
43
- "jest": "^29.5.0",
44
- "jshint": "^2.12.0",
45
- "puppeteer": "^9.1.1",
55
+ "css-loader": "^7.1.2",
56
+ "prettier": "^3.4.1",
57
+ "style-loader": "^4.0.0",
46
58
  "webpack": "^5.88.1",
47
59
  "webpack-cli": "^5.0.0",
48
60
  "webpack-dev-server": "^4.15.1",