-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.87 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.87 KB
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
{
"name": "com.gameframex.unity.ui",
"displayName": "Game Frame X UI",
"category": "GameFrameX",
"description": "GameFrameX UI — Unity UI-framework-agnostic form management package. Handles opening, closing, grouping, and lifecycle of UI forms with depth-based layering, async form loading via the asset system with object pooling, configurable show/hide animations, and event notifications for open/close lifecycle. Docs: https://gameframex.doc.alianblank.com\n\nGameFrameX UI — Unity 跨 UI 框架的窗体管理功能包。处理 UI 窗体的打开、关闭、分组和生命周期,支持基于深度的分层,通过资源系统异步加载窗体并集成对象池,可配置显示/隐藏动画,以及打开/关闭生命周期的事件通知。文档:https://gameframex.doc.alianblank.com",
"version": "2.10.4",
"unity": "2019.4",
"keywords": [
"GameFrameX",
"UI"
],
"repository": {
"name": "com.gameframex.unity.ui",
"url": "git+https://github.com/gameframex/com.gameframex.unity.ui.git",
"type": "git"
},
"author": {
"name": "Blank",
"email": "alianblank@outlook.com",
"url": "https://gameframex.doc.alianblank.com"
},
"dependencies": {
"com.gameframex.unity": "1.1.1",
"com.gameframex.unity.asset": "1.0.6",
"com.gameframex.unity.event": "1.0.0",
"com.gameframex.unity.localization": "1.0.0"
},
"devDependencies": {
"semantic-release": "^24.2.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
},
"documentationUrl": "https://gameframex.doc.alianblank.com",
"changelogUrl": "https://github.com/gameframex/com.gameframex.unity.ui/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/gameframex/com.gameframex.unity.ui/blob/main/LICENSE.md"
}