react-preloader-icon
Version:
SVG loading icons component for React.
34 lines • 860 B
JSON
{
"name": "react-preloader-icon",
"version": "1.0.0",
"description": "SVG loading icons component for React.",
"main": "index.js",
"module": "esm/index.js",
"browser": "umd/preloader.umd.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/UYEONG/react-preloader-icon.git"
},
"keywords": [
"preloader",
"svg",
"loading",
"icon"
],
"author": "UYEONG <uyeong21c@gmail.com> (http://blog.coderifleman.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/UYEONG/react-preloader-icon/issues"
},
"homepage": "https://github.com/UYEONG/react-preloader-icon#readme",
"dependencies": {
"bezier-easing": "^2.1.0",
"tslib": "^1.11.1"
},
"peerDependencies": {
"@types/react": "^16.9.23",
"react": "^16.13.0",
"react-dom": "^16.13.0"
}
}