{
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "analyze": "source-map-explorer 'build/static/js/*.js'",
    "cypress": "cypress open",
    "upd": "ncu -u yarn && yarn start",
    "test": "react-scripts test --env=jsdom",
    "test-cov": "yarn test --coverage --watch",
    "test-cov-view": "browser-sync start --server --port 5150 --files 'coverage/lcov-report/index.html' --startPath 'coverage/lcov-report'"
  },
  "dependencies": {
    "core-js": "^3.6.4",
    "date-fns": "^2.9.0",
    "date-fns-timezone": "^0.1.4",
    "deep-object-diff": "^1.1.0",
    "element-scroll-polyfill": "^1.0.1",
    "local-storage": "^2.0.0",
    "lodash": "^4.17.15",
    "node-sass": "^4.13.1",
    "platform": "^1.3.5",
    "prop-types": "^15.7.2",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-scripts": "3.3.0",
    "regenerator-runtime": "^0.13.3",
    "source-map-explorer": "^2.2.2",
    "spark-md5": "^3.0.0",
    "uuid": "^3.4.0",
    "validator": "^12.1.0"
  }
}
