{
  "name": "stories-react",
  "version": "1.1.2",
  "description": "instagram style stories in react js",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "test": "yarn test",
    "build": "rollup -c",
    "build:watch": "yarn build -w"
  },
  "keywords": [
    "reactjs",
    "typescript",
    "instagram",
    "stories"
  ],
  "repository": "https://github.com/hannadrehman/stories-react/",
  "homepage": "https://hannadrehman.github.io/stories-react/",
  "bugs": "https://github.com/hannadrehman/stories-react/issues",
  "author": {
    "name": "Hannad Rehman",
    "email": "hannad63@gmail.com",
    "url": "https://hannadrehman.com"
  },
  "license": "MIT",
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.21.0",
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@types/jest": "^29.4.0",
    "@types/node": "^18.14.6",
    "@types/react": "^18.0.28",
    "@types/react-dom": "^18.0.11",
    "cssnano": "^5.1.15",
    "postcss-preset-env": "^8.0.1",
    "rollup": "^3.18.0",
    "rollup-plugin-css-only": "^4.3.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.34.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {}
}
