99 lines
3.3 KiB
JSON
99 lines
3.3 KiB
JSON
{
|
|
"name": "react-spinners",
|
|
"version": "0.17.0",
|
|
"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:demo": "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",
|
|
"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": "storybook dev --docs -p 6006",
|
|
"build-storybook": "storybook build --docs -o ./dist/storybook"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "^8.6.12",
|
|
"@storybook/addon-docs": "^8.6.12",
|
|
"@storybook/addon-essentials": "^8.6.12",
|
|
"@storybook/addon-interactions": "^8.6.12",
|
|
"@storybook/addon-links": "^8.6.12",
|
|
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
|
|
"@storybook/addons": "7.6.20",
|
|
"@storybook/react": "^8.6.12",
|
|
"@storybook/react-vite": "^8.6.12",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/jest": "^29.5.14",
|
|
"@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": "^4.3.4",
|
|
"coveralls": "^3.1.1",
|
|
"eslint": "^9.24.0",
|
|
"eslint-config-prettier": "^10.1.2",
|
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-storybook": "^0.12.0",
|
|
"eslint-plugin-testing-library": "^7.1.1",
|
|
"eslint-plugin-unicorn": "^58.0.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"prettier": "^3.5.3",
|
|
"react": "^19.1.0",
|
|
"react-colorful": "^5.6.1",
|
|
"react-dom": "^19.1.0",
|
|
"react-ga4": "^2.1.0",
|
|
"storybook": "^8.6.12",
|
|
"storybook-dark-mode": "^4.0.2",
|
|
"ts-jest": "^29.3.2",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.2.6"
|
|
},
|
|
"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.9.1"
|
|
}
|