UNPKG

@martinpham/react-360-keyboard-camera-controller

Version:

Provide Keyboard Camera Controller for your React 360 project. Now you can navigate inside 3D world using your arrow keys.

34 lines (33 loc) 1.01 kB
{ "name": "r360", "version": "0.0.1", "private": true, "scripts": { "start": "node -e \"console.log('open browser at http://localhost:8081/index.html\\n\\n');\" && node node_modules/react-native/local-cli/cli.js start", "bundle": "node node_modules/react-360/scripts/bundle.js", "open": "node -e \"require('xopen')('http://localhost:8081/index.html')\"", "devtools": "react-devtools", "test": "jest" }, "dependencies": { "@martinpham/react-360-keyboard-camera-controller": "^1.0.8", "@martinpham/react-360-mouse-lock-camera-controller": "^1.0.5", "ovrui": "^1.4.1", "react": "16.0.0", "react-360": "~1.0.0", "react-360-web": "~1.0.0", "react-native": "~0.49.5", "three": "^0.87.0" }, "devDependencies": { "babel-jest": "^19.0.0", "babel-preset-react-native": "^1.9.1", "jest": "^19.0.2", "react-devtools": "^2.5.2", "react-test-renderer": "16.0.0", "xopen": "1.0.0" }, "jest": { "preset": "react-360" } }