-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
51 lines (51 loc) · 1.58 KB
/
package-lock.json
File metadata and controls
51 lines (51 loc) · 1.58 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "babylonjs-lessons",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "babylonjs-lessons",
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"babylonjs": "^6.3.1",
"typescript": "^5.0.4"
}
},
"node_modules/babylonjs": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/babylonjs/-/babylonjs-6.3.1.tgz",
"integrity": "sha512-2Ss7iBtyyFWA1NH57Cvbl+Yvt+ma9E4jdqCHzP8DbaFHnWg6UdZ6iC8N4tYBNcUInIUFgRnkwOftidQntI/6rA==",
"dev": true,
"hasInstallScript": true
},
"node_modules/typescript": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=12.20"
}
}
},
"dependencies": {
"babylonjs": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/babylonjs/-/babylonjs-6.3.1.tgz",
"integrity": "sha512-2Ss7iBtyyFWA1NH57Cvbl+Yvt+ma9E4jdqCHzP8DbaFHnWg6UdZ6iC8N4tYBNcUInIUFgRnkwOftidQntI/6rA==",
"dev": true
},
"typescript": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"dev": true
}
}
}