{
  "name": "react-spinners",
  "version": "0.13.8",
  "description": "A collection of react loading spinners",
  "repository": {
    "type": "git",
    "url": "https://github.com/davidhu2000/react-spinners.git"
  },
  "author": "David Hu (https://www.davidhu.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidhu2000/react-spinners/issues"
  },
  "homepage": "https://www.davidhu.io/react-spinners/",
  "contributors": [
    "Cisco Guillaume (https://github.com/GuillaumeCisco)"
  ],
  "keywords": [
    "react-spinners",
    "react-spinner",
    "react",
    "reactjs",
    "loader",
    "loaders",
    "loading",
    "spinner",
    "spinners",
    "halogen",
    "progress",
    "activity"
  ],
  "main": "index.js",
  "module": "esm/index.js",
  "scripts": {
    "prepare": "$npm_execpath run build:cjs & $npm_execpath run build:esm & $npm_execpath run build:umd && $npm_execpath run build",
    "build": "tsc --project tsconfig.cjs.json",
    "build:cjs": "tsc --project tsconfig.cjs.json --outDir cjs",
    "build:esm": "tsc --project tsconfig.esm.json --outDir esm",
    "build:umd": "tsc --project tsconfig.umd.json --outDir umd",
    "build:demo": "npm run remove:demo; babel-node ./node_modules/.bin/webpack --config ./webpack.config.js",
    "remove:demo": "rm docs/index.html; rm docs/javascripts/*",
    "patch": "npm version patch && npm publish && npm run clean",
    "minor": "npm version minor && npm publish && npm run clean",
    "major": "npm version major && npm publish && npm run clean",
    "watch": "babel-node ./node_modules/.bin/webpack --watch --config ./webpack.config.dev.js & open docs/index.html",
    "clean": "rm -rf helpers/; rm -f *Loader.js; rm -f *Loader.d.ts; rm -f index.js; rm -f index.d.ts; rm -rf docs/js; rm -rf cjs; rm -rf esm; rm -rf umd",
    "lint": "./node_modules/.bin/eslint src examples",
    "test": "jest",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
    "remove:tag": "npm dist-tag rm react-spinners next",
    "publish:next": "npm publish --tag next && npm run clean",
    "storybook": "start-storybook --docs -p 6006",
    "build-storybook": "build-storybook --docs -o ./docs/storybook"
  },
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.20.5",
    "@babel/node": "^7.20.5",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@mdx-js/react": "^2.1.5",
    "@storybook/addon-actions": "^6.5.14",
    "@storybook/addon-docs": "^6.5.14",
    "@storybook/addon-essentials": "^6.5.14",
    "@storybook/addon-google-analytics": "^6.2.9",
    "@storybook/addon-interactions": "^6.5.14",
    "@storybook/addon-links": "^6.5.14",
    "@storybook/builder-webpack5": "^6.5.14",
    "@storybook/manager-webpack5": "^6.5.14",
    "@storybook/react": "^6.5.14",
    "@storybook/testing-library": "^0.0.13",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@types/jest": "^29.2.3",
    "@types/react": "^18.0.26",
    "@types/react-click-outside": "^3.0.3",
    "@types/react-dom": "^18.0.9",
    "@typescript-eslint/eslint-plugin": "^5.45.0",
    "@typescript-eslint/parser": "^5.45.0",
    "babel-loader": "^9.1.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "coveralls": "^3.1.1",
    "eslint": "^8.29.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest-dom": "^4.0.3",
    "eslint-plugin-react": "^7.31.11",
    "eslint-plugin-storybook": "^0.6.7",
    "eslint-plugin-testing-library": "^5.9.1",
    "eslint-plugin-unicorn": "^45.0.1",
    "fork-ts-checker-webpack-plugin": "^7.2.13",
    "html-webpack-plugin": "^5.5.0",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "prettier": "^2.8.0",
    "react": "^18.2.0",
    "react-click-outside": "^3.0.1",
    "react-colorful": "^5.6.1",
    "react-dom": "^18.2.0",
    "react-ga4": "^1.4.1",
    "storybook-dark-mode": "^1.1.2",
    "ts-jest": "^29.0.3",
    "ts-loader": "^9.4.2",
    "typescript": "^4.9.3",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.0"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
  },
  "sideEffects": false,
  "packageManager": "yarn@3.3.0"
}
