philips-software/cogito

View on GitHub
workspaces/cogito-ios-app-distribution/package.json

Summary

Maintainability
Test Coverage
{
  "name": "cogito-ios-app-distribution",
  "version": "0.3.0",
  "description": "A simple page for Cogito App distribution",
  "homepage": "https://cogito.mobi",
  "private": true,
  "dependencies": {
    "@react-frontend-developer/css-grid-helper": "^1.0.14",
    "@react-frontend-developer/react-layout-helpers": "^1.0.14",
    "emotion": "^9.2.12",
    "glamor": "^2.20.40",
    "glamorous": "^4.13.1",
    "prop-types": "^15.6.2",
    "react": "^16.6.3",
    "react-dom": "^16.6.3",
    "react-emotion": "^9.2.12",
    "semantic-ui-css": "^2.4.1",
    "semantic-ui-react": "^0.83.0"
  },
  "devDependencies": {
    "deep-freeze-es6": "^1.0.1",
    "jest-canvas-mock": "^1.0.2",
    "jest-dom": "^2.1.1",
    "jest-emotion": "^9.2.11",
    "jest-glamor-react": "^4.3.1",
    "react-scripts": "^2.0.0",
    "react-test-renderer": "^16.6.3",
    "react-testing-library": "^5.2.3"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "deploy": "(cp ../../yarn.lock .) && ((now -e HTPASSWD=$HTPASSWD --public && rm yarn.lock) || rm yarn.lock)"
  },
  "browserslist": {
    "development": [
      "last 2 chrome versions",
      "last 2 firefox versions",
      "last 2 edge versions"
    ],
    "production": [
      ">1%",
      "last 4 versions",
      "Firefox ESR",
      "not ie < 11"
    ]
  }
}