stoplightio/scripts

View on GitHub
templates/pkgs/react.json

Summary

Maintainability
Test Coverage
{
  "dependencies": {
    "@stoplight/ui-kit": "1.x.x",
    "react": "16.8.3",
    "react-dom": "16.8.3"
  },
  "devDependencies": {
    "@types/enzyme": "3.x.x",
    "@types/enzyme-adapter-react-16": "1.x.x",
    "@types/react": "16.x.x",
    "@types/react-dom": "16.x.x",
    "enzyme": "3.x.x",
    "enzyme-adapter-react-16": "1.x.x",
    "enzyme-to-json": "3.x.x",
    "jest-enzyme": "7.x.x",
    "tslint-react": "3.6.x",
    "tslint-react-hooks": "1.1.x"
  }
}