{
  "name": "uplot-react-js",
  "version": "1.0.2",
  "description": "\"This is chart wrapper for uplot library\"",
  "repository": {
    "type": "git",
    "url": "https://github.com/Duc-Developer/uplot-react"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.es.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rm -rf dist/ && rollup -c"
  },
  "engines": {
    "node": ">=8.10"
  },
  "keywords": [
    "Charts",
    "uplot",
    "React",
    "Wrapper",
    "Graph",
    "uplot-react"
  ],
  "author": "Duc-Developer",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2",
    "uplot": ">=1.6.22"
  },
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-typescript": "^8.3.4",
    "@types/lodash": "^4.14.182",
    "@types/node": "^17.0.45",
    "@types/react": "^17.0.43",
    "@types/react-dom": "^17.0.14",
    "postcss": "^8.4.16",
    "prettier": "^2.7.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup": "^2.77.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^5.7.1",
    "tslib": "^2.4.0",
    "typescript": "^4.5.2",
    "uplot": "^1.6.22"
  }
}
