jmapcloud-ng 0.4.0 → 0.4.2
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/.eslintrc.js +0 -1
- package/package.json +76 -82
- package/public/46.714711c023cd947baf0d.js +81 -0
- package/public/522.4d05a009b60e31e9559c.js +1 -0
- package/public/589.216fc665e21b6c5f296e.js +1 -0
- package/public/696.76d4c32b70e1474017eb.js +1 -0
- package/public/751.be486c037b80d77cc9e8.js +74 -0
- package/public/912.c397adee5a4fdd9f15c1.js +1 -0
- package/public/index.js +1 -1
- package/public/131.0f519d60c21230cb40d9.js +0 -1
- package/public/225.e213488ea9e0427142dc.js +0 -81
- package/public/4.160c69f9349a2294a19f.js +0 -74
- package/public/589.50f275ae027e29decf70.js +0 -1
- package/public/696.bd960a6ec05b9c1f08f4.js +0 -1
- package/public/730.ac5db02052df1aa3f97f.js +0 -1
- package/public/912.deac8636d110e54fe144.js +0 -1
package/.eslintrc.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jmapcloud-ng",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "K2 Geospatial Web Client",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "public/index.js",
|
|
@@ -23,93 +23,89 @@
|
|
|
23
23
|
"**/.*",
|
|
24
24
|
"node_modules"
|
|
25
25
|
],
|
|
26
|
+
"overrides": {
|
|
27
|
+
"react-pannellum": {
|
|
28
|
+
"react": "$react",
|
|
29
|
+
"react-dom": "$react-dom",
|
|
30
|
+
"postcss": "^8.4.28"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
26
33
|
"dependencies": {
|
|
27
|
-
"@
|
|
28
|
-
"@
|
|
29
|
-
"@fortawesome/
|
|
30
|
-
"@fortawesome/
|
|
31
|
-
"@fortawesome/pro-
|
|
32
|
-
"@fortawesome/pro-
|
|
33
|
-
"@fortawesome/
|
|
34
|
-
"@
|
|
35
|
-
"@
|
|
36
|
-
"@
|
|
37
|
-
"@mui/
|
|
38
|
-
"@mui/material": "^5.14.5",
|
|
39
|
-
"@mui/styles": "^5.0.0",
|
|
40
|
-
"@mui/x-date-pickers": "^6.11.2",
|
|
34
|
+
"@fortawesome/fontawesome-pro": "6.4.2",
|
|
35
|
+
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
36
|
+
"@fortawesome/pro-duotone-svg-icons": "^6.4.2",
|
|
37
|
+
"@fortawesome/pro-light-svg-icons": "^6.4.2",
|
|
38
|
+
"@fortawesome/pro-regular-svg-icons": "^6.4.2",
|
|
39
|
+
"@fortawesome/pro-solid-svg-icons": "^6.4.2",
|
|
40
|
+
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
41
|
+
"@mapbox/mapbox-gl-draw": "^1.4.2",
|
|
42
|
+
"@mui/lab": "^5.0.0-alpha",
|
|
43
|
+
"@mui/material": "^5.14.8",
|
|
44
|
+
"@mui/x-date-pickers": "^6.12.1",
|
|
41
45
|
"@turf/circle": "^6.5.0",
|
|
42
46
|
"@turf/helpers": "6.5.0",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"color": "^3.1.3",
|
|
46
|
-
"core-js": "^3.31.0",
|
|
47
|
+
"color": "^4.2.3",
|
|
48
|
+
"core-js": "^3.32.1",
|
|
47
49
|
"date-fns": "^2.23.0",
|
|
48
|
-
"formik": "^2.
|
|
49
|
-
"geometric": "^2.5.
|
|
50
|
-
"hast-util-to-html": "^
|
|
51
|
-
"jmapcloud-ng-core": "0.4.
|
|
52
|
-
"json-pointer": "^0.6.
|
|
53
|
-
"jspdf": "^2.
|
|
54
|
-
"maplibre-gl": "^3.
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"react": "^17.0.2",
|
|
50
|
+
"formik": "^2.4.3",
|
|
51
|
+
"geometric": "^2.5.4",
|
|
52
|
+
"hast-util-to-html": "^9.0.0",
|
|
53
|
+
"jmapcloud-ng-core": "0.4.2",
|
|
54
|
+
"json-pointer": "^0.6.2",
|
|
55
|
+
"jspdf": "^2.5.1",
|
|
56
|
+
"maplibre-gl": "^3.3.1",
|
|
57
|
+
"normalize-diacritics": "^4.0.0",
|
|
58
|
+
"react": "^18.2.0",
|
|
58
59
|
"react-color": "^2.19.3",
|
|
59
|
-
"react-dom": "^
|
|
60
|
-
"react-redux": "^
|
|
61
|
-
"react-
|
|
62
|
-
"react-
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"regenerator-runtime": "^0.13.11",
|
|
60
|
+
"react-dom": "^18.2.0",
|
|
61
|
+
"react-redux": "^8.1.2",
|
|
62
|
+
"react-swipeable-views-react-18-fix": "0.14.1",
|
|
63
|
+
"react-window": "^1.8.9",
|
|
64
|
+
"redux": "^4.2.1",
|
|
65
|
+
"regenerator-runtime": "^0.14.0",
|
|
66
66
|
"svg-parser": "^2.0.4",
|
|
67
|
-
"uuid": "^
|
|
68
|
-
"xlsx": "^0.
|
|
67
|
+
"uuid": "^9.0.0",
|
|
68
|
+
"xlsx": "^0.18.5"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@babel/core": "^7.15
|
|
72
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
73
|
-
"@babel/plugin-proposal-decorators": "^7.15
|
|
74
|
-
"@babel/plugin-transform-arrow-functions": "^7.
|
|
75
|
-
"@babel/plugin-transform-object-assign": "^7.
|
|
76
|
-
"@babel/plugin-transform-react-jsx": "7.
|
|
77
|
-
"@babel/plugin-transform-runtime": "^7.15
|
|
78
|
-
"@babel/preset-env": "^7.15
|
|
79
|
-
"@babel/preset-react": "7.
|
|
80
|
-
"@babel/preset-typescript": "^7.15
|
|
81
|
-
"@babel/runtime": "^7.15
|
|
82
|
-
"@types/chai": "^4.
|
|
83
|
-
"@types/color": "^3.0.
|
|
84
|
-
"@types/geometric": "^2.
|
|
71
|
+
"@babel/core": "^7.22.15",
|
|
72
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
73
|
+
"@babel/plugin-proposal-decorators": "^7.22.15",
|
|
74
|
+
"@babel/plugin-transform-arrow-functions": "^7.22.5",
|
|
75
|
+
"@babel/plugin-transform-object-assign": "^7.22.5",
|
|
76
|
+
"@babel/plugin-transform-react-jsx": "^7.22.15",
|
|
77
|
+
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
78
|
+
"@babel/preset-env": "^7.22.15",
|
|
79
|
+
"@babel/preset-react": "^7.22.15",
|
|
80
|
+
"@babel/preset-typescript": "^7.22.15",
|
|
81
|
+
"@babel/runtime": "^7.22.15",
|
|
82
|
+
"@types/chai": "^4.3.6",
|
|
83
|
+
"@types/color": "^3.0.4",
|
|
84
|
+
"@types/geometric": "^2.5.0",
|
|
85
85
|
"@types/json-pointer": "^1.0.31",
|
|
86
|
-
"@types/mocha": "^
|
|
87
|
-
"@types/react": "^
|
|
88
|
-
"@types/react-
|
|
89
|
-
"@types/react-
|
|
90
|
-
"@types/react-
|
|
91
|
-
"@types/react-swipeable-views": "^0.13.1",
|
|
86
|
+
"@types/mocha": "^10.0.1",
|
|
87
|
+
"@types/react-color": "^3.0.6",
|
|
88
|
+
"@types/react-dom": "^18.2.7",
|
|
89
|
+
"@types/react-redux": "^7.1.26",
|
|
90
|
+
"@types/react-swipeable-views": "^0.13.2",
|
|
92
91
|
"@types/react-window": "^1.8.5",
|
|
93
92
|
"@types/svg-parser": "^2.0.3",
|
|
94
|
-
"@types/uuid": "^
|
|
95
|
-
"@types/webpack-env": "^1.
|
|
96
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
97
|
-
"@typescript-eslint/eslint-plugin-tslint": "^
|
|
98
|
-
"@typescript-eslint/parser": "^
|
|
93
|
+
"@types/uuid": "^9.0.3",
|
|
94
|
+
"@types/webpack-env": "^1.18.1",
|
|
95
|
+
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
|
96
|
+
"@typescript-eslint/eslint-plugin-tslint": "^6.6.0",
|
|
97
|
+
"@typescript-eslint/parser": "^6.6.0",
|
|
99
98
|
"babel-engine-plugin": "^0.3.0",
|
|
100
|
-
"babel-loader": "^
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"chai-http": "^4.3.0",
|
|
105
|
-
"css-loader": "^6.2.0",
|
|
99
|
+
"babel-loader": "^9.1.3",
|
|
100
|
+
"chai": "^4.3.8",
|
|
101
|
+
"chai-http": "^4.4.0",
|
|
102
|
+
"css-loader": "^6.8.1",
|
|
106
103
|
"del": "^6.0.0",
|
|
107
|
-
"eslint": "^8.
|
|
108
|
-
"eslint-config-prettier": "^
|
|
109
|
-
"eslint-plugin-import": "^2.
|
|
110
|
-
"eslint-plugin-jsdoc": "^
|
|
104
|
+
"eslint": "^8.48.0",
|
|
105
|
+
"eslint-config-prettier": "^9.0.0",
|
|
106
|
+
"eslint-plugin-import": "^2.28.1",
|
|
107
|
+
"eslint-plugin-jsdoc": "^46.5.1",
|
|
111
108
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
112
|
-
"file-loader": "^6.2.0",
|
|
113
109
|
"gulp": "^4.0.2",
|
|
114
110
|
"gulp-eslint-new": "^1.8.2",
|
|
115
111
|
"gulp-plumber": "^1.2.1",
|
|
@@ -118,14 +114,12 @@
|
|
|
118
114
|
"jmapcloud-ng-types": "0.4.0",
|
|
119
115
|
"postcss-loader": "^7.3.3",
|
|
120
116
|
"postcss-parent-selector": "^1.0.0",
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"webpack": "^5.52.0",
|
|
128
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
117
|
+
"style-loader": "^3.3.3",
|
|
118
|
+
"terser-webpack-plugin": "^5.3.9",
|
|
119
|
+
"ts-loader": "^9.4.4",
|
|
120
|
+
"typescript": "^5.2.2",
|
|
121
|
+
"webpack": "^5.88.2",
|
|
122
|
+
"webpack-bundle-analyzer": "^4.9.1",
|
|
129
123
|
"webpack-dev-server": "^4.15.1",
|
|
130
124
|
"webpack-stream": "^7.0.0"
|
|
131
125
|
}
|