opentok-react-layout
Version:
[](https://badge.fury.io/js/opentok-react-layout)
53 lines (52 loc) • 1.14 kB
JSON
{
"name": "opentok-react-layout",
"version": "1.0.8",
"private": false,
"author": "Dinesh Panjwani",
"keywords": [
"opentok",
"opentok-react",
"opentok-layout"
],
"main": "dist/index.js",
"module": "dist/index.js",
"files": [ "dist", "README.md" ],
"babel": {
"presets": [
"@babel/preset-react"
]
},
"dependencies": {
"lodash": "^4.17.11",
"opentok-react": "^0.9.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"publish:npm": "rm -rf dist && mkdir dist && babel src/utility -d dist --copy-files"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/preset-react": "^7.14.5"
}
}