Skip to content

Commit 2ced484

Browse files
committed
Fix dependencies
1 parent 0f308ba commit 2ced484

2 files changed

Lines changed: 10 additions & 38 deletions

File tree

package-lock.json

Lines changed: 5 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,13 @@
8181
"homepage": "https://github.com/NASA-AMMOS/3DTilesRendererJS#readme",
8282
"author": "Garrett Johnson <garrett.kjohnson@gmail.com>",
8383
"license": "Apache-2.0",
84+
"dependencies": {
85+
"pbf": "^4.0.1",
86+
"pmtiles": "^4.3.2",
87+
"@mapbox/vector-tile": "^2.0.3"
88+
},
8489
"devDependencies": {
8590
"@babel/preset-modules": "^0.1.6",
86-
"@mapbox/vector-tile": "^2.0.3",
8791
"@babel/preset-react": "^7.26.3",
8892
"@babel/preset-typescript": "^7.26.0",
8993
"@babylonjs/core": "^8.47.2",
@@ -108,8 +112,6 @@
108112
"jsdoc": "^4.0.5",
109113
"leva": "^0.10.0",
110114
"lil-gui": "^0.21.0",
111-
"pbf": "^4.0.1",
112-
"pmtiles": "^4.3.2",
113115
"postprocessing": "^6.36.4",
114116
"three": "^0.170.0",
115117
"typescript": "^5.6.0",
@@ -120,18 +122,12 @@
120122
"peerDependencies": {
121123
"@babylonjs/core": ">=8.0.0",
122124
"@babylonjs/loaders": ">=8.0.0",
123-
"@mapbox/vector-tile": "^2.0.3",
124125
"@react-three/fiber": "^8.17.9 || ^9.0.0",
125-
"pbf": "^4.0.1",
126-
"pmtiles": "^4.3.2",
127126
"react": "^18.3.1 || ^19.0.0",
128127
"react-dom": "^18.3.1 || ^19.0.0",
129128
"three": ">=0.167.0"
130129
},
131130
"peerDependenciesMeta": {
132-
"@mapbox/vector-tile": {
133-
"optional": true
134-
},
135131
"@react-three/fiber": {
136132
"optional": true
137133
},
@@ -141,12 +137,6 @@
141137
"@babylonjs/loaders": {
142138
"optional": true
143139
},
144-
"pbf": {
145-
"optional": true
146-
},
147-
"pmtiles": {
148-
"optional": true
149-
},
150140
"react": {
151141
"optional": true
152142
},

0 commit comments

Comments
 (0)