@vizbl/room-viewer 0.0.15 → 0.0.18

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.
@@ -0,0 +1,113 @@
1
+ /*!
2
+ fflate - fast JavaScript compression/decompression
3
+ <https://101arrowz.github.io/fflate>
4
+ Licensed under MIT. https://github.com/101arrowz/fflate/blob/master/LICENSE
5
+ version 0.8.2
6
+ */
7
+
8
+ /**
9
+ * @license React
10
+ * react-reconciler.production.js
11
+ *
12
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
13
+ *
14
+ * This source code is licensed under the MIT license found in the
15
+ * LICENSE file in the root directory of this source tree.
16
+ */
17
+
18
+ /**
19
+ * @license React
20
+ * react-reconciler.development.js
21
+ *
22
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
23
+ *
24
+ * This source code is licensed under the MIT license found in the
25
+ * LICENSE file in the root directory of this source tree.
26
+ */
27
+
28
+ /**
29
+ * @license React
30
+ * react-dom-client.production.js
31
+ *
32
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
33
+ *
34
+ * This source code is licensed under the MIT license found in the
35
+ * LICENSE file in the root directory of this source tree.
36
+ */
37
+
38
+ /**
39
+ * @license React
40
+ * react-dom.production.js
41
+ *
42
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
43
+ *
44
+ * This source code is licensed under the MIT license found in the
45
+ * LICENSE file in the root directory of this source tree.
46
+ */
47
+
48
+ /**
49
+ * @license React
50
+ * react-jsx-runtime.production.js
51
+ *
52
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
57
+
58
+ /**
59
+ * @license React
60
+ * react-reconciler-constants.production.js
61
+ *
62
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
63
+ *
64
+ * This source code is licensed under the MIT license found in the
65
+ * LICENSE file in the root directory of this source tree.
66
+ */
67
+
68
+ /**
69
+ * @license React
70
+ * react.production.js
71
+ *
72
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
73
+ *
74
+ * This source code is licensed under the MIT license found in the
75
+ * LICENSE file in the root directory of this source tree.
76
+ */
77
+
78
+ /**
79
+ * @license React
80
+ * scheduler.production.js
81
+ *
82
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
83
+ *
84
+ * This source code is licensed under the MIT license found in the
85
+ * LICENSE file in the root directory of this source tree.
86
+ */
87
+
88
+ /**
89
+ * @license React
90
+ * use-sync-external-store-shim.production.js
91
+ *
92
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
93
+ *
94
+ * This source code is licensed under the MIT license found in the
95
+ * LICENSE file in the root directory of this source tree.
96
+ */
97
+
98
+ /**
99
+ * @license React
100
+ * use-sync-external-store-shim/with-selector.production.js
101
+ *
102
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
103
+ *
104
+ * This source code is licensed under the MIT license found in the
105
+ * LICENSE file in the root directory of this source tree.
106
+ */
107
+
108
+ /**
109
+ * @license lucide-react v0.553.0 - ISC
110
+ *
111
+ * This source code is licensed under the ISC license.
112
+ * See the LICENSE file in the root directory of this source tree.
113
+ */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vizbl/room-viewer",
3
3
  "type": "module",
4
- "version": "0.0.15",
4
+ "version": "0.0.18",
5
5
  "exports": {
6
6
  ".": "./dist/index.js"
7
7
  },
@@ -14,24 +14,28 @@
14
14
  "peerDependencies": {
15
15
  "react": "^19.2.0",
16
16
  "react-dom": "^19.2.0",
17
- "@vizbl/react-room-viewer": "0.0.8"
17
+ "@vizbl/react-room-viewer": "0.0.10"
18
18
  },
19
19
  "dependencies": {
20
20
  "selector-observer": "^2.1.6"
21
21
  },
22
22
  "devDependencies": {
23
+ "@google/model-viewer": "4.2.0",
23
24
  "@rsbuild/plugin-react": "1.4.2",
24
25
  "@rsdoctor/rspack-plugin": "^1.5.2",
25
26
  "@rslib/core": "0.18.4",
26
27
  "@types/react": "^19.2.4",
27
28
  "@types/react-dom": "^19.2.3",
29
+ "@types/three": "0.181.0",
28
30
  "eslint": "9.39.1",
31
+ "onnxruntime-web": "^1.24.1",
29
32
  "postcss-prefix-selector": "2.1.1",
30
33
  "react": "^19.2.0",
31
34
  "react-dom": "^19.2.0",
35
+ "three": "^0.181.1",
32
36
  "typescript": "^5.9.3",
33
37
  "@vizbl/eslint-config": "0.0.0",
34
- "@vizbl/react-room-viewer": "0.0.8",
38
+ "@vizbl/react-room-viewer": "0.0.10",
35
39
  "@vizbl/typescript-config": "0.0.0"
36
40
  },
37
41
  "scripts": {