buton
Version:
React Buton is a simple yet fully configurable button component you can quickly use in your project
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "buton",
"keywords": [
"buton",
"react",
"button",
"react-button",
"component"
],
"version": "1.0.0",
"description": "React Buton is a simple yet fully configurable button component you can quickly use in your project",
"author": "abhishek chotaliya",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/abhishekchotaliya/buton.git"
},
"bugs": {
"url": "https://github.com/abhishekchotaliya/buton/issues"
},
"homepage": "https://github.com/abhishekchotaliya/buton#readme",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"prepare": "run-s build",
"predeploy": "cd example && yarn install && yarn run build"
},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"cross-env": "^7.0.2",
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"radium": "^0.26.1",
"react": "^17.0.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1"
},
"files": [
"dist"
]
}