{
  "name": "react-rowing-blades",
  "version": "2.5.0",
  "description": "React Rowing Blades is a library of SVG rowing blade illustrations.",
  "type": "module",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "scripts": {
    "build": "vite build",
    "release": "standard-version",
    "test": "echo \"Error: no test specified\" && exit 1",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "files": [
    "dist/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johnwalley/react-rowing-blades.git"
  },
  "author": "John Walley",
  "license": "MIT",
  "devDependencies": {
    "@storybook/addon-docs": "^10.1.10",
    "@storybook/react-vite": "^10.1.10",
    "@types/react": "^19.2.7",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "standard-version": "9.5.0",
    "storybook": "^10.1.10",
    "typescript": "5.9.3",
    "vite": "^7.3.0",
    "vite-plugin-dts": "^4.5.4"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  }
}
