{
  "name": "r-spinners",
  "version": "2.0.1",
  "description": "Custom React Spinners",
  "author": "Punit Soni <punit.soni33@gmail.com> (https://punit-soni.web.app)",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/r-spinners.esm.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/PunitSoniME/r-spinners.git"
  },
  "bugs": {
    "url": "https://github.com/PunitSoniME/r-spinners/issues"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "analyze": "size-limit --why",
    "build": "dts build",
    "build-storybook": "cd example && yarn build-storybooky",
    "lint": "dts lint",
    "prepare": "dts build",
    "size": "size-limit",
    "start": "dts watch",
    "storybook": "cd example && yarn start",
    "test": "dts test --passWithNoTests"
  },
  "keywords": [
    "react",
    "reactjs",
    "loaders",
    "spinner",
    "spinners",
    "react spinner",
    "react spinners",
    "r spinners",
    "progress"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "dts lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "jest": {
    "testEnvironment": "jsdom"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "engines": {
    "node": ">=14"
  },
  "size-limit": [
    {
      "path": "dist/r-spinners.cjs.production.min.js",
      "limit": "150 KB"
    },
    {
      "path": "dist/r-spinners.esm.js",
      "limit": "150 KB"
    }
  ],
  "dependencies": {
    "styled-components": "^5"
  },
  "resolutions": {
    "styled-components": "^5"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@size-limit/preset-small-lib": "^8.2.4",
    "@tsconfig/recommended": "^1.0.7",
    "@tsconfig/vite-react": "^3.0.2",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "babel-loader": "^9.1.3",
    "dts-cli": "^2.0.3",
    "husky": "^8.0.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-is": "^18.3.1",
    "size-limit": "^8.2.4",
    "tslib": "^2.5.3",
    "typescript": "^5.5.4"
  }
}
