{
  "name": "react-timeline-components",
  "version": "1.0.9",
  "description": "A React Component that display a timeline of information provided in a JSON format",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook -o docs-build -s ./Storybook/assets",
    "build-lib": "rollup -c"
  },
  "keywords": [
    "Timeline"
  ],
  "author": "Anwesh Gangula",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnweshGangula/React-Timeline-Components.git"
  },
  "bugs": {
    "url": "https://github.com/AnweshGangula/React-Timeline-Components/issues"
  },
  "homepage": "https://github.com/AnweshGangula/React-Timeline-Components#react-timeline-components",
  "devDependencies": {
    "@babel/core": "^7.18.5",
    "@babel/preset-react": "^7.18.6",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@storybook/addon-actions": "^6.5.9",
    "@storybook/addon-essentials": "^6.5.9",
    "@storybook/addon-interactions": "^6.5.9",
    "@storybook/addon-links": "^6.5.9",
    "@storybook/builder-webpack4": "^6.5.9",
    "@storybook/manager-webpack4": "^6.5.9",
    "@storybook/react": "^6.5.9",
    "@storybook/testing-library": "^0.0.13",
    "babel-loader": "^8.2.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^2.75.7",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
