basis-stack/basis

View on GitHub
packages/components/package.json

Summary

Maintainability
Test Coverage
{
  "name": "basis-components",
  "version": "0.0.18",
  "description": "A set of React components used throughout the Basis stack",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"No tests\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/basis-stack/basis.git"
  },
  "keywords": [
    "React",
    "components",
    "basis"
  ],
  "author": "Justin Ware <wareisjustin@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/basis-stack/basis/issues"
  },
  "homepage": "https://github.com/basis-stack/basis#readme",
  "dependencies": {
    "basis-assets": "^0.0.13",
    "classnames": "^2.2.6",
    "http-status": "^1.4.2",
    "react-mdc-web": "^0.17.0",
    "wordwrap": "^1.0.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-enzyme": "^1.0.0-beta.1",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2"
  },
  "peerDependencies": {
    "react": "^16.13.1"
  }
}