{
  "name": "react-device-detector",
  "version": "1.7.0",
  "main": "dist/index.cjs.js",
  "description": "React componant that renders based on device",
  "author": "mojtaba beheshti",
  "license": "MIT",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "start": "react-scripts start",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "build": "rollup -c"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "dependencies": {
    "@babel/runtime": "^7.14.8"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.8",
    "@babel/core": "^7.14.8",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.14.8",
    "@babel/preset-react": "^7.14.5",
    "@rollup/plugin-babel": "^5.3.0",
    "autoprefixer": "^10.3.1",
    "rollup": "^2.53.3",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-styles": "^3.14.1",
    "rollup-plugin-terser": "^7.0.2"
  },
  "peerDependencies": {
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.1.0",
    "@testing-library/user-event": "^12.1.10",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "4.0.3",
    "web-vitals": "^1.0.1"
  },
  "keywords": [
    "React",
    "javascript",
    "mobile",
    "detect",
    "device",
    "type",
    "react-component",
    "device-detect"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moji2002/react-device-detector.git"
  }
}
