1 Star 0 Fork 76

永恒8/oops-plugin-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.68 KB
一键复制 编辑 原始数据 按行查看 历史
{
"package_version": 2,
"version": "1.0.0",
"name": "oops-framework",
"description": "i18n:oops-framework.description",
"main": "./dist/main.js",
"author": "dgflash",
"editor": ">=3.4.2",
"scripts": {
"build": "tsc -b",
"watch": "tsc -w",
"doc": "npx typedoc"
},
"panels": {
"set_file_name": {
"title": "i18n:oops-framework.panel_create_file",
"type": "dockable",
"main": "dist/default",
"size": {
"min-width": 450,
"min-height": 300,
"width": 450,
"height": 300
}
}
},
"contributions": {
"inspector": {
"section": {
"asset": {
"directory": "./dist/asset-directory.js"
}
}
},
"scene": {
"script": "./dist/scene.js"
},
"asset-db": {
"mount": {
"path": "./assets",
"readonly": false
}
},
"assets": {
"menu": {
"methods": "./dist/assets-menu.js",
"assetMenu": "onAssetMenu"
}
},
"menu": [
{
"path": "i18n:oops-framework.name",
"label": "i18n:oops-framework.document_oops",
"message": "document"
},
{
"path": "i18n:oops-framework.name",
"label": "i18n:oops-framework.document_api",
"message": "documentApi"
},
{
"path": "i18n:oops-framework.name",
"label": "i18n:oops-framework.tutorial",
"message": "tutorial"
},
{
"path": "i18n:oops-framework.name",
"label": "i18n:oops-framework.solution",
"message": "solution"
},
{
"path": "i18n:oops-framework.name",
"label": "i18n:oops-framework.gitee",
"message": "gitee"
},
{
"path": "i18n:oops-framework.name",
"label": "i18n:oops-framework.github",
"message": "github"
},
{
"path": "i18n:oops-framework.name",
"type": "separator"
},
{
"path": "i18n:oops-framework.name",
"label": "i18n:oops-framework.log",
"message": "log"
}
],
"messages": {
"document": {
"methods": [
"document"
]
},
"documentApi": {
"methods": [
"documentApi"
]
},
"log": {
"methods": [
"log"
]
},
"tutorial": {
"methods": [
"tutorial"
]
},
"solution": {
"methods": [
"solution"
]
},
"gitee": {
"methods": [
"gitee"
]
},
"github": {
"methods": [
"github"
]
}
}
},
"dependencies": {
"fs-extra": "^10.0.0",
"vue": "^3.1.4"
},
"devDependencies": {
"@cocos/creator-types": "^3.8.2",
"@types/fs-extra": "^9.0.5",
"@types/node": "^20.16.12",
"typedoc": "^0.23.24",
"typescript": "^4.8.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/YongHeng8/oops-plugin-framework.git
[email protected]:YongHeng8/oops-plugin-framework.git
YongHeng8
oops-plugin-framework
oops-plugin-framework
master

搜索帮助