UNPKG

pannellum-react

Version:
53 lines (52 loc) 1.26 kB
{ "name": "pannellum-react", "version": "1.2.4", "description": "Pannellum React Component", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "es", "lib", "umd" ], "scripts": { "build": "nwb build-react-component --copy-files", "clean": "nwb clean-module && nwb clean-demo", "start": "nwb serve-react-demo", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server", "deploy": "gh-pages -d demo/dist" }, "dependencies": { "video.js": "^7.1.0" }, "peerDependencies": { "react": "16.x" }, "devDependencies": { "babel-eslint": "^10.0.1", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "eslint": "^5.8.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-react": "^7.11.1", "gh-pages": "^1.2.0", "nwb": "0.21.x", "react": "^16.4.1", "react-dom": "^16.4.1" }, "author": "farminf<farmin.f@gmail.com>", "homepage": "https://github.com/farminf/pannellum-react", "license": "MIT", "repository": "https://github.com/farminf/pannellum-react", "keywords": [ "react-component", "Pannellum", "react", "component", "360", "vr" ] }