UNPKG

react-spinners

Version:

A collection of react loading spinners

92 lines (91 loc) 3.03 kB
{ "name": "react-spinners", "version": "0.17.1", "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 clean && $npm_execpath run build && $npm_execpath run build:esm", "build": "tsc --project tsconfig.cjs.json", "build:esm": "tsc --project tsconfig.esm.json --outDir esm", "build:demo": "$npm_execpath run vite build", "dev": "vite dev", "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", "clean": "rm -rf helpers/; rm -f *Loader.js; rm -f *Loader.d.ts; rm -f index.js; rm -f index.d.ts; rm -rf esm", "lint": "eslint", "test": "jest", "remove:tag": "npm dist-tag rm react-spinners next", "publish:next": "npm publish --tag next && npm run clean", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build -o ./dist/storybook" }, "devDependencies": { "@storybook/addon-docs": "^10.6.0", "@storybook/addon-webpack5-compiler-swc": "^4.0.3", "@storybook/react": "^10.6.0", "@storybook/react-vite": "^10.6.0", "@testing-library/jest-dom": "^7.0.0", "@testing-library/react": "^16.3.0", "@types/jest": "^30.0.0", "@types/react": "^19.1.2", "@types/react-click-outside": "^3.0.7", "@types/react-dom": "^19.1.2", "@typescript-eslint/eslint-plugin": "^8.30.0", "@typescript-eslint/parser": "^8.30.0", "@vitejs/plugin-react": "^6.1.1", "eslint": "^10.1.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-jest-dom": "^5.5.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-storybook": "^10.0.2", "eslint-plugin-testing-library": "^7.1.1", "eslint-plugin-unicorn": "^74.0.0", "jest": "^30.0.0", "jest-environment-jsdom": "^30.0.0", "prettier": "^3.5.3", "react": "^19.1.0", "react-colorful": "^5.6.1", "react-dom": "^19.1.0", "react-ga4": "^3.0.1", "storybook": "^10.6.0", "storybook-dark-mode": "^5.0.0", "ts-jest": "^29.3.2", "typescript": "^5.8.3", "vite": "^8.0.0" }, "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "sideEffects": false, "packageManager": "yarn@4.18.0" }