-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
39 lines (39 loc) · 1.33 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
31
32
33
34
35
36
37
38
39
{
"name": "About me",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"camera-controls": "^1.36.1",
"three": "^0.143.0"
}
},
"node_modules/camera-controls": {
"version": "1.36.1",
"resolved": "https://registry.npmjs.org/camera-controls/-/camera-controls-1.36.1.tgz",
"integrity": "sha512-muYZT4bgA9iR/lfZwM1TLM/GPttAlRM+fDCjg9qsmH4omDMefGF8/Q5QFkadRGCeCOTFESGYXcOhqV/tt4z6fQ==",
"peerDependencies": {
"three": ">=0.126.1"
}
},
"node_modules/three": {
"version": "0.143.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.143.0.tgz",
"integrity": "sha512-oKcAGYHhJ46TGEuHjodo2n6TY2R6lbvrkp+feKZxqsUL/WkH7GKKaeu6RHeyb2Xjfk2dPLRKLsOP0KM2VgT8Zg=="
}
},
"dependencies": {
"camera-controls": {
"version": "1.36.1",
"resolved": "https://registry.npmjs.org/camera-controls/-/camera-controls-1.36.1.tgz",
"integrity": "sha512-muYZT4bgA9iR/lfZwM1TLM/GPttAlRM+fDCjg9qsmH4omDMefGF8/Q5QFkadRGCeCOTFESGYXcOhqV/tt4z6fQ==",
"requires": {}
},
"three": {
"version": "0.143.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.143.0.tgz",
"integrity": "sha512-oKcAGYHhJ46TGEuHjodo2n6TY2R6lbvrkp+feKZxqsUL/WkH7GKKaeu6RHeyb2Xjfk2dPLRKLsOP0KM2VgT8Zg=="
}
}
}