Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControlWebInterface/WebApp/_package.json
simon therriault c532c007d7 RemoteControlWebInterface: Adding Alpha to Color Pickers (FColor & FLinearColor)
Fix - When more than 1 instance opens and all runs on same port, only last instance should work
ColorPickers - Fix values stuck on certian values
#jira UE-119923 UE-132969 UE-132506

#ROBOMERGE-OWNER: simon.therriault
#ROBOMERGE-AUTHOR: amir.keren
#ROBOMERGE-SOURCE: CL 18308154 in //UE5/Release-5.0/... via CL 18308162
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)
#ROBOMERGE-CONFLICT from-shelf

[CL 18308356 by simon therriault in ue5-release-engine-test branch]
2021-11-29 08:17:28 -05:00

16 lines
483 B
JSON

{
"name": "conductor",
"version": "0.3.55",
"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"
}
}