@davi-ai/retorik-map 1.1.1 → 1.1.3
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/index.css +6 -979
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +407 -411
- package/dist/index.js.map +1 -1
- package/dist/index.modern.css +6 -979
- package/dist/index.modern.css.map +1 -1
- package/dist/index.modern.js +408 -412
- package/dist/index.modern.js.map +1 -1
- package/package.json +19 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@davi-ai/retorik-map",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Retorik map package",
|
|
5
5
|
"author": "DAVI",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,21 +34,11 @@
|
|
|
34
34
|
"distDir": "dist"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
+
"peerDependencies": {
|
|
38
|
+
"@davi-ai/retorik-framework": "latest",
|
|
39
|
+
"@davi-ai/retorik-framework-hospitality": "^1.0.2"
|
|
40
|
+
},
|
|
37
41
|
"dependencies": {
|
|
38
|
-
"@capacitor/android": "4.6.1",
|
|
39
|
-
"@capacitor/app": "4.1.1",
|
|
40
|
-
"@capacitor/core": "4.6.1",
|
|
41
|
-
"@capacitor/geolocation": "^4.1.0",
|
|
42
|
-
"@capacitor/haptics": "4.1.0",
|
|
43
|
-
"@capacitor/ios": "^4.6.3",
|
|
44
|
-
"@capacitor/keyboard": "4.1.0",
|
|
45
|
-
"@capacitor/status-bar": "4.1.1",
|
|
46
|
-
"@davi-ai/retorik-framework": "1.1.7",
|
|
47
|
-
"@davi-ai/retorik-framework-hospitality": "1.0.2",
|
|
48
|
-
"@ionic/cli": "^6.20.8",
|
|
49
|
-
"@ionic/react": "^6.5.5",
|
|
50
|
-
"@ionic/react-router": "^6.5.5",
|
|
51
|
-
"@ionic/react-test-utils": "^0.4.0",
|
|
52
42
|
"@reduxjs/toolkit": "^1.9.3",
|
|
53
43
|
"@swc/helpers": "^0.5.0",
|
|
54
44
|
"@testing-library/jest-dom": "^5.11.9",
|
|
@@ -59,21 +49,16 @@
|
|
|
59
49
|
"@turf/meta": "^6.5.0",
|
|
60
50
|
"@turf/turf": "^6.5.0",
|
|
61
51
|
"@types/leaflet": "^1.9.1",
|
|
62
|
-
"@types/node": "^12.19.15",
|
|
63
52
|
"@types/react": "^18.0.28",
|
|
64
53
|
"@types/react-dom": "^18.0.11",
|
|
65
|
-
"@types/react-router": "^5.1.11",
|
|
66
|
-
"@types/react-router-dom": "^5.1.7",
|
|
67
54
|
"graphql": "16.8.1",
|
|
68
55
|
"graphql-request": "6.1.0",
|
|
69
|
-
"history": "^4.9.0",
|
|
70
|
-
"ionicons": "^6.1.3",
|
|
71
56
|
"leaflet": "^1.9.3",
|
|
72
57
|
"leaflet.markercluster": "^1.5.3",
|
|
73
58
|
"leaflet.markercluster.freezable": "^1.0.0",
|
|
74
59
|
"markdown-it": "14.1.0",
|
|
75
60
|
"mime": "^3.0.0",
|
|
76
|
-
"parcel": "^2.
|
|
61
|
+
"parcel": "^2.13.3",
|
|
77
62
|
"postcss-nested-import": "^0.2.0",
|
|
78
63
|
"qrcode": "^1.5.4",
|
|
79
64
|
"react": "^18.2.0",
|
|
@@ -81,32 +66,13 @@
|
|
|
81
66
|
"react-leaflet": "^4.2.1",
|
|
82
67
|
"react-leaflet-cluster": "^2.1.0",
|
|
83
68
|
"react-redux": "^8.0.5",
|
|
84
|
-
"react-router": "^5.2.0",
|
|
85
|
-
"react-router-dom": "^5.2.0",
|
|
86
|
-
"react-scripts": "^5.0.0",
|
|
87
69
|
"sass": "^1.58.3",
|
|
88
|
-
"typescript": "^4.9.5"
|
|
89
|
-
"web-vitals": "^0.2.4",
|
|
90
|
-
"workbox-background-sync": "^5.1.4",
|
|
91
|
-
"workbox-broadcast-update": "^5.1.4",
|
|
92
|
-
"workbox-cacheable-response": "^5.1.4",
|
|
93
|
-
"workbox-core": "^5.1.4",
|
|
94
|
-
"workbox-expiration": "^5.1.4",
|
|
95
|
-
"workbox-google-analytics": "^5.1.4",
|
|
96
|
-
"workbox-navigation-preload": "^5.1.4",
|
|
97
|
-
"workbox-precaching": "^5.1.4",
|
|
98
|
-
"workbox-range-requests": "^5.1.4",
|
|
99
|
-
"workbox-routing": "^5.1.4",
|
|
100
|
-
"workbox-strategies": "^5.1.4",
|
|
101
|
-
"workbox-streams": "^5.1.4"
|
|
70
|
+
"typescript": "^4.9.5"
|
|
102
71
|
},
|
|
103
72
|
"scripts": {
|
|
104
73
|
"start": "parcel watch",
|
|
105
74
|
"build": "parcel build",
|
|
106
|
-
"parcel-build": "parcel build"
|
|
107
|
-
"ionic-build": "ionic build",
|
|
108
|
-
"ionic-build-android": "ionic capacitor build android",
|
|
109
|
-
"ionic-start": "ionic capacitor run --external"
|
|
75
|
+
"parcel-build": "parcel build"
|
|
110
76
|
},
|
|
111
77
|
"browserslist": {
|
|
112
78
|
"production": [
|
|
@@ -121,15 +87,17 @@
|
|
|
121
87
|
]
|
|
122
88
|
},
|
|
123
89
|
"devDependencies": {
|
|
90
|
+
"@davi-ai/retorik-framework": "latest",
|
|
91
|
+
"@davi-ai/retorik-framework-hospitality": "^1.0.2",
|
|
124
92
|
"@babel/core": "^7.21.0",
|
|
125
|
-
"@
|
|
126
|
-
"@parcel/
|
|
127
|
-
"@parcel/
|
|
128
|
-
"@parcel/transformer-
|
|
129
|
-
"@parcel/
|
|
130
|
-
"@parcel/validator-
|
|
131
|
-
"@parcel/validator-typescript": "^2.8.3",
|
|
93
|
+
"@parcel/packager-ts": "^2.13.3",
|
|
94
|
+
"@parcel/resolver-glob": "^2.13.3",
|
|
95
|
+
"@parcel/transformer-sass": "^2.13.3",
|
|
96
|
+
"@parcel/transformer-typescript-types": "^2.13.3",
|
|
97
|
+
"@parcel/validator-eslint": "^2.13.3",
|
|
98
|
+
"@parcel/validator-typescript": "^2.13.3",
|
|
132
99
|
"@types/jest": "^26.0.24",
|
|
100
|
+
"@types/node": "^22.10.2",
|
|
133
101
|
"@types/react-leaflet-markercluster": "^3.0.1",
|
|
134
102
|
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
|
135
103
|
"@typescript-eslint/parser": "^2.26.0",
|
|
@@ -149,6 +117,8 @@
|
|
|
149
117
|
"eslint-plugin-standard": "^4.0.1",
|
|
150
118
|
"https-browserify": "^1.0.0",
|
|
151
119
|
"postcss": "^8.4.21",
|
|
120
|
+
"postcss-custom-properties": "^14.0.4",
|
|
121
|
+
"postcss-import": "^16.1.0",
|
|
152
122
|
"postcss-url": "^10.1.3",
|
|
153
123
|
"prettier": "^2.8.4",
|
|
154
124
|
"process": "^0.11.10",
|