Created
April 19, 2021 07:56
-
-
Save monry/aabb48212e92482951b0dbca4346b7b6 to your computer and use it in GitHub Desktop.
gitDependencies を含む package.json の例
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// snip | |
"dependencies": { | |
"com.unity.addressables": "1.17.15", | |
"com.unity.test-framework": "1.1.22", | |
"com.unity.textmeshpro": "3.0.4", | |
"com.unity.timeline": "1.4.5" | |
}, | |
"gitDependencies": { | |
"com.cysharp.unitask": "git+ssh://[email protected]/Cysharp/UniTask.git?path=/src/UniTask/Assets/Plugins/UniTask/#2.2.4", | |
"com.neuecc.unirx": "git+ssh://[email protected]/neuecc/UniRx.git?path=/Assets/Plugins/UniRx/Scripts/#c244f9a", | |
"jp.hadashikick.vcontainer": "git+ssh://[email protected]/hadashiA/VContainer.git?path=/VContainer/Assets/VContainer/#1.5.10" | |
}, | |
// snip | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment