-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.18 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.18 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
{
"name": "com.unigame.viewsystem",
"author": "UniGame",
"displayName": "UniGame Views System",
"description": "MVVM Views system for Unity",
"unity": "2023.2",
"version": "2025.0.13",
"license": "MIT",
"homepage": "https://github.com/UniGameTeam/UniGame.ViewSystem#readme",
"keywords": [
"ui",
"mvvm",
"system",
"views"
],
"dependencies": {
"com.unity.localization": "1.5.4",
"com.unity.addressables": "2.6.0",
"com.unigame.addressablestools" : "https://github.com/UnioGame/unigame.addressables",
"com.unigame.unicore": "https://github.com/UnioGame/unigame.core.git",
"com.unigame.localization": "https://github.com/UnioGame/unigame.localization.git",
"com.unigame.rx": "https://github.com/UnioGame/unigame.rx.git",
"com.cysharp.unitask" : "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
"com.cysharp.r3": "https://github.com/Cysharp/R3.git?path=src/R3.Unity/Assets/R3.Unity",
"com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity"
},
"repository": {
"type": "git",
"url": "https://github.com/UniGameTeam/UniGame.ViewSystem"
}
}