mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 21:47:59 +01:00
Removing doodle3d-slicer dep from example
This commit is contained in:
parent
c99489e5d0
commit
8d8be75dd6
21
simpleExample/package-lock.json
generated
21
simpleExample/package-lock.json
generated
@ -1063,19 +1063,6 @@
|
|||||||
"source-map": "0.5.6"
|
"source-map": "0.5.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"clipper-js": {
|
|
||||||
"version": "1.0.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/clipper-js/-/clipper-js-1.0.2.tgz",
|
|
||||||
"integrity": "sha1-5EiR3eZULMfQvMbvloTUWQVxSJM=",
|
|
||||||
"requires": {
|
|
||||||
"clipper-lib": "6.2.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"clipper-lib": {
|
|
||||||
"version": "6.2.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/clipper-lib/-/clipper-lib-6.2.1.tgz",
|
|
||||||
"integrity": "sha1-Jm2Ox1dcWJ8F8j6c0APeUOIxF7Y="
|
|
||||||
},
|
|
||||||
"cliui": {
|
"cliui": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
|
||||||
@ -1350,14 +1337,6 @@
|
|||||||
"domelementtype": "1.3.0"
|
"domelementtype": "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Doodle3D-Slicer": {
|
|
||||||
"version": "github:Doodle3D/Doodle3D-Slicer#eaaa8eb62ef6a0931c75237afa2f689ae0e10e31",
|
|
||||||
"requires": {
|
|
||||||
"babel-polyfill": "6.23.0",
|
|
||||||
"clipper-js": "1.0.2",
|
|
||||||
"three": "0.83.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"elliptic": {
|
"elliptic": {
|
||||||
"version": "6.4.0",
|
"version": "6.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Doodle3D-Slicer": "github:Doodle3D/Doodle3D-Slicer#webpack",
|
|
||||||
"babel-polyfill": "^6.23.0",
|
"babel-polyfill": "^6.23.0",
|
||||||
"three": "^0.83.0"
|
"three": "^0.83.0"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user