Skip to content

Commit

Permalink
directly assigning versions and alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Oct 29, 2024
1 parent 4b9c32a commit 1770a3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"start": "node --max_old_space_size=2048 node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --config webpack.config.dev.js"
},
"dependencies": {
"three": "0.137.5",
"three-examples": "0.137.5",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.4.5",
Expand Down Expand Up @@ -75,6 +77,10 @@
"typescript": "^2.0.0",
"webpack-dev-server": "^3.7.2"
},
"alias": {
"three/examples/js/shaders/FocusShader": "three-examples/shaders/FocusShader",
"three/webgpu": "three/src/renderers/webgpu/WebGPURenderer"
},
"buildOptions": {
"emitEntryPoint": true,
"compile": {
Expand Down

0 comments on commit 1770a3d

Please sign in to comment.