@davi-ai/retorik-map 1.1.1 → 1.1.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/dist/index.css +6 -979
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +284 -316
- 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 +285 -317
- package/dist/index.modern.js.map +1 -1
- package/package.json +12 -47
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.2",
|
|
4
4
|
"description": "Retorik map package",
|
|
5
5
|
"author": "DAVI",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,20 +35,8 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"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
38
|
"@davi-ai/retorik-framework": "1.1.7",
|
|
47
39
|
"@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
40
|
"@reduxjs/toolkit": "^1.9.3",
|
|
53
41
|
"@swc/helpers": "^0.5.0",
|
|
54
42
|
"@testing-library/jest-dom": "^5.11.9",
|
|
@@ -59,21 +47,16 @@
|
|
|
59
47
|
"@turf/meta": "^6.5.0",
|
|
60
48
|
"@turf/turf": "^6.5.0",
|
|
61
49
|
"@types/leaflet": "^1.9.1",
|
|
62
|
-
"@types/node": "^12.19.15",
|
|
63
50
|
"@types/react": "^18.0.28",
|
|
64
51
|
"@types/react-dom": "^18.0.11",
|
|
65
|
-
"@types/react-router": "^5.1.11",
|
|
66
|
-
"@types/react-router-dom": "^5.1.7",
|
|
67
52
|
"graphql": "16.8.1",
|
|
68
53
|
"graphql-request": "6.1.0",
|
|
69
|
-
"history": "^4.9.0",
|
|
70
|
-
"ionicons": "^6.1.3",
|
|
71
54
|
"leaflet": "^1.9.3",
|
|
72
55
|
"leaflet.markercluster": "^1.5.3",
|
|
73
56
|
"leaflet.markercluster.freezable": "^1.0.0",
|
|
74
57
|
"markdown-it": "14.1.0",
|
|
75
58
|
"mime": "^3.0.0",
|
|
76
|
-
"parcel": "^2.
|
|
59
|
+
"parcel": "^2.13.3",
|
|
77
60
|
"postcss-nested-import": "^0.2.0",
|
|
78
61
|
"qrcode": "^1.5.4",
|
|
79
62
|
"react": "^18.2.0",
|
|
@@ -81,32 +64,13 @@
|
|
|
81
64
|
"react-leaflet": "^4.2.1",
|
|
82
65
|
"react-leaflet-cluster": "^2.1.0",
|
|
83
66
|
"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
67
|
"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"
|
|
68
|
+
"typescript": "^4.9.5"
|
|
102
69
|
},
|
|
103
70
|
"scripts": {
|
|
104
71
|
"start": "parcel watch",
|
|
105
72
|
"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"
|
|
73
|
+
"parcel-build": "parcel build"
|
|
110
74
|
},
|
|
111
75
|
"browserslist": {
|
|
112
76
|
"production": [
|
|
@@ -122,14 +86,14 @@
|
|
|
122
86
|
},
|
|
123
87
|
"devDependencies": {
|
|
124
88
|
"@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",
|
|
89
|
+
"@parcel/packager-ts": "^2.13.3",
|
|
90
|
+
"@parcel/resolver-glob": "^2.13.3",
|
|
91
|
+
"@parcel/transformer-sass": "^2.13.3",
|
|
92
|
+
"@parcel/transformer-typescript-types": "^2.13.3",
|
|
93
|
+
"@parcel/validator-eslint": "^2.13.3",
|
|
94
|
+
"@parcel/validator-typescript": "^2.13.3",
|
|
132
95
|
"@types/jest": "^26.0.24",
|
|
96
|
+
"@types/node": "^22.10.2",
|
|
133
97
|
"@types/react-leaflet-markercluster": "^3.0.1",
|
|
134
98
|
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
|
135
99
|
"@typescript-eslint/parser": "^2.26.0",
|
|
@@ -149,6 +113,7 @@
|
|
|
149
113
|
"eslint-plugin-standard": "^4.0.1",
|
|
150
114
|
"https-browserify": "^1.0.0",
|
|
151
115
|
"postcss": "^8.4.21",
|
|
116
|
+
"postcss-custom-properties": "^14.0.4",
|
|
152
117
|
"postcss-url": "^10.1.3",
|
|
153
118
|
"prettier": "^2.8.4",
|
|
154
119
|
"process": "^0.11.10",
|