1 Star 0 Fork 1

Lauset/jees-cocos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
Lauset 提交于 2023-09-11 14:21 . init
{
"package_version": 2,
"version": "1.0.3",
"name": "jees",
"description": "i18n:jees.description",
"main": "./dist/main.js",
"dependencies": {
"chalk": "^5.3.0",
"fs-extra": "^11.1.1",
"ts-log": "^2.2.5",
"vue": "^3.3.4"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.6.0",
"typescript": "^5.2.2"
},
"panels": {
"default": {
"title": "Jees Editor",
"type": "dockable",
"main": "dist/panels/editor",
"size": {
"min-width": 400,
"min-height": 300,
"width": 1024,
"height": 600
}
}
},
"contributions": {
"menu": [
{
"path": "i18n:menu.panel/jees",
"label": "i18n:jees.open_panel",
"message": "open-panel"
},
{
"path": "i18n:menu.develop/jees",
"label": "i18n:jees.send_to_panel",
"message": "send-to-panel"
}
],
"messages": {
"open-panel": {
"methods": [
"openPanel"
]
},
"send-to-panel": {
"methods": [
"default.hello"
]
}
},
"asset-db": {
"mount": {
"path": "./assets",
"readonly": true
}
}
},
"author": "aiyoyoyo",
"editor": ">=3.8.0",
"scripts": {
"build": "tsc -b",
"watch": "tsc -w"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lauset/jees-cocos.git
[email protected]:lauset/jees-cocos.git
lauset
jees-cocos
jees-cocos
master

搜索帮助