{
  "name": "@cutii/react-slot-fill",
  "version": "1.0.3",
  "private": false,
  "homepage": "https://camwest.github.io/react-slot-fill",
  "module": "lib/rsf.es.js",
  "main": "lib/rsf.js",
  "typings": "lib/index.d.ts",
  "dependencies": {
    "mitt": "^1.1.0"
  },
  "devDependencies": {
    "@types/enzyme": "^2.7.8",
    "@types/jest": "^19.2.2",
    "@types/mousetrap": "^1.5.33",
    "@types/node": "^7.0.11",
    "@types/prop-types": "^15.5.1",
    "@types/react-dom": "^0.14.23",
    "@types/react-split-pane": "^0.1.7",
    "@types/react-test-renderer": "^15.4.2",
    "babel-cli": "^6.23.0",
    "babel-eslint": "^7.2.1",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-react-jsx": "^6.23.0",
    "babel-preset-env": "^1.2.1",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.23.0",
    "codacy-coverage": "^2.0.1",
    "enzyme": "^2.8.1",
    "eslint": "^3.19.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3",
    "gh-pages": "^0.12.0",
    "mousetrap": "^1.6.0",
    "prop-types": "^15.5.8",
    "react": "^15.4.2",
    "react-addons-test-utils": "^15.5.1",
    "react-dom": "^15.4.2",
    "react-icons": "^2.2.3",
    "react-scripts-ts": "^1.1.8",
    "react-split-pane": "^0.1.58",
    "react-test-renderer": "^15.4.2",
    "rollup": "^0.50.0",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-typescript2": "^0.5.0",
    "shelljs": "^0.7.7",
    "tachyons": "^4.6.2",
    "tslint-react": "^2.5.0",
    "typescript": "^2.2.1"
  },
  "peerDependencies": {
    "prop-types": "^15.5.8",
    "react": "^16.0.0"
  },
  "scripts": {
    "start": "react-scripts-ts start",
    "build": "react-scripts-ts build",
    "test": "react-scripts-ts test --env=jsdom",
    "eject": "react-scripts-ts eject",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build",
    "prepublish": "node script/prepublish.js",
    "lint": "eslint .",
    "test-+-coverage": "react-scripts-ts test --env=jsdom --coverage --collectCoverageFrom=src/lib/**/*.{ts,tsx}",
    "send-coverage": "cat coverage/lcov.info | codacy-coverage"
  }
}
