react-html-elements
Version:
A standalone, dependency-free React component library for customizable buttons, toggles, radios, checkboxes, dropdowns, and input fields.
59 lines (58 loc) • 1.36 kB
JSON
{
"name": "react-html-elements",
"version": "1.0.6",
"main": "dist/index.cjs.js",
"scripts": {
"build": "rollup -c && npm run postbuild",
"postbuild": "copy src\\styles\\*.css dist\\",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"react",
"react-component",
"button",
"buttons",
"ui",
"ui-kit",
"toggle",
"switch",
"checkbox",
"radio",
"dropdown",
"input",
"custom-css",
"no-dependencies",
"typescript",
"accessible",
"themeable",
"styled",
"form",
"select",
"input-field",
"npm-package"
],
"author": "Akshay Bhalala akshaybhalala@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Akshay-Bhalala/package-react-html-elements.git"
},
"description": "A standalone, dependency-free React component library for customizable buttons, toggles, radios, checkboxes, dropdowns, and input fields.",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@types/react": "^19.1.8",
"rollup": "^4.45.1",
"typescript": "^5.8.3"
},
"type": "module",
"dependencies": {
"tslib": "^2.8.1"
}
}