{
  "name": "@server-status/app",
  "description": "app for presentation server status information",
  "version": "0.2.0",
  "dependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@blueprintjs/core": "^3.24.0",
    "@craco/craco": "^5.6.3",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "mobx": "^5.15.4",
    "mobx-react-lite": "^1.5.2",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "react-scripts": "^3.4.0",
    "stylus": "^0.54.7",
    "stylus-loader": "^3.0.2",
    "yaml": "^1.10.0"
  },
  "scripts": {
    "start": "craco start",
    "build": "craco build",
    "test": "craco test",
    "test-coverage": "craco test --coverage",
    "lint": "eslint --ext .js --ext .jsx .",
    "lint-fix": "eslint --ext .js --ext .jsx . --fix"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "babel": {
    "presets": [
      "@babel/preset-react"
    ]
  },
  "keywords": [
    "server",
    "status",
    "monitor",
    "stats"
  ],
  "author": "Adam Zielonka <root@adamzielonka.pro>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/adam-zielonka-pro/server-status"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
