Skip to content

Commit

Permalink
resolving dependacies
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Oct 29, 2024
1 parent bbf2b3d commit 7ae0c70
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@
},
"overrides": {
"three": "0.167.0",
"**/three": "0.167.0",
"three-render-objects": "1.29.4",
"three-forcegraph": "1.41.14"
},
"imports": {
"three/examples/js/shaders/FocusShader": "./node_modules/three/examples/jsm/shaders/FocusShader.js",
"three/webgpu": "./node_modules/three/examples/jsm/renderers/webgpu/WebGPURenderer.js"
},
"dependencies": {
"three": "0.167.0",
"three-examples": "0.167.0",
"@types/three": "0.167.0",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
Expand Down Expand Up @@ -94,6 +98,10 @@
"three/examples/js/shaders/FocusShader": "three-examples/shaders/FocusShader",
"three/webgpu": "three/src/renderers/webgpu/WebGPURenderer"
},
"browser": {
"three/examples/js/shaders/FocusShader": "./node_modules/three/examples/jsm/shaders/FocusShader.js",
"three/webgpu": "./node_modules/three/examples/jsm/renderers/webgpu/WebGPURenderer.js"
},
"buildOptions": {
"emitEntryPoint": true,
"compile": {
Expand Down

0 comments on commit 7ae0c70

Please sign in to comment.