-
Notifications
You must be signed in to change notification settings - Fork 470
/
package.json
68 lines (68 loc) · 2.39 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
65
66
67
68
{
"name": "layaair",
"version": "3.2.0",
"description": "LayaAir3.2 Engine",
"main": "layaAir.config.js",
"scripts": {
"start": "npm-run-all clean copyShaders copyNagaWasm --parallel watchShaders watchSamples",
"build": "gulp build",
"buildSamples": "gulp buildSamples",
"buildDoc": "cd scripts&&cmd /k run.bat",
"watchShaders": "copy-and-watch --skip-initial-copy --watch src/**/*.{glsl,vs,fs} bin/tsc/",
"watchSamples": "cd ./src/samples && tsc -b --force --watch",
"clean": "rimraf ./bin/tsc",
"copyShaders": "copyfiles -u 1 ./src/**/*.{glsl,vs,fs} ./bin/tsc/",
"copyNagaWasm": "copyfiles -u 1 ./src/**/naga_wasm.js ./bin/tsc/",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"buildDocTool":"cd ./docTool && tsc",
"buildDocToolRun": "node ./docTool/dist/index.js",
"buildCanver": "npm run buildDocTool && npm run buildDocToolRun"
},
"author": "Layabox Inc.",
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@webgpu/types": "^0.1.40",
"chokidar": "^3.5.1",
"conventional-changelog-cli": "^2.2.2",
"copy-and-watch": "^0.1.6",
"copyfiles": "^2.4.1",
"esbuild": "^0.20.1",
"express": "^4.17.1",
"globby": "11.0.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-inject-string": "^1.1.2",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify-es": "^2.0.0",
"husky": "^8.0.2",
"iconv-lite": "^0.5.0",
"matched": "^4.0.0",
"merge2": "^1.4.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.74.0",
"rollup-plugin-glsl": "^1.3.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.21.2",
"socket.io": "^4.1.3",
"typedoc": "^0.23.0",
"typescript": "^4.6.4",
"webgpu": "^0.1.16",
"@types/node": "^20.12.7"
},
"repository": {
"type": "git",
"url": "https://github.com/layabox/LayaAir"
},
"dependencies": {
"cors": "^2.8.5",
"i18next": "^23.11.2"
},
"bugs": {
"url": "https://ask.layaAir.com/"
}
}