@davi-ai/retorik-framework 1.1.6 → 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/README.md +5 -5
- package/dist/index.d.ts +371 -251
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +19948 -17554
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +20088 -17615
- package/dist/index.modern.js.map +1 -1
- package/package.json +188 -200
package/package.json
CHANGED
|
@@ -1,200 +1,188 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@davi-ai/retorik-framework",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Retorik Framework 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.tsx",
|
|
12
|
-
"standalone": "standalone/index.js",
|
|
13
|
-
"targets": {
|
|
14
|
-
"standalone": {
|
|
15
|
-
"context": "browser",
|
|
16
|
-
"outputFormat": "esmodule",
|
|
17
|
-
"distDir": "standalone",
|
|
18
|
-
"includeNodeModules": {
|
|
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
|
-
"
|
|
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
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
"
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"react
|
|
151
|
-
"react-
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
"
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
"postcss-copy": "^7.1.0",
|
|
190
|
-
"qrcode": "^1.5.1",
|
|
191
|
-
"react-device-detect": "^2.2.3",
|
|
192
|
-
"react-error-boundary": "^4.0.10",
|
|
193
|
-
"react-leaflet": "^4.1.0",
|
|
194
|
-
"react-pdf": "7.7.1",
|
|
195
|
-
"react-shadow": "^19.0.3",
|
|
196
|
-
"react-webcam": "^6.0.0",
|
|
197
|
-
"swiper": "^8.4.5",
|
|
198
|
-
"zustand": "^4.1.1"
|
|
199
|
-
}
|
|
200
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@davi-ai/retorik-framework",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "Retorik Framework 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.tsx",
|
|
12
|
+
"standalone": "standalone/index.js",
|
|
13
|
+
"targets": {
|
|
14
|
+
"standalone": {
|
|
15
|
+
"context": "browser",
|
|
16
|
+
"outputFormat": "esmodule",
|
|
17
|
+
"distDir": "standalone",
|
|
18
|
+
"includeNodeModules": {
|
|
19
|
+
"@testing-library/jest-dom": false,
|
|
20
|
+
"@testing-library/react": false,
|
|
21
|
+
"@testing-library/react-hooks": false,
|
|
22
|
+
"@testing-library/user-event": false,
|
|
23
|
+
"eslint": false,
|
|
24
|
+
"eslint-config-prettier": false,
|
|
25
|
+
"eslint-config-standard": false,
|
|
26
|
+
"eslint-config-standard-react": false,
|
|
27
|
+
"eslint-plugin-import": false,
|
|
28
|
+
"eslint-plugin-node": false,
|
|
29
|
+
"eslint-plugin-prettier": false,
|
|
30
|
+
"eslint-plugin-promise": false,
|
|
31
|
+
"eslint-plugin-react": false,
|
|
32
|
+
"eslint-plugin-standard": false,
|
|
33
|
+
"jest-junit": false,
|
|
34
|
+
"npm-run-all": false,
|
|
35
|
+
"parcel": false,
|
|
36
|
+
"prettier": false,
|
|
37
|
+
"raw-loader": false,
|
|
38
|
+
"react-docgen-typescript-plugin": false,
|
|
39
|
+
"react-scripts": false,
|
|
40
|
+
"react-test-renderer": false,
|
|
41
|
+
"tailwindcss": false,
|
|
42
|
+
"typescript": false
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"module": {
|
|
46
|
+
"context": "browser",
|
|
47
|
+
"outputFormat": "esmodule",
|
|
48
|
+
"distDir": "dist"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"engines": {
|
|
52
|
+
"node": ">=10"
|
|
53
|
+
},
|
|
54
|
+
"scripts": {
|
|
55
|
+
"build": "parcel build",
|
|
56
|
+
"start": "parcel watch",
|
|
57
|
+
"test": "jest --env=jsdom --reporters=jest-junit",
|
|
58
|
+
"test-console": "jest --env=jsdom",
|
|
59
|
+
"test-update-snapshots": "jest --env=jsdom --updateSnapshot",
|
|
60
|
+
"test-coverage-console": "jest --env=jsdom --reporters=jest-junit --coverage",
|
|
61
|
+
"test-coverage": "jest --env=jsdom --reporters=jest-junit --coverage --coverageReporters=cobertura",
|
|
62
|
+
"report": "npx parcel build src/index.tsx --reporter @parcel/reporter-bundle-analyzer",
|
|
63
|
+
"credentials": "vsts-npm-auth -config .npmrc"
|
|
64
|
+
},
|
|
65
|
+
"peerDependencies": {
|
|
66
|
+
"react": "18.3.1",
|
|
67
|
+
"react-dom": "18.3.1"
|
|
68
|
+
},
|
|
69
|
+
"devDependencies": {
|
|
70
|
+
"@babel/core": "^7.19.1",
|
|
71
|
+
"@babel/plugin-proposal-decorators": "^7.24.7",
|
|
72
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
73
|
+
"@babel/preset-env": "^7.25.4",
|
|
74
|
+
"@babel/preset-react": "^7.24.7",
|
|
75
|
+
"@babel/preset-typescript": "^7.24.7",
|
|
76
|
+
"@babel/runtime": "^7.23.8",
|
|
77
|
+
"@parcel/packager-ts": "^2.13.2",
|
|
78
|
+
"@parcel/reporter-bundle-analyzer": "^2.13.2",
|
|
79
|
+
"@parcel/reporter-sourcemap-visualiser": "^2.13.2",
|
|
80
|
+
"@parcel/transformer-inline-string": "^2.13.2",
|
|
81
|
+
"@parcel/transformer-typescript-types": "^2.13.2",
|
|
82
|
+
"@parcel/validator-eslint": "^2.13.2",
|
|
83
|
+
"@parcel/validator-typescript": "^2.13.2",
|
|
84
|
+
"@testing-library/dom": "^10.4.0",
|
|
85
|
+
"@testing-library/jest-dom": "6.5.0",
|
|
86
|
+
"@testing-library/react": "16.0.1",
|
|
87
|
+
"@testing-library/react-hooks": "8.0.1",
|
|
88
|
+
"@testing-library/user-event": "14.5.2",
|
|
89
|
+
"@types/jest": "^27.5.1",
|
|
90
|
+
"@types/leaflet": "^1.8.0",
|
|
91
|
+
"@types/node": "^12.12.38",
|
|
92
|
+
"@types/react": "18.3.12",
|
|
93
|
+
"@types/react-dom": "18.3.1",
|
|
94
|
+
"@types/testing-library__jest-dom": "^5.14.5",
|
|
95
|
+
"@types/testing-library__react": "latest",
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "^8.19.0",
|
|
97
|
+
"@typescript-eslint/parser": "^8.19.0",
|
|
98
|
+
"autoprefixer": "^10.4.7",
|
|
99
|
+
"babel-eslint": "^10.0.3",
|
|
100
|
+
"babel-jest": "^29.7.0",
|
|
101
|
+
"babel-loader": "^8.2.5",
|
|
102
|
+
"buffer": "^5.7.1",
|
|
103
|
+
"canvas": "^2.9.0",
|
|
104
|
+
"cross-env": "^7.0.2",
|
|
105
|
+
"crypto-browserify": "^3.12.0",
|
|
106
|
+
"eslint": "^9.16.0",
|
|
107
|
+
"eslint-config-prettier": "^9.1.0",
|
|
108
|
+
"eslint-config-standard": "^17.1.0",
|
|
109
|
+
"eslint-config-standard-react": "^13.0.0",
|
|
110
|
+
"eslint-plugin-import": "^2.31.0",
|
|
111
|
+
"eslint-plugin-node": "^11.1.0",
|
|
112
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
113
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
114
|
+
"eslint-plugin-react": "^7.37.2",
|
|
115
|
+
"https-browserify": "^1.0.0",
|
|
116
|
+
"jest": "^29.7.0",
|
|
117
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
118
|
+
"jest-junit": "16.0.0",
|
|
119
|
+
"npm-run-all": "^4.1.5",
|
|
120
|
+
"parcel": "^2.13.2",
|
|
121
|
+
"postcss": "^8.4.14",
|
|
122
|
+
"postcss-url": "^10.1.3",
|
|
123
|
+
"prettier": "^2.0.4",
|
|
124
|
+
"process": "^0.11.10",
|
|
125
|
+
"punycode": "^1.4.1",
|
|
126
|
+
"querystring-es3": "^0.2.1",
|
|
127
|
+
"react": "^18",
|
|
128
|
+
"react-docgen-typescript-plugin": "^1.0.5",
|
|
129
|
+
"react-dom": "18.3.1",
|
|
130
|
+
"react-scripts": "5.0.1",
|
|
131
|
+
"react-test-renderer": "^18.3.1",
|
|
132
|
+
"resize-observer-polyfill": "^1.5.1",
|
|
133
|
+
"stream-browserify": "^3.0.0",
|
|
134
|
+
"stream-http": "^3.2.0",
|
|
135
|
+
"string_decoder": "^1.3.0",
|
|
136
|
+
"tailwindcss": "^3.1.0",
|
|
137
|
+
"typescript": "5.3.2",
|
|
138
|
+
"url": "^0.11.0",
|
|
139
|
+
"util": "^0.12.4"
|
|
140
|
+
},
|
|
141
|
+
"files": [
|
|
142
|
+
"dist"
|
|
143
|
+
],
|
|
144
|
+
"dependencies": {
|
|
145
|
+
"@davi-ai/body-engine-sprite": "2.0.0",
|
|
146
|
+
"@davi-ai/react-bodyengine-three": "0.0.3-alpha.20250423.3",
|
|
147
|
+
"@davi-ai/retorik-weather": "1.0.1",
|
|
148
|
+
"@davi-ai/speechmarkdown-davi-js": "1.0.6",
|
|
149
|
+
"@davi-ai/web-speech-cognitive-services-davi": "2.0.9",
|
|
150
|
+
"@fluentui/react": "^8.103.3",
|
|
151
|
+
"@lottiefiles/react-lottie-player": "^3.4.1",
|
|
152
|
+
"@opentelemetry/api": "^1.4.1",
|
|
153
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.41.0",
|
|
154
|
+
"@opentelemetry/resources": "^1.15.0",
|
|
155
|
+
"@opentelemetry/sdk-trace-web": "^1.15.0",
|
|
156
|
+
"@opentelemetry/semantic-conventions": "^1.15.0",
|
|
157
|
+
"@react-spring/types": "^9.7.3",
|
|
158
|
+
"@react-spring/web": "^9.7.3",
|
|
159
|
+
"@react-three/drei": "^9.106.0",
|
|
160
|
+
"@swc/helpers": "^0.5.0",
|
|
161
|
+
"@types/geojson": "^7946.0.10",
|
|
162
|
+
"@types/jsdom": "^16.2.14",
|
|
163
|
+
"@use-gesture/react": "^10.2.15",
|
|
164
|
+
"adaptivecards": "3.0.1",
|
|
165
|
+
"botframework-directlinejs": "^0.15.5",
|
|
166
|
+
"classnames": "^2.3.1",
|
|
167
|
+
"detect-gpu": "^5.0.70",
|
|
168
|
+
"leaflet": "^1.9.2",
|
|
169
|
+
"markdown-it": "14.1.0",
|
|
170
|
+
"pdfjs-dist": "3.11.174",
|
|
171
|
+
"postcss-copy": "^7.1.0",
|
|
172
|
+
"qrcode": "^1.5.1",
|
|
173
|
+
"react-device-detect": "^2.2.3",
|
|
174
|
+
"react-error-boundary": "^4.0.10",
|
|
175
|
+
"react-leaflet": "^4.1.0",
|
|
176
|
+
"react-pdf": "7.7.1",
|
|
177
|
+
"react-shadow": "^20.5.0",
|
|
178
|
+
"react-webcam": "^6.0.0",
|
|
179
|
+
"swiper": "^8.4.5",
|
|
180
|
+
"three": "0.174.0",
|
|
181
|
+
"zustand": "^5.0.3"
|
|
182
|
+
},
|
|
183
|
+
"overrides": {
|
|
184
|
+
"@davi-ai/web-speech-cognitive-services-davi": "$@davi-ai/web-speech-cognitive-services-davi",
|
|
185
|
+
"three": "$three",
|
|
186
|
+
"zustand": "$zustand"
|
|
187
|
+
}
|
|
188
|
+
}
|