1 Star 0 Fork 56

DXStudio/LayaAir

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.39 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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/"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wonkmy-game/LayaAir.git
git@gitee.com:wonkmy-game/LayaAir.git
wonkmy-game
LayaAir
LayaAir
LayaAir_3.2

搜索帮助