UNPKG

metaeditor

Version:

The Pixel Streaming library for ReactJS facilitates the integration of Unreal Engine v.5 into a web browser. It enables the transmission of commands and receipt of callbacks from the stream server once Unreal Engine is launched.

98 lines 2.6 kB
{ "name": "metaeditor", "names": [ "pixel-streaming", "unreal-engine", "react-pixel-streaming", "unreal-engine-pixel-streaming", "metaeditor", "metaverses", "unrealos", "react-unreal-engine" ], "version": "4.0.8", "author": "Unrealos", "license": "MIT", "description": "The Pixel Streaming library for ReactJS facilitates the integration of Unreal Engine v.5 into a web browser. It enables the transmission of commands and receipt of callbacks from the stream server once Unreal Engine is launched.", "public": true, "homepage": "https://metaeditor.io/", "repository": { "type": "git", "url": "git+https://github.com/markolofsen/metaeditor.git" }, "bugs": { "url": "https://github.com/markolofsen/metaeditor/issues" }, "keywords": [ "reactjs", "node", "typescript", "pixel streaming", "unreal engine", "epic games", "metaverse", "metaeditor", "unrealos" ], "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">=v16" }, "scripts": { "copy-files": "copyfiles -u 1 src/styles/*.css dist/", "dev": "tsdx watch NODE_ENV=development", "start": "tsdx watch", "build": "tsdx build --transpileOnly && pnpm copy-files", "test": "tsdx test", "lint": "tsdx lint", "prepare": "tsdx build", "build-all": "npm link ../library ../ui-library && cd ../library && npm run build && cd ../ui-library && npm run build-all" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": false, "singleQuote": false, "trailingComma": "es5" }, "module": "dist/index.esm.js", "peerDependencies": { "react": "^18.1.0", "rsuite": "^5.28.1" }, "dependencies": { "@react-hook/event": "^1.2.6", "metaeditor4-ue": "^0.1.7", "metaeditor4-ui": "^0.0.3", "moment": "^2.29.4", "react-json-tree": "^0.18.0", "react-jss": "^10.10.0", "react-portal": "^4.2.2", "semver": "^7.3.8", "short-uuid": "^4.2.2" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.2.0", "@testing-library/user-event": "^13.5.0", "@types/react-portal": "^4.0.4", "@typescript-eslint/eslint-plugin": "^5.16.0", "@typescript-eslint/parser": "^5.16.0", "copyfiles": "^2.4.1", "eslint": "^8.11.0", "husky": "^7.0.2", "react-scripts": "5.0.1", "rsuite": "^5.28.1", "tsdx": "^0.14.1", "tslib": "^2.3.1", "typescript": "^4.6.3" } }