{

"name": "react-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
  "@material-ui/core": "^4.9.0",
  "@material-ui/lab": "^4.0.0-alpha.40",
  "@nivo/line": "^0.61.1",
  "@testing-library/jest-dom": "^4.2.4",
  "@testing-library/react": "^9.3.2",
  "@testing-library/user-event": "^7.1.2",
  "@types/jest": "^24.0.0",
  "@types/node": "^12.0.0",
  "@types/react": "^16.9.0",
  "@types/react-dom": "^16.9.0",
  "bootstrap": "^4.4.1",
  "nivo": "^0.31.0",
  "react": "^16.12.0",
  "react-dom": "^16.12.0",
  "react-scripts": "3.3.0",
  "store": "^2.0.12",
  "typescript": "~3.7.2"
},
"scripts": {
  "start": "react-scripts start",
  "build": "react-scripts build",
  "build:clean": "rescripts build",
  "test": "react-scripts test",
  "eject": "react-scripts eject"
},
"eslintConfig": {
  "extends": "react-app"
},
"browserslist": {
  "production": [
    ">0.2%",
    "not dead",
    "not op_mini all"
  ],
  "development": [
    "last 1 chrome version",
    "last 1 firefox version",
    "last 1 safari version"
  ]
},
"devDependencies": {
  "@rescripts/cli": "^0.0.13"
}

}