{
  "name": "distro-sandbox",
  "version": "1.0.0",
  "private": true,
  "devDependencies": {
    "@orchard/frontend-cli": "^1.1.31"
  },
  "scripts": {
    "test:unit": "jest --verbose --testTimeout=30000 --passWithNoTests",
    "lint:css": "stylelint 'src/**/*.scss' --syntax scss",
    "lint:js": "eslint --ext .js,.jsx src",
    "lint": "yarn lint:css && yarn lint:js",
    "test": "yarn lint && yarn test:unit"
  },
  "dependencies": {
    "@orchard/frontend-identity": "^1.1.4",
    "@orchard/frontend-localization": "^1.1.12",
    "@orchard/frontend-react-components": "^3.2.16",
    "@sentry/browser": "^5.19.0",
    "prop-types": "^15.7.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-router-dom": "^5.2.0",
    "superagent": "^5.3.1"
  }
}
