Justinzh1/Emunah

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "Emunah",
  "private": true,
  "dependencies": {
    "@rails/webpacker": "^3.0.2",
    "babel-preset-react": "^6.24.1",
    "coffeescript": "1.12.7",
    "prop-types": "^15.6.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react_ujs": "^2.4.0"
  },
  "devDependencies": {
    "webpack-dev-server": "^2.9.3"
  },
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*.js"
  }
}