react-icon-checkbox
Version:
Icon checkbox component for react
31 lines (30 loc) • 771 B
JSON
{
"name": "react-icon-checkbox",
"version": "1.0.1",
"description": "Icon checkbox component for react",
"main": "index",
"source": "index.js",
"homepage": "https://github.com/var/react-icon-checkbox",
"repository": "https://github.com/var/react-icon-checkbox",
"bugs": "https://github.com/var/react-icon-checkbox/issues",
"author": "Vimal Atreya Ramaka",
"license": "MIT",
"keywords": [
"react",
"checkbox",
"like",
"favorite"
],
"scripts": {
"build": "npx rimraf dist && tsc && cp -rf package.json dist && cp -rf README.md dist"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@types/react": "^17.0.3",
"typescript": "^4.2.3"
},
"dependencies": {}
}