UNPKG

@arnonsang/react-loading

Version:

A highly customizable React loading component library with 17 beautiful animations, and flexible children API

73 lines (72 loc) 1.92 kB
{ "name": "@arnonsang/react-loading", "version": "2.0.1", "description": "A highly customizable React loading component library with 17 beautiful animations, and flexible children API", "homepage": "https://react-loading.iamickdev.com", "repository": { "type": "git", "url": "git+https://github.com/arnonsang/react-loading.git" }, "bugs": { "url": "https://github.com/arnonsang/react-loading/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && cp src/index.css dist/", "prepare": "npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "tslint 'src/**/*.{ts,tsx}'", "dev": "tsc --watch" }, "keywords": [ "react", "loading", "spinner", "animation", "component", "typescript", "css", "ui", "ripple", "wave", "orbit", "bounce", "snake", "grid", "heart", "spiral", "bars", "bubbles", "pulse", "dots", "skeleton" ], "author": "arnonsang", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/jest": "^29.0.0", "@testing-library/react": "^13.0.0", "@testing-library/jest-dom": "^5.0.0", "@testing-library/user-event": "^14.0.0", "jest": "^29.0.0", "jest-environment-jsdom": "^29.0.0", "ts-jest": "^29.0.0", "identity-obj-proxy": "^3.0.0", "typescript": "^4.9.0", "tslint": "^6.1.3" }, "files": [ "dist", "README.md" ], "style": "dist/index.css" }