Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControlWebInterface/WebApp/_package.json
amir keren 43eef4e079 RemoteControlWebInterface: Show refresh button only in iOS Devices
Fix Start case in list widget
#jira UE-137562 UE-138281
#rb none
#trivial

#ROBOMERGE-AUTHOR: amir.keren
#ROBOMERGE-SOURCE: CL 18575171 in //UE5/Release-5.0/... via CL 18575183
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)

[CL 18575199 by amir keren in ue5-release-engine-test branch]
2022-01-11 14:20:29 -05:00

16 lines
483 B
JSON

{
"name": "conductor",
"version": "0.3.56",
"scripts": {
"postinstall": "concurrently \"cd ./Client && npm install && cd ..\" \"cd ./Server && npm install && cd ..\"",
"build": "node ./Scripts/build.js",
"dev": "concurrently \"cd ./Client && npm start && cd ..\" \"cd Server && npm start && cd ..\"",
"start": "pushd Server && npm run serve && popd"
},
"dependencies": {},
"devDependencies": {
"concurrently": "^5.3.0",
"fs-extra": "^9.0.1"
}
}