@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/package.json CHANGED
@@ -1,200 +1,188 @@
1
- {
2
- "name": "@davi-ai/retorik-framework",
3
- "version": "1.1.6",
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
- "@storybook/addon-actions": false,
20
- "@storybook/addon-essentials": false,
21
- "@storybook/addon-interactions": false,
22
- "@storybook/addon-links": false,
23
- "@storybook/addon-postcss": false,
24
- "@storybook/builder-webpack5": false,
25
- "@storybook/manager-webpack5": false,
26
- "@storybook/preset-create-react-app": false,
27
- "@storybook/react": false,
28
- "@storybook/testing-library": false,
29
- "@testing-library/jest-dom": false,
30
- "@testing-library/react": false,
31
- "@testing-library/react-hooks": false,
32
- "@testing-library/user-event": false,
33
- "eslint": false,
34
- "eslint-config-prettier": false,
35
- "eslint-config-standard": false,
36
- "eslint-config-standard-react": false,
37
- "eslint-plugin-import": false,
38
- "eslint-plugin-node": false,
39
- "eslint-plugin-prettier": false,
40
- "eslint-plugin-promise": false,
41
- "eslint-plugin-react": false,
42
- "eslint-plugin-standard": false,
43
- "jest-junit": false,
44
- "npm-run-all": false,
45
- "parcel": false,
46
- "prettier": false,
47
- "raw-loader": false,
48
- "react-docgen-typescript-plugin": false,
49
- "react-scripts": false,
50
- "react-test-renderer": false,
51
- "tailwindcss": false,
52
- "typescript": false
53
- }
54
- },
55
- "module": {
56
- "context": "browser",
57
- "outputFormat": "esmodule",
58
- "distDir": "dist"
59
- }
60
- },
61
- "engines": {
62
- "node": ">=10"
63
- },
64
- "scripts": {
65
- "build": "parcel build",
66
- "start": "parcel watch",
67
- "test": "jest --env=jsdom --reporters=jest-junit",
68
- "test-update-snapshots": "jest --env=jsdom --updateSnapshot",
69
- "test-coverage": "jest --env=jsdom --reporters=jest-junit --coverage --coverageReporters=cobertura",
70
- "report": "npx parcel build src/index.tsx --reporter @parcel/reporter-bundle-analyzer",
71
- "credentials": "vsts-npm-auth -config .npmrc",
72
- "storybook": "npm run build-tailwind && start-storybook -p 6006",
73
- "build-storybook": "npm run build-tailwind && build-storybook",
74
- "build-tailwind": "npx tailwindcss build -i ./src/tailwind.css -o ./.storybook/stories/styles.css"
75
- },
76
- "peerDependencies": {
77
- "react": "18",
78
- "react-dom": "18"
79
- },
80
- "devDependencies": {
81
- "@babel/core": "^7.19.1",
82
- "@babel/plugin-proposal-decorators": "^7.24.7",
83
- "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
84
- "@babel/preset-env": "^7.25.4",
85
- "@babel/preset-react": "^7.24.7",
86
- "@babel/preset-typescript": "^7.24.7",
87
- "@babel/runtime": "^7.23.8",
88
- "@parcel/packager-ts": "^2.12.0",
89
- "@parcel/reporter-bundle-analyzer": "^2.12.0",
90
- "@parcel/reporter-sourcemap-visualiser": "^2.12.0",
91
- "@parcel/transformer-inline-string": "^2.12.0",
92
- "@parcel/transformer-typescript-types": "^2.12.0",
93
- "@parcel/validator-eslint": "^2.12.0",
94
- "@parcel/validator-typescript": "^2.12.0",
95
- "@storybook/addon-actions": "^6.5.12",
96
- "@storybook/addon-essentials": "^6.5.12",
97
- "@storybook/addon-interactions": "^6.5.12",
98
- "@storybook/addon-links": "^6.5.12",
99
- "@storybook/addon-postcss": "^2.0.0",
100
- "@storybook/builder-webpack5": "^6.5.12",
101
- "@storybook/manager-webpack5": "^6.5.12",
102
- "@storybook/preset-create-react-app": "^4.1.2",
103
- "@storybook/react": "^6.5.12",
104
- "@storybook/testing-library": "^0.0.13",
105
- "@testing-library/jest-dom": "6.5.0",
106
- "@testing-library/react": "16.0.1",
107
- "@testing-library/react-hooks": "8.0.1",
108
- "@testing-library/user-event": "14.5.2",
109
- "@types/jest": "^27.5.1",
110
- "@types/leaflet": "^1.8.0",
111
- "@types/node": "^12.12.38",
112
- "@types/react": "18",
113
- "@types/react-dom": "18",
114
- "@types/testing-library__jest-dom": "^5.14.5",
115
- "@types/testing-library__react": "latest",
116
- "@typescript-eslint/eslint-plugin": "^5.0",
117
- "@typescript-eslint/parser": "^5.0",
118
- "autoprefixer": "^10.4.7",
119
- "babel-eslint": "^10.0.3",
120
- "babel-jest": "^29.7.0",
121
- "babel-loader": "^8.2.5",
122
- "buffer": "^5.7.1",
123
- "canvas": "^2.9.0",
124
- "cross-env": "^7.0.2",
125
- "crypto-browserify": "^3.12.0",
126
- "eslint": "^7.32.0",
127
- "eslint-config-prettier": "^6.7.0",
128
- "eslint-config-standard": "^14.1.0",
129
- "eslint-config-standard-react": "^9.2.0",
130
- "eslint-plugin-import": "^2.18.2",
131
- "eslint-plugin-node": "^11.0.0",
132
- "eslint-plugin-prettier": "^3.1.1",
133
- "eslint-plugin-promise": "^4.2.1",
134
- "eslint-plugin-react": "^7.17.0",
135
- "eslint-plugin-standard": "^4.0.1",
136
- "https-browserify": "^1.0.0",
137
- "jest": "^29.7.0",
138
- "jest-environment-jsdom": "^29.7.0",
139
- "jest-junit": "16.0.0",
140
- "npm-run-all": "^4.1.5",
141
- "parcel": "^2.12.0",
142
- "postcss": "^8.4.14",
143
- "postcss-url": "^10.1.3",
144
- "prettier": "^2.0.4",
145
- "process": "^0.11.10",
146
- "punycode": "^1.4.1",
147
- "querystring-es3": "^0.2.1",
148
- "raw-loader": "^4.0.2",
149
- "react": "^18",
150
- "react-docgen-typescript-plugin": "^1.0.5",
151
- "react-dom": "^18",
152
- "react-scripts": "5.0.1",
153
- "react-test-renderer": "^18.3.1",
154
- "stream-browserify": "^3.0.0",
155
- "stream-http": "^3.2.0",
156
- "string_decoder": "^1.3.0",
157
- "tailwindcss": "^3.1.0",
158
- "typescript": "5.0",
159
- "url": "^0.11.0",
160
- "util": "^0.12.4"
161
- },
162
- "files": [
163
- "dist"
164
- ],
165
- "dependencies": {
166
- "@davi-ai/body-engine-sprite": "1.0.3",
167
- "@davi-ai/retorik-weather": "1.0.0",
168
- "@davi-ai/speechmarkdown-davi-js": "1.0.6",
169
- "@davi-ai/web-speech-cognitive-services-davi": "2.0.8",
170
- "@fluentui/react": "^8.103.3",
171
- "@lottiefiles/react-lottie-player": "^3.4.1",
172
- "@opentelemetry/api": "^1.4.1",
173
- "@opentelemetry/exporter-trace-otlp-http": "^0.41.0",
174
- "@opentelemetry/resources": "^1.15.0",
175
- "@opentelemetry/sdk-trace-web": "^1.15.0",
176
- "@opentelemetry/semantic-conventions": "^1.15.0",
177
- "@react-spring/types": "^9.7.3",
178
- "@react-spring/web": "^9.7.3",
179
- "@swc/helpers": "^0.5.0",
180
- "@types/geojson": "^7946.0.10",
181
- "@types/jsdom": "^16.2.14",
182
- "@use-gesture/react": "^10.2.15",
183
- "adaptivecards": "3.0.1",
184
- "botframework-directlinejs": "^0.15.5",
185
- "classnames": "^2.3.1",
186
- "leaflet": "^1.9.2",
187
- "markdown-it": "14.1.0",
188
- "pdfjs-dist": "3.11.174",
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
+ }