Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControlWebInterface/WebApp/_package.json
amir keren 33ae4ae99f RemoteControlWebInterface: - Rotate Color Picker Wheel to match UE
- Dropdown background color is white
#rb Simon.Therriault David.Gralnik
#jira UE-162640 UE-167979
#preflight 6352f64c9e14ee3c79af8ac8
#lockdown alejandro.arango

[CL 22712326 by amir keren in ue5-main branch]
2022-10-22 15:53:56 -04:00

16 lines
483 B
JSON

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