-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 1.02 KB
/
package.json
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
{
"name": "cn.etetet.yiuistatesync",
"displayName": "ET.YIUI.StateSync",
"version": "0.7.2",
"unity": "2022.3",
"category": "Demo/YIUI|UI/YIUI",
"description": "YIUI Demo >>> 文档: https://lib9kmxvq7k.feishu.cn/wiki/ES7Gwz4EAiVGKSkotY5cRbTznuh",
"author": {
"name": "YIYI",
"url": "https://github.com/LiShengYang-yiyi/YIUI/tree/YIUI-ET9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ET-Packages/cn.etetet.yiuistatesync"
},
"relatedPackages": {},
"dependencies": {
"cn.etetet.statesync": "2.0.11",
"cn.etetet.packagemanager": "1.0.2",
"cn.etetet.yiuiframework": "0.7.2",
"cn.etetet.yiuiyooassets": "0.7.2",
"cn.etetet.yiuiloopscrollrectasync": "0.7.2",
"cn.etetet.yiuigm": "0.7.2",
"cn.etetet.yiuireddot": "0.7.2",
"cn.etetet.yiuitips": "0.7.2",
"cn.etetet.yiuilocalization": "0.7.2",
"cn.etetet.yiui3ddisplay": "0.7.2",
"cn.etetet.yiuieffect": "0.7.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@ET-Packages"
}
}