philips-software/cogito

View on GitHub
workspaces/demo-app/package.json

Summary

Maintainability
Test Coverage
{
  "name": "demo-app",
  "version": "0.3.0",
  "description": "A demo project for using Cogito",
  "homepage": "https://cogito.mobi",
  "license": "MIT",
  "private": true,
  "dependencies": {
    "@cogitojs/cogito-attestations": "^0.3.0",
    "@cogitojs/cogito-encryption": "^0.3.0",
    "@cogitojs/cogito-ethereum-react": "^0.3.0",
    "@cogitojs/cogito-identity": "^0.3.0",
    "@cogitojs/cogito-react-ui": "^0.3.0",
    "@cogitojs/demo-app-contracts": "^0.3.0",
    "@react-frontend-developer/css-grid-helper": "^1.0.14",
    "@react-frontend-developer/react-layout-helpers": "^1.0.14",
    "@react-frontend-developer/react-redux-render-prop": "^1.0.14",
    "emotion": "^9.2.12",
    "ganache-cli": "^6.3.0",
    "glamor": "^2.20.40",
    "glamorous": "^4.13.1",
    "jsrsasign": "^8.0.12",
    "libsodium-wrappers": "^0.7.3",
    "prop-types": "^15.6.2",
    "qrcode.react": "^0.8.0",
    "react": "^16.6.3",
    "react-dom": "^16.6.3",
    "react-dropzone": "^4.2.13",
    "react-emotion": "^9.2.12",
    "react-fontawesome": "^1.6.1",
    "react-markdown": "^3.3.4",
    "react-router-dom": "^4.2.2",
    "react-syntax-highlighter": "^8.0.1",
    "redux": "^4.0.0",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.2.0",
    "reselect": "^3.0.1",
    "semantic-ui-css": "^2.4.1",
    "semantic-ui-react": "^0.83.0",
    "truffle-contract": "^3.0.5",
    "web3": "1.2.6"
  },
  "devDependencies": {
    "@cogitojs/faucet": "^0.3.0",
    "@react-frontend-developer/jsdom-worker": "^0.1.1",
    "deep-freeze-es6": "^1.0.1",
    "ethers": "^4.0.20",
    "jest-canvas-mock": "^1.0.2",
    "jest-dom": "^2.1.1",
    "jest-emotion": "^9.2.11",
    "jest-glamor-react": "^4.3.1",
    "node-fetch": "^2.2.0",
    "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:contracts": "(cd ../demo-app-contracts && yarn migrate)",
    "start:ganache": "(cd ../demo-app-contracts && yarn start)",
    "start:faucet": "(cd ../faucet && yarn start)",
    "start:with-faucet": "yarn start:faucet & react-scripts start & wait",
    "start:all": "yarn start:ganache & yarn start:faucet & (sleep 3 && yarn deploy:contracts && react-scripts start) & wait",
    "eject": "react-scripts eject"
  },
  "browserslist": {
    "development": [
      "last 2 chrome versions",
      "last 2 firefox versions",
      "last 2 edge versions"
    ],
    "production": [
      ">1%",
      "last 4 versions",
      "Firefox ESR",
      "not ie < 11"
    ]
  }
}