UNPKG

respinner

Version:
45 lines 1.02 kB
{ "name": "respinner", "version": "5.0.0", "description": "React SVG spinner components", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "sideEffects": false, "files": [ "*.md", "dist" ], "repository": { "type": "git", "url": "git+https://github.com/huozhi/respinner.git" }, "keywords": [ "react", "loading" ], "author": "huozhi", "license": "MIT", "homepage": "https://github.com/huozhi/respinner#readme", "devDependencies": { "@types/react": "^19.2.6", "@types/react-dom": "^19.2.3", "bunchee": "^6.6.2", "next": "16.0.3", "react": "^19.2.0", "react-dom": "^19.2.0", "respinner": "link:./", "typescript": "^5.9.3" }, "peerDependencies": { "react": ">= 18" }, "packageManager": "pnpm@7.33.5", "scripts": { "clean": "rm -rf ./dist", "build:docs": "pnpm build && next build ./site", "build": "bunchee", "build:watch": "pnpm build --watch", "dev": "next dev ./site" } }