ndious/the.12.gy

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "the.12.gy",
  "version": "1.2.12",
  "private": true,
  "dependencies": {
    "bootstrap": "^3.4.1",
    "keymirror": "^0.1.1",
    "prop-types": "^15.7.2",
    "react": "^15.4.2",
    "react-bootstrap": "^0.30.10",
    "react-dom": "^15.4.2",
    "react-redux": "^5.0.3",
    "react-router": "v3",
    "react-router-bootstrap": "^0.23.1",
    "react-router-redux": "^4.0.8",
    "redux": "^3.6.0"
  },
  "devDependencies": {
    "ajv": "^6.10.2",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-15": "^1.4.0",
    "flow-bin": "^0.43.0",
    "less": "^2.7.2",
    "react-addons-test-utils": "^15.4.2",
    "react-scripts": "^3.4.1",
    "react-test-renderer": "^15.6.2",
    "redux-mock-store": "^1.2.2"
  },
  "scripts": {
    "bootstrap": "lessc src/less/bootstrap.less src/assets/bootstrap.css",
    "start": "react-scripts start",
    "c9start": "PORT=8080 react-scripts start",
    "build": "lessc src/less/bootstrap.less src/assets/bootstrap.css && react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "test-ci": "react-scripts test --env=jsdom --coverage",
    "eject": "react-scripts eject"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}