eurostat-map 3.6.6 → 3.6.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,51 +1,51 @@
1
1
  {
2
- "name": "eurostat-map",
3
- "version": "3.6.6",
4
- "description": "Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.",
5
- "keywords": [
6
- "eurostat",
7
- "statistics",
8
- "europe",
9
- "SVG",
10
- "NUTS",
11
- "map"
12
- ],
13
- "homepage": "https://github.com/eurostat/eurostat-map.js",
14
- "author": "",
15
- "license": "EUPL-1.2",
16
- "repository": {
17
- "type": "git",
18
- "url": "https://github.com/eurostat/eurostat-map.js.git"
19
- },
20
- "main": "build/eurostatmap.min.js",
21
- "files": [
22
- "build/eurostatmap.min.js"
23
- ],
24
- "scripts": {
25
- "start": "webpack --config webpack.config.dev.js",
26
- "server": "webpack-dev-server --open --watch",
27
- "build-prod": "webpack --config webpack.config.prod.js",
28
- "test": "jest"
29
- },
30
- "dependencies": {
31
- "colorbrewer": "^1.3.0",
32
- "d3": "^5.15.0",
33
- "d3-geo-projection": "^3.0.0",
34
- "jsonstat-toolkit": "^1.0.8",
35
- "topojson-client": "^3.1.0"
36
- },
37
- "devDependencies": {
38
- "@babel/core": "^7.9.0",
39
- "@babel/plugin-transform-runtime": "^7.12.1",
40
- "@babel/preset-env": "^7.9.0",
41
- "@babel/runtime": "^7.12.1",
42
- "babel-loader": "^8.1.0",
43
- "jest": "^26.6.1",
44
- "jshint": "^2.12.0",
45
- "puppeteer": "^9.1.1",
46
- "webpack": "^4.41.2",
47
- "webpack-cli": "^3.3.10",
48
- "webpack-dev-server": "^3.9.0",
49
- "webpack-livereload-plugin": "^2.3.0"
50
- }
2
+ "name": "eurostat-map",
3
+ "version": "3.6.8",
4
+ "description": "Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.",
5
+ "keywords": [
6
+ "eurostat",
7
+ "statistics",
8
+ "europe",
9
+ "SVG",
10
+ "NUTS",
11
+ "map"
12
+ ],
13
+ "homepage": "https://github.com/eurostat/eurostat-map.js",
14
+ "author": "",
15
+ "license": "EUPL-1.2",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/eurostat/eurostat-map.js.git"
19
+ },
20
+ "main": "build/eurostatmap.min.js",
21
+ "files": [
22
+ "build/eurostatmap.min.js"
23
+ ],
24
+ "scripts": {
25
+ "start": "webpack --config webpack.config.dev.js",
26
+ "server": "webpack-dev-server --open --watch",
27
+ "build-prod": "webpack --config webpack.config.prod.js",
28
+ "test": "jest"
29
+ },
30
+ "dependencies": {
31
+ "colorbrewer": "^1.3.0",
32
+ "d3": "^5.15.0",
33
+ "d3-geo-projection": "^3.0.0",
34
+ "jsonstat-toolkit": "^1.0.8",
35
+ "topojson-client": "^3.1.0"
36
+ },
37
+ "devDependencies": {
38
+ "@babel/core": "^7.9.0",
39
+ "@babel/plugin-transform-runtime": "^7.12.1",
40
+ "@babel/preset-env": "^7.9.0",
41
+ "@babel/runtime": "^7.12.1",
42
+ "babel-loader": "^8.1.0",
43
+ "jest": "^26.6.1",
44
+ "jshint": "^2.12.0",
45
+ "puppeteer": "^9.1.1",
46
+ "webpack": "^5.75.0",
47
+ "webpack-cli": "^5.0.0",
48
+ "webpack-livereload-plugin": "^3.0.2",
49
+ "webpack-dev-server": "^3.9.0"
50
+ }
51
51
  }