jmapcloud-ng 0.0.0 → 0.1.0
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/package.json +11 -11
- package/public/0038a0301d10913ef1a5.png +0 -0
- package/public/0459ffa6fb90a5f28cce.jpeg +0 -0
- package/public/109.1882692ee822fbd4347a.js +1 -0
- package/public/131.0f519d60c21230cb40d9.js +1 -0
- package/public/195.b8c14e6f6807d197b0f9.js +1 -0
- package/public/1ee5ef3f7b69d0e1a043.ttf +0 -0
- package/public/20810ee7649dffced61b.ttf +0 -0
- package/public/25a7d7975ef0d3ef388a.woff +0 -0
- package/public/285533c63e34641da323.woff2 +0 -0
- package/public/2eda83a40af3d9412dce.woff +0 -0
- package/public/3028880919fb73dfe888.jpeg +0 -0
- package/public/33701469cd0541b0e782.eot +0 -0
- package/public/455.ea4fb646d9e498a92a8a.js +1 -0
- package/public/4c795b2381e21dab3d48.woff +0 -0
- package/public/5202701c84b3fa4d7fab.woff2 +0 -0
- package/public/6179310a76747e88c3fb.jpeg +0 -0
- package/public/6230e7c7c8475e869f62.jpeg +0 -0
- package/public/62df9be6c862d273e849.ttf +0 -0
- package/public/661f40a1301ccb4a3902.woff2 +0 -0
- package/public/66686eb78f3c2f6b96e8.png +0 -0
- package/public/6778c27ffaded711edfd.png +0 -0
- package/public/67e73a1cc6b8251e3ce1.eot +0 -0
- package/public/696.6e2b53ab99e18791d20b.js +1 -0
- package/public/699.aa561c37c93d1d049e8a.js +1 -0
- package/public/6be4a9aff03c67e671d8.woff +0 -0
- package/public/6d63cfd120fdbf1c4eb9.ttf +0 -0
- package/public/70c5533fa86bfec6a286.eot +0 -0
- package/public/730.ac5db02052df1aa3f97f.js +1 -0
- package/public/777e7e6fe2378aaae24f.woff +0 -0
- package/public/78deb69247b11dfaef82.ttf +0 -0
- package/public/816.76f1388943dada201bbb.js +1 -0
- package/public/865.1c89efcd1c54da9b75a0.js +1 -0
- package/public/876.249567e3c2f731c13787.js +1 -0
- package/public/879e91ad82b5b535cf0c.eot +0 -0
- package/public/8b70e6d02996d24fbe26.woff2 +0 -0
- package/public/8dd976ca45da314b75dd.jpeg +0 -0
- package/public/912.8f9cdbe6b23a25080eca.js +1 -0
- package/public/99a52b75db400feaff73.woff2 +0 -0
- package/public/99afe0d2e54da682449e.jpeg +0 -0
- package/public/9cd8b1aa87f79ba5fa0d.ttf +0 -0
- package/public/adfa69cf2717b89b6bb5.jpeg +0 -0
- package/public/ae0a5e6d1e3a9dde5441.jpeg +0 -0
- package/public/b5165670c231fb850519.ttf +0 -0
- package/public/ba7c7a40fbe1f44f9479.woff2 +0 -0
- package/public/c0a6afd920480085c043.png +0 -0
- package/public/c3d30fdfede822039221.woff +0 -0
- package/public/c7d002dea1093108b8de.eot +0 -0
- package/public/ce8277efba6b7e0a2a5c.woff +0 -0
- package/public/d0dd3909312ceba37118.woff2 +0 -0
- package/public/de5f4722562b2b315b48.png +0 -0
- package/public/e29c61ea7a5baabf5f4e.eot +0 -0
- package/public/e2a6ddee443d4e6cf1ed.eot +0 -0
- package/public/e8f262034b5631a64a0b.eot +0 -0
- package/public/ec1879956d06705c8df1.woff +0 -0
- package/public/ef53d84ef6d55e48e702.png +0 -0
- package/public/f8f61d01e9d0e645f832.woff2 +0 -0
- package/public/fd850adaa0518f36b06d.ttf +0 -0
- package/public/index.js +1 -0
- package/readme.md +1 -1
- package/public/index.html +0 -46
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jmapcloud-ng",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "K2 Geospatial Web Client",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "public/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"count-all": "find ./src -name '*.ts*' | xargs wc -l",
|
|
16
16
|
"count-test": "find ./src -name '*.spec.ts' | xargs wc -l",
|
|
17
17
|
"start": "gulp --gulpfile build/gulpfile.js start",
|
|
18
|
-
"start-tunnel": "lt --local-https true --allow-invalid-cert --port
|
|
18
|
+
"start-tunnel": "lt --local-https true --allow-invalid-cert --port 8086 -s "
|
|
19
19
|
},
|
|
20
20
|
"author": "K2 Geospatial",
|
|
21
21
|
"license": "ISC",
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
"axios": "^0.21.4",
|
|
43
43
|
"babel-polyfill": "^6.26.0",
|
|
44
44
|
"color": "^3.1.3",
|
|
45
|
-
"core-js": "^3.
|
|
45
|
+
"core-js": "^3.31.0",
|
|
46
46
|
"date-fns": "^2.23.0",
|
|
47
47
|
"formik": "^2.2.9",
|
|
48
48
|
"geometric": "^2.5.0",
|
|
49
49
|
"hast-util-to-html": "^8.0.3",
|
|
50
|
-
"jmapcloud-ng-core": "0.0
|
|
50
|
+
"jmapcloud-ng-core": "0.1.0",
|
|
51
51
|
"json-pointer": "^0.6.1",
|
|
52
52
|
"jspdf": "^2.3.1",
|
|
53
|
-
"
|
|
53
|
+
"maplibre-gl": "^1.15.3",
|
|
54
54
|
"material-design-icons": "^3.0.1",
|
|
55
55
|
"normalize-diacritics": "^3.0.0",
|
|
56
56
|
"react": "^17.0.2",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"react-swipeable-views": "^0.14.0",
|
|
62
62
|
"react-window": "^1.8.6",
|
|
63
63
|
"redux": "^4.1.1",
|
|
64
|
-
"regenerator-runtime": "^0.13.
|
|
64
|
+
"regenerator-runtime": "^0.13.11",
|
|
65
65
|
"svg-parser": "^2.0.4",
|
|
66
66
|
"uuid": "^8.3.2",
|
|
67
67
|
"xlsx": "^0.17.1"
|
|
@@ -111,18 +111,18 @@
|
|
|
111
111
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
112
112
|
"file-loader": "^6.2.0",
|
|
113
113
|
"gulp": "^4.0.2",
|
|
114
|
-
"gulp-eslint": "^
|
|
114
|
+
"gulp-eslint-new": "^1.8.2",
|
|
115
115
|
"gulp-plumber": "^1.2.1",
|
|
116
116
|
"gulp-rewrite-css": "^1.1.2",
|
|
117
|
-
"jmapcloud-ng-types": "0.0
|
|
118
|
-
"jmapcloud-ng-core-types": "0.0
|
|
119
|
-
"postcss-loader": "^
|
|
117
|
+
"jmapcloud-ng-types": "0.1.0",
|
|
118
|
+
"jmapcloud-ng-core-types": "0.1.0",
|
|
119
|
+
"postcss-loader": "^7.3.3",
|
|
120
120
|
"postcss-parent-selector": "^1.0.0",
|
|
121
121
|
"source-map-loader": "^3.0.0",
|
|
122
122
|
"style-loader": "^3.2.1",
|
|
123
123
|
"terser-webpack-plugin": "^5.2.4",
|
|
124
124
|
"ts-loader": "^9.2.5",
|
|
125
|
-
"typescript": "
|
|
125
|
+
"typescript": "4.4.3",
|
|
126
126
|
"vinyl-paths": "^4.0.0",
|
|
127
127
|
"webpack": "^5.52.0",
|
|
128
128
|
"webpack-bundle-analyzer": "^4.4.2",
|
|
Binary file
|
|
Binary file
|