react-component-isolator
Version:
A simple module that spins up a react app where the only component is the react component you pass in.
40 lines (39 loc) • 1.08 kB
JSON
{
"name": "react-component-isolator",
"version": "1.0.16",
"description": "A simple module that spins up a react app where the only component is the react component you pass in.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harvard-edtech/react-component-isolator.git"
},
"keywords": [
"React",
"Component",
"Test",
"Testing",
"Isolator",
"Isolation"
],
"author": "Gabriel Abrams <gabeabrams@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harvard-edtech/react-component-isolator/issues"
},
"homepage": "https://github.com/harvard-edtech/react-component-isolator#readme",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"typescript": "^3.5.3"
},
"dependencies": {
"fs": "0.0.1-security",
"rimraf": "^2.6.3"
}
}