{
  "name": "@robotical/sensors-dashboard",
  "version": "2.2.1",
  "description": "A dashboard tool for depicting Marty data by Robotical",
  "main": "README.md",
  "homepage": ".",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robotical/sensors_dashboard.git"
  },
  "keywords": [
    "marty",
    "robot",
    "Robotical"
  ],
  "author": "Nikos Theodoropoulos",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/robotical/sensors_dashboard/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@mui/icons-material": "^5.10.14",
    "@mui/material": "^5.10.14",
    "@robotical/webapp-types": "^3.17.52",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.18.3",
    "@types/react": "^18.0.25",
    "@types/react-dom": "^18.0.9",
    "cheerio": "^1.0.0-rc.12",
    "plotly.js": "^2.16.3",
    "react-csv": "^2.2.2",
    "react-dom": "^18.2.0",
    "react-icons": "^4.8.0",
    "react-plotly.js": "^2.6.0",
    "react-responsive": "^9.0.2",
    "react-scripts": "5.0.1",
    "typescript": "^4.9.3",
    "web-vitals": "^2.1.4"
  },
  "peerDependencies": {
    "react": ">=18.2.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.17.8",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@robdobsn/raftjs": "^2.1.6",
    "@robotical/roboticaljs": "^1.1.27",
    "@types/react-csv": "^1.1.3",
    "@types/react-plotly.js": "^2.5.2",
    "react": "^18.2.0",
    "react-native": "file:./stubs/react-native",
    "react-native-ble-plx": "file:./stubs/react-native-ble-plx"
  },
  "scripts": {
    "build:webapp-dev": "rm -rf dist && NODE_ENV=development babel src --out-dir dist --extensions '.tsx' --extensions '.ts' --ignore '**/*.test.ts','**/*.test.tsx' --copy-files && tsc",
    "build:webapp": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --extensions '.tsx' --extensions '.ts' --ignore '**/*.test.ts','**/*.test.tsx' --copy-files && tsc",
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "watch": "tsc -w"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
