mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 08:09:13 +08:00
72 lines
2.4 KiB
JSON
72 lines
2.4 KiB
JSON
{
|
|
"name": "cocos-creator",
|
|
"version": "3.4.0",
|
|
"description": "Cocos Creator is a cross-platform 2D & 3D game engine written in TypeScript, licensed under MIT.",
|
|
"homepage": "http://www.cocos.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
"AUTHORS.txt"
|
|
],
|
|
"module": "index.js",
|
|
"scripts": {
|
|
"server": "http-server . -p 8002 -o http://127.0.0.1:8002/playground/index.html",
|
|
"postinstall": "gulp build-debug-infos && gulp build-declarations && npm run fetch-ral",
|
|
"build": "gulp build",
|
|
"build:dev": "gulp build-h5-source",
|
|
"build:min": "gulp build-h5-minified",
|
|
"build-declaration": "gulp build-declarations",
|
|
"build-api-json": "gulp build-api-json -i index.ts -o ./3d-api-docs/tempJson",
|
|
"build-api": "npm run build-api-json && gulp build-3d-api -i index.ts -o ./3d-api-docs -j ./3d-api-docs/tempJson",
|
|
"checkout-engine-version": "node ./scripts/checkout-engine-version.js",
|
|
"varify-engine-version": "node ./scripts/varify-engine-version.js",
|
|
"fetch-ral": "node ./scripts/fetch-ral.js",
|
|
"test": "gulp test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cocos-creator/engine.git"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.10",
|
|
"@babel/preset-env": "7.8.7",
|
|
"@cocos/babel-preset-cc": "2.2.0",
|
|
"@cocos/build-engine": "4.2.10",
|
|
"@cocos/typedoc-plugin-internal-external": "^1.0.1",
|
|
"@cocos/typedoc-plugin-localization": "^1.0.0",
|
|
"@types/fs-extra": "^5.0.4",
|
|
"@types/jest": "^24.9.1",
|
|
"@types/yargs": "^12.0.14",
|
|
"@typescript-eslint/eslint-plugin": "^4.6.1",
|
|
"@typescript-eslint/parser": "^4.6.1",
|
|
"child_process": "^1.0.2",
|
|
"commander": "^2.20.3",
|
|
"dat.gui": "^0.7.5",
|
|
"del": "^6.0.0",
|
|
"eslint": "^7.2.0",
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"fs": "^0.0.1-security",
|
|
"fs-extra": "^7.0.1",
|
|
"gulp": "^4.0.2",
|
|
"http-server": "^0.12.3",
|
|
"jest": "^26.6.3",
|
|
"jest-matcher-deep-close-to": "^2.0.1",
|
|
"path": "^0.12.7",
|
|
"spectorjs": "^0.9.15",
|
|
"stats.js": "^0.17.0",
|
|
"ts-jest": "^26.5.4",
|
|
"typedoc": "^0.17.7",
|
|
"typedoc-plugin-external-module-name": "^4.0.3",
|
|
"typescript": "^4.3.5",
|
|
"vconsole": "^3.3.0",
|
|
"yargs": "^12.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@cocos/ammo": "1.1.8",
|
|
"@cocos/box2d": "1.0.1",
|
|
"@cocos/cannon": "1.2.8",
|
|
"@cocos/dragonbones-js": "^1.0.1",
|
|
"@cocos/physx": "1.0.7"
|
|
}
|
|
}
|