-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.5 KB
/
package.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@benev/construct",
"version": "0.0.0-x.13",
"description": "game map editing suite for babylon",
"license": "MIT",
"author": "Chase Moskal <chasemoskal@gmail.com>",
"type": "module",
"main": "x/index.js",
"files": [
"x",
"s"
],
"scripts": {
"prepare": "toolbox-cleanup-babylon",
"build": "turtle-standard",
"start": "turtle-standard-watch",
"test": "exit 0"
},
"dependencies": {
"@babylonjs/core": "^6.29.1",
"@babylonjs/loaders": "^6.29.1",
"@benev/slate": "^0.0.0-dev.28",
"@benev/toolbox": "^0.5.0-dev.4",
"@gltf-transform/core": "^3.8.0",
"@gltf-transform/extensions": "^3.8.0",
"@gltf-transform/functions": "^3.8.0",
"draco3dgltf": "^1.5.6",
"es-module-shims": "^1.8.2",
"sharp": "^0.32.6",
"simplex-noise": "^4.0.1"
},
"devDependencies": {
"@benev/turtle": "^0.5.1",
"@gltf-transform/cli": "^3.8.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"chokidar": "^3.5.3",
"chokidar-cli": "^3.0.0",
"cynic": "^0.2.1",
"http-server": "^14.1.1",
"importly": "^0.2.3",
"mkdirp": "^3.0.1",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"rollup": "^4.4.0",
"terser": "^5.24.0",
"typescript": "^5.2.2"
},
"keywords": [
"editor",
"editing",
"web-games",
"toolkit",
"babylon",
"babylonjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/benevolent-games/construct.git"
},
"bugs": {
"url": "https://github.com/benevolent-games/construct/issues"
},
"homepage": "https://github.com/benevolent-games/construct#readme"
}