@mapcreator/mapcreator-gl 5.2.3 → 5.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/index.html +128 -128
- package/dist/lib/lib.js +1 -1
- package/dist/lib/lib.js.map +1 -1
- package/dist/lib/style.css +1 -1
- package/dist/lib/style.css.map +1 -1
- package/package.json +92 -92
package/package.json
CHANGED
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@mapcreator/mapcreator-gl",
|
|
3
|
-
"version": "5.2.
|
|
4
|
-
"description": "Mapcreator interactive maps library",
|
|
5
|
-
"main": "dist/lib/lib.js",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
-
"start": "npm run updateBrowserRegexp && webpack serve --mode development",
|
|
10
|
-
"serve": "npm run start",
|
|
11
|
-
"serve:lib": "npm run updateBrowserRegexp && webpack serve --mode development --env ENV=production --config ./webpack.config.lib.js",
|
|
12
|
-
"build": "npm run updateBrowserRegexp && webpack",
|
|
13
|
-
"build:lib": "npm run updateBrowserRegexp && webpack --config ./webpack.config.lib.js --mode=production --env ENV=production",
|
|
14
|
-
"preview": "npm run build && http-server dist",
|
|
15
|
-
"lint": "npx eslint 'src/**/*.ts'",
|
|
16
|
-
"lint:fix": "npx eslint 'src/**/*.ts' --fix",
|
|
17
|
-
"prettier": "prettier --check \"./src/**/*.{ts,js,json,html,css,scss}\"",
|
|
18
|
-
"prettier:write": "prettier --write \"./src/**/*.{ts,js,json,html,css,scss}\"",
|
|
19
|
-
"updateBrowserRegexp": "sh .build/setupBrowserList.sh"
|
|
20
|
-
},
|
|
21
|
-
"author": "Mapcreator",
|
|
22
|
-
"license": "ISC",
|
|
23
|
-
"devDependencies": {
|
|
24
|
-
"@babel/eslint-parser": "^7.21.8",
|
|
25
|
-
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
26
|
-
"@babel/plugin-proposal-json-strings": "^7.18.6",
|
|
27
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
28
|
-
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
29
|
-
"@babel/polyfill": "^7.12.1",
|
|
30
|
-
"@babel/preset-env": "^7.22.4",
|
|
31
|
-
"@mapbox/mapbox-gl-rtl-text": "0.2.3",
|
|
32
|
-
"@mapcreator/eslint-config": "3.1.2",
|
|
33
|
-
"@mapcreator/helpers": "1.6.0",
|
|
34
|
-
"@mapcreator/maplibre-gl": "5.7.0-mc.4",
|
|
35
|
-
"@sentry/browser": "^7.53.1",
|
|
36
|
-
"@turf/area": "^7.2.0",
|
|
37
|
-
"@turf/bbox": "^7.2.0",
|
|
38
|
-
"@turf/bbox-clip": "^7.2.0",
|
|
39
|
-
"@turf/helpers": "^7.1.0",
|
|
40
|
-
"@turf/intersect": "^7.2.0",
|
|
41
|
-
"@turf/meta": "^7.2.0",
|
|
42
|
-
"@turf/polygon-smooth": "^7.1.0",
|
|
43
|
-
"@types/d3-geo": "^3.1.0",
|
|
44
|
-
"@types/geojson": "^7946.0.16",
|
|
45
|
-
"@types/node": "^20.10.6",
|
|
46
|
-
"@types/topojson-client": "^3.1.5",
|
|
47
|
-
"@types/webpack": "^5.28.5",
|
|
48
|
-
"@types/webpack-env": "^1.18.4",
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
50
|
-
"@typescript-eslint/parser": "^6.16.0",
|
|
51
|
-
"autoprefixer": "^10.4.14",
|
|
52
|
-
"babel-loader": "^9.1.2",
|
|
53
|
-
"browserslist-useragent-regexp": "^4.0.0",
|
|
54
|
-
"case": "^1.6.3",
|
|
55
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
56
|
-
"copy-webpack-plugin": "^11.0.0",
|
|
57
|
-
"css-loader": "^5.2.7",
|
|
58
|
-
"cssnano": "^6.0.1",
|
|
59
|
-
"d3-geo": "^3.1.1",
|
|
60
|
-
"d3-interpolate": "^3.0.1",
|
|
61
|
-
"d3-scale": "^4.0.2",
|
|
62
|
-
"dotenv": "^16.0.3",
|
|
63
|
-
"eslint": "^8.41.0",
|
|
64
|
-
"file-loader": "^6.2.0",
|
|
65
|
-
"html-webpack-plugin": "^5.5.1",
|
|
66
|
-
"http-server": "^14.1.1",
|
|
67
|
-
"leaflet": "^1.9.4",
|
|
68
|
-
"leaflet.locatecontrol": "^0.79.0",
|
|
69
|
-
"leaflet.markercluster": "1.5.3",
|
|
70
|
-
"mini-css-extract-plugin": "^2.7.6",
|
|
71
|
-
"path-data-polyfill": "^1.0.10",
|
|
72
|
-
"postcss-loader": "^7.3.2",
|
|
73
|
-
"postcss-nested": "^6.0.1",
|
|
74
|
-
"prettier": "^2.8.8",
|
|
75
|
-
"raw-loader": "^4.0.2",
|
|
76
|
-
"sanitize-html": "^2.10.0",
|
|
77
|
-
"terser-webpack-plugin": "^5.3.9",
|
|
78
|
-
"topojson-client": "^3.1.0",
|
|
79
|
-
"translate-js": "^1.3.0",
|
|
80
|
-
"ts-loader": "^9.5.1",
|
|
81
|
-
"ts-node": "^10.9.2",
|
|
82
|
-
"type-fest": "^5.0.1",
|
|
83
|
-
"typescript": "^5.3.3",
|
|
84
|
-
"url": "^0.11.3",
|
|
85
|
-
"url-loader": "^4.1.1",
|
|
86
|
-
"webpack": "^5.84.1",
|
|
87
|
-
"webpack-bundle-analyzer": "^4.9.0",
|
|
88
|
-
"webpack-cli": "^5.1.1",
|
|
89
|
-
"webpack-dev-server": "^4.15.0",
|
|
90
|
-
"whatwg-fetch": "^3.6.2"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@mapcreator/mapcreator-gl",
|
|
3
|
+
"version": "5.2.5",
|
|
4
|
+
"description": "Mapcreator interactive maps library",
|
|
5
|
+
"main": "dist/lib/lib.js",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
+
"start": "npm run updateBrowserRegexp && webpack serve --mode development",
|
|
10
|
+
"serve": "npm run start",
|
|
11
|
+
"serve:lib": "npm run updateBrowserRegexp && webpack serve --mode development --env ENV=production --config ./webpack.config.lib.js",
|
|
12
|
+
"build": "npm run updateBrowserRegexp && webpack",
|
|
13
|
+
"build:lib": "npm run updateBrowserRegexp && webpack --config ./webpack.config.lib.js --mode=production --env ENV=production",
|
|
14
|
+
"preview": "npm run build && http-server dist",
|
|
15
|
+
"lint": "npx eslint 'src/**/*.ts'",
|
|
16
|
+
"lint:fix": "npx eslint 'src/**/*.ts' --fix",
|
|
17
|
+
"prettier": "prettier --check \"./src/**/*.{ts,js,json,html,css,scss}\"",
|
|
18
|
+
"prettier:write": "prettier --write \"./src/**/*.{ts,js,json,html,css,scss}\"",
|
|
19
|
+
"updateBrowserRegexp": "sh .build/setupBrowserList.sh"
|
|
20
|
+
},
|
|
21
|
+
"author": "Mapcreator",
|
|
22
|
+
"license": "ISC",
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"@babel/eslint-parser": "^7.21.8",
|
|
25
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
26
|
+
"@babel/plugin-proposal-json-strings": "^7.18.6",
|
|
27
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
28
|
+
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
29
|
+
"@babel/polyfill": "^7.12.1",
|
|
30
|
+
"@babel/preset-env": "^7.22.4",
|
|
31
|
+
"@mapbox/mapbox-gl-rtl-text": "0.2.3",
|
|
32
|
+
"@mapcreator/eslint-config": "3.1.2",
|
|
33
|
+
"@mapcreator/helpers": "1.6.0",
|
|
34
|
+
"@mapcreator/maplibre-gl": "5.7.0-mc.4",
|
|
35
|
+
"@sentry/browser": "^7.53.1",
|
|
36
|
+
"@turf/area": "^7.2.0",
|
|
37
|
+
"@turf/bbox": "^7.2.0",
|
|
38
|
+
"@turf/bbox-clip": "^7.2.0",
|
|
39
|
+
"@turf/helpers": "^7.1.0",
|
|
40
|
+
"@turf/intersect": "^7.2.0",
|
|
41
|
+
"@turf/meta": "^7.2.0",
|
|
42
|
+
"@turf/polygon-smooth": "^7.1.0",
|
|
43
|
+
"@types/d3-geo": "^3.1.0",
|
|
44
|
+
"@types/geojson": "^7946.0.16",
|
|
45
|
+
"@types/node": "^20.10.6",
|
|
46
|
+
"@types/topojson-client": "^3.1.5",
|
|
47
|
+
"@types/webpack": "^5.28.5",
|
|
48
|
+
"@types/webpack-env": "^1.18.4",
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
50
|
+
"@typescript-eslint/parser": "^6.16.0",
|
|
51
|
+
"autoprefixer": "^10.4.14",
|
|
52
|
+
"babel-loader": "^9.1.2",
|
|
53
|
+
"browserslist-useragent-regexp": "^4.0.0",
|
|
54
|
+
"case": "^1.6.3",
|
|
55
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
56
|
+
"copy-webpack-plugin": "^11.0.0",
|
|
57
|
+
"css-loader": "^5.2.7",
|
|
58
|
+
"cssnano": "^6.0.1",
|
|
59
|
+
"d3-geo": "^3.1.1",
|
|
60
|
+
"d3-interpolate": "^3.0.1",
|
|
61
|
+
"d3-scale": "^4.0.2",
|
|
62
|
+
"dotenv": "^16.0.3",
|
|
63
|
+
"eslint": "^8.41.0",
|
|
64
|
+
"file-loader": "^6.2.0",
|
|
65
|
+
"html-webpack-plugin": "^5.5.1",
|
|
66
|
+
"http-server": "^14.1.1",
|
|
67
|
+
"leaflet": "^1.9.4",
|
|
68
|
+
"leaflet.locatecontrol": "^0.79.0",
|
|
69
|
+
"leaflet.markercluster": "1.5.3",
|
|
70
|
+
"mini-css-extract-plugin": "^2.7.6",
|
|
71
|
+
"path-data-polyfill": "^1.0.10",
|
|
72
|
+
"postcss-loader": "^7.3.2",
|
|
73
|
+
"postcss-nested": "^6.0.1",
|
|
74
|
+
"prettier": "^2.8.8",
|
|
75
|
+
"raw-loader": "^4.0.2",
|
|
76
|
+
"sanitize-html": "^2.10.0",
|
|
77
|
+
"terser-webpack-plugin": "^5.3.9",
|
|
78
|
+
"topojson-client": "^3.1.0",
|
|
79
|
+
"translate-js": "^1.3.0",
|
|
80
|
+
"ts-loader": "^9.5.1",
|
|
81
|
+
"ts-node": "^10.9.2",
|
|
82
|
+
"type-fest": "^5.0.1",
|
|
83
|
+
"typescript": "^5.3.3",
|
|
84
|
+
"url": "^0.11.3",
|
|
85
|
+
"url-loader": "^4.1.1",
|
|
86
|
+
"webpack": "^5.84.1",
|
|
87
|
+
"webpack-bundle-analyzer": "^4.9.0",
|
|
88
|
+
"webpack-cli": "^5.1.1",
|
|
89
|
+
"webpack-dev-server": "^4.15.0",
|
|
90
|
+
"whatwg-fetch": "^3.6.2"
|
|
91
|
+
}
|
|
92
|
+
}
|