@davi-ai/retorik-map 1.1.4 → 2.0.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/dist/index.css +3 -544
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +108 -83
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +621 -681
- package/dist/index.js.map +1 -1
- package/dist/index.modern.css +3 -544
- package/dist/index.modern.css.map +1 -1
- package/dist/index.modern.js +618 -678
- package/dist/index.modern.js.map +1 -1
- package/package.json +123 -139
- package/dist/helveticaneue.c9e4be64.ttf +0 -0
package/package.json
CHANGED
|
@@ -1,139 +1,123 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@davi-ai/retorik-map",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Retorik map package",
|
|
5
|
-
"author": "DAVI",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"repository": "none",
|
|
8
|
-
"main": "dist/index.js",
|
|
9
|
-
"module": "dist/index.modern.js",
|
|
10
|
-
"types": "dist/index.d.ts",
|
|
11
|
-
"source": "src/index_module.tsx",
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"typescript": "^
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
"
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
"process": "^0.11.10",
|
|
125
|
-
"punycode": "^1.4.1",
|
|
126
|
-
"querystring-es3": "^0.2.1",
|
|
127
|
-
"react-test-renderer": "^18.2.0",
|
|
128
|
-
"stream-browserify": "^3.0.0",
|
|
129
|
-
"stream-http": "^3.2.0",
|
|
130
|
-
"url": "^0.11.0",
|
|
131
|
-
"util": "^0.12.5"
|
|
132
|
-
},
|
|
133
|
-
"@parcel/transformer-css": {
|
|
134
|
-
"errorRecovery": true
|
|
135
|
-
},
|
|
136
|
-
"files": [
|
|
137
|
-
"dist"
|
|
138
|
-
]
|
|
139
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@davi-ai/retorik-map",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "Retorik map package",
|
|
5
|
+
"author": "DAVI",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": "none",
|
|
8
|
+
"main": "dist/index.js",
|
|
9
|
+
"module": "dist/index.modern.js",
|
|
10
|
+
"types": "dist/index.d.ts",
|
|
11
|
+
"source": "src/index_module.tsx",
|
|
12
|
+
"targets": {
|
|
13
|
+
"module": {
|
|
14
|
+
"context": "browser",
|
|
15
|
+
"outputFormat": "esmodule",
|
|
16
|
+
"distDir": "dist"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"peerDependencies": {
|
|
20
|
+
"react": "^18.2.0",
|
|
21
|
+
"react-dom": "^18.2.0",
|
|
22
|
+
"@davi-ai/retorik-framework": "latest",
|
|
23
|
+
"@davi-ai/retorik-framework-hospitality": "^1.0.3"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@reduxjs/toolkit": "^1.9.3",
|
|
27
|
+
"@swc/helpers": "^0.5.0",
|
|
28
|
+
"@turf/boolean-point-in-polygon": "^6.5.0",
|
|
29
|
+
"@turf/helpers": "^6.5.0",
|
|
30
|
+
"@turf/meta": "^6.5.0",
|
|
31
|
+
"@turf/turf": "^6.5.0",
|
|
32
|
+
"graphql": "16.8.1",
|
|
33
|
+
"graphql-request": "6.1.0",
|
|
34
|
+
"leaflet": "^1.9.3",
|
|
35
|
+
"leaflet.markercluster": "^1.5.3",
|
|
36
|
+
"leaflet.markercluster.freezable": "^1.0.0",
|
|
37
|
+
"markdown-it": "14.1.0",
|
|
38
|
+
"mime": "^3.0.0",
|
|
39
|
+
"qrcode": "^1.5.4",
|
|
40
|
+
"react-leaflet": "^4.2.1",
|
|
41
|
+
"react-leaflet-cluster": "^2.1.0",
|
|
42
|
+
"react-redux": "^8.0.5"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"start": "parcel watch",
|
|
46
|
+
"build": "parcel build",
|
|
47
|
+
"parcel-build": "parcel build"
|
|
48
|
+
},
|
|
49
|
+
"browserslist": {
|
|
50
|
+
"production": [
|
|
51
|
+
">0.2%",
|
|
52
|
+
"not dead",
|
|
53
|
+
"not op_mini all"
|
|
54
|
+
],
|
|
55
|
+
"development": [
|
|
56
|
+
"last 1 chrome version",
|
|
57
|
+
"last 1 firefox version",
|
|
58
|
+
"last 1 safari version"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@davi-ai/retorik-framework": "latest",
|
|
63
|
+
"@davi-ai/retorik-framework-hospitality": "1.0.3",
|
|
64
|
+
"@babel/core": "^7.21.0",
|
|
65
|
+
"@parcel/packager-ts": "^2.13.3",
|
|
66
|
+
"@parcel/resolver-glob": "^2.13.3",
|
|
67
|
+
"@parcel/transformer-sass": "^2.13.3",
|
|
68
|
+
"@parcel/transformer-typescript-types": "^2.13.3",
|
|
69
|
+
"@parcel/validator-eslint": "^2.13.3",
|
|
70
|
+
"@parcel/validator-typescript": "^2.13.3",
|
|
71
|
+
"@testing-library/jest-dom": "^5.11.9",
|
|
72
|
+
"@testing-library/react": "^13.3.0",
|
|
73
|
+
"@testing-library/user-event": "^12.6.3",
|
|
74
|
+
"@types/leaflet": "^1.9.1",
|
|
75
|
+
"@types/jest": "^26.0.24",
|
|
76
|
+
"@types/node": "^22.10.2",
|
|
77
|
+
"@types/react": "^18.0.28",
|
|
78
|
+
"@types/react-dom": "^18.0.11",
|
|
79
|
+
"@types/react-leaflet-markercluster": "^3.0.1",
|
|
80
|
+
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
|
81
|
+
"@typescript-eslint/parser": "^2.26.0",
|
|
82
|
+
"babel-eslint": "^10.0.3",
|
|
83
|
+
"babel-loader": "^8.2.5",
|
|
84
|
+
"buffer": "^5.7.1",
|
|
85
|
+
"crypto-browserify": "^3.12.0",
|
|
86
|
+
"eslint": "^6.8.0",
|
|
87
|
+
"eslint-config-prettier": "^6.7.0",
|
|
88
|
+
"eslint-config-standard": "^14.1.0",
|
|
89
|
+
"eslint-config-standard-react": "^9.2.0",
|
|
90
|
+
"eslint-plugin-import": "^2.27.5",
|
|
91
|
+
"eslint-plugin-node": "^11.0.0",
|
|
92
|
+
"eslint-plugin-prettier": "^3.1.1",
|
|
93
|
+
"eslint-plugin-promise": "^4.2.1",
|
|
94
|
+
"eslint-plugin-react": "^7.32.2",
|
|
95
|
+
"eslint-plugin-standard": "^4.0.1",
|
|
96
|
+
"https-browserify": "^1.0.0",
|
|
97
|
+
"parcel": "^2.13.3",
|
|
98
|
+
"postcss": "^8.4.21",
|
|
99
|
+
"postcss-custom-properties": "^14.0.4",
|
|
100
|
+
"postcss-import": "^16.1.0",
|
|
101
|
+
"postcss-nested-import": "^0.2.0",
|
|
102
|
+
"postcss-url": "^10.1.3",
|
|
103
|
+
"prettier": "^2.8.4",
|
|
104
|
+
"process": "^0.11.10",
|
|
105
|
+
"punycode": "^1.4.1",
|
|
106
|
+
"querystring-es3": "^0.2.1",
|
|
107
|
+
"react": "^18.2.0",
|
|
108
|
+
"react-dom": "^18.2.0",
|
|
109
|
+
"react-test-renderer": "^18.2.0",
|
|
110
|
+
"sass": "^1.58.3",
|
|
111
|
+
"stream-browserify": "^3.0.0",
|
|
112
|
+
"stream-http": "^3.2.0",
|
|
113
|
+
"typescript": "^4.9.5",
|
|
114
|
+
"url": "^0.11.0",
|
|
115
|
+
"util": "^0.12.5"
|
|
116
|
+
},
|
|
117
|
+
"@parcel/transformer-css": {
|
|
118
|
+
"errorRecovery": true
|
|
119
|
+
},
|
|
120
|
+
"files": [
|
|
121
|
+
"dist"
|
|
122
|
+
]
|
|
123
|
+
}
|
|
Binary file
|