-
Notifications
You must be signed in to change notification settings - Fork 153
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.21 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.21 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
{
"name": "UnitTests",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "webpack",
"watch": "webpack -watch"
},
"dependencies": {
"babylonjs": "^9.0.0",
"babylonjs-materials": "^9.0.0",
"chai": "^5.2.0",
"jsc-android": "^241213.1.0",
"mocha": "^11.1.0",
"v8-android": "^7.8.2"
},
"devDependencies": {
"@babel/cli": "7.27.0",
"@babel/core": "^7.28.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.28.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/runtime": "^7.28.2",
"@babylonjs/core": "^9.0.0",
"@babylonjs/materials": "^9.0.0",
"babel-loader": "^10.0.0",
"buffer": "^6.0.3",
"core-js": "^3.45.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typescript": "^5.9.2",
"util": "^0.12.5",
"webpack": "^5.101.0",
"webpack-cli": "^6.0.1"
}
}