hellowin/kanca

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "kanca",
  "version": "0.0.0",
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "eslint": "^4.1.1",
    "eslint-config-react-app": "^2.0.1",
    "eslint-plugin-flowtype": "^2.34.1",
    "eslint-plugin-import": "^2.6.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.1.0",
    "flow-bin": "^0.45.0",
    "gh-pages": "1",
    "react-scripts": "1.0.14"
  },
  "dependencies": {
    "blangko": "^0.0.5",
    "bugsnag-js": "^3.2.0",
    "c3": "^0.4.11",
    "eslint-loader": "^1.9.0",
    "immutability-helper": "^2.1.2",
    "lodash": "^4.17.5",
    "moment-timezone": "^0.5.13",
    "prop-types": "^15.5.10",
    "react": "^15.5.4",
    "react-breadcrumbs": "^1.6.6",
    "react-d3-cloud": "^0.4.1",
    "react-dom": "^16.0.1",
    "react-loading": "^0.1.2",
    "react-measure": "^1.4.7",
    "react-redux": "^5.0.4",
    "react-responsive": "^1.3.0",
    "react-router": "^3.0.5",
    "react-router-redux": "^4.0.8",
    "react-transition-group": "^1.1.3",
    "reactstrap": "^4.6.1",
    "redux": "^3.6.0",
    "store": "^2.0.4",
    "uuid": "^3.0.1"
  },
  "scripts": {
    "start": "NODE_PATH=./src:./public react-scripts start",
    "build": "NODE_PATH=./src:./public react-scripts build",
    "test": "NODE_PATH=./src:./public react-scripts test --env=jsdom --coverage",
    "eject": "react-scripts eject",
    "flow": "flow",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build"
  },
  "homepage": "https://hellowin.github.io/kanca/"
}