UNPKG

scrimr

Version:

🎲 A simple React shimmer component that displays animated random text while loading. Lightweight alternative to skeleton screens.

64 lines (63 loc) • 1.46 kB
{ "name": "scrimr", "version": "2.2.3", "description": "🎲 A simple React shimmer component that displays animated random text while loading. Lightweight alternative to skeleton screens.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "dev": "tsup --watch", "build": "tsup", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build && npm run type-check" }, "keywords": [ "react", "loading", "skeleton", "shimmer", "animation", "typescript", "scrambled-text", "loading-effect", "ui-components", "tailwindcss", "lightweight" ], "author": "Rei Huang", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/reidevbx/scrimr.git" }, "homepage": "https://github.com/reidevbx/scrimr#readme", "bugs": { "url": "https://github.com/reidevbx/scrimr/issues" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tsup": "^8.0.0", "typescript": "^5.0.0" }, "dependencies": { "clsx": "^2.0.0", "tailwind-merge": "^2.0.0" }, "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } } }