web3d
Version:
MetaEditor — ReactJS Pixel Streaming library, helps integrate Unreal Engine v.5 in the browser. Allows you to send commands and get callbacks from the stream server with launched Unreal Engine.
60 lines • 1.62 kB
JSON
{
"author": "MetaEditor",
"license": "MIT",
"description": "MetaEditor — ReactJS Pixel Streaming library, helps integrate Unreal Engine v.5 in the browser. Allows you to send commands and get callbacks from the stream server with launched Unreal Engine.",
"keywords": [
"react",
"pixel",
"streaming",
"unrealos",
"unreal",
"engine",
"epic",
"games"
],
"homepage": "https://metaeditor.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/markolofsen/metaeditor.git"
},
"bugs": {
"url": "https://github.com/markolofsen/metaeditor/issues"
},
"private": false,
"engines": {
"npm": ">=8.1.2",
"node": ">=16.13.2"
},
"main": "lib/index.js",
"scripts": {
"start": "react-scripts start",
"_build": "babel src/lib --out-dir lib --no-comments",
"build": "node .scripts/obfuscator.js"
},
"dependencies": {
"webrtc-adapter": "^8.1.1",
"slugify": "latest",
"moment": "latest",
"styled-jss": "^2.2.3",
"url": "^0.11.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"prop-types": ">=15.8.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"version": "2.5.2",
"name": "web3d"
}