-
Notifications
You must be signed in to change notification settings - Fork 5
/
package-lock.json
30 lines (30 loc) · 1 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "vr-workspace",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@tweenjs/tween.js": {
"version": "18.6.4",
"resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-18.6.4.tgz",
"integrity": "sha512-lB9lMjuqjtuJrx7/kOkqQBtllspPIN+96OvTCeJ2j5FEzinoAXTdAMFnDAQT1KVPRlnYfBrqxtqP66vDM40xxQ==",
"dev": true
},
"@types/aframe": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@types/aframe/-/aframe-1.0.3.tgz",
"integrity": "sha512-nIhS32JGQRFm4meu3YLz/2rxycnY+RoPZLm7N4d/YhdQVBECi4hPG7hInaibsKTBQCEQvCVDH/HjexpMha5WQg==",
"dev": true,
"requires": {
"@tweenjs/tween.js": "^18.6.1",
"three": "*"
}
},
"three": {
"version": "0.126.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.126.0.tgz",
"integrity": "sha512-/MecvboUefStCkUfXLImoJxthN+FoLPcEP7pz1r1Dd9i8BPGGuj+S1sOPRvW4Z+ViZjP2oWWm1inNC/MT52ybA==",
"dev": true
}
}
}