UNPKG

coderhood-ui

Version:

UI Library

88 lines 1.73 kB
{ "name": "coderhood-ui", "version": "0.0.8", "description": "UI Library", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "keywords": [ "ui", "ui-library", "component-library", "components", "react", "react-components", "react-ui", "design-system", "typescript", "javascript", "frontend", "web", "web-components", "responsive", "modern", "accessible", "a11y", "styled-components", "emotion", "tailwind", "theme", "customizable", "open-source", "lightweight", "performance", "animation", "form", "button", "input", "card", "modal", "grid", "layout", "hooks", "storybook", "css", "scss", "sass", "html", "babel", "rollup", "vite", "webpack", "npm", "package", "npm-package", "framework", "nextjs", "next", "gatsby", "spa", "jsx", "ts", "tslib", "devtools" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "rollup": "rollup -c --bundleConfigAsCjs" }, "author": "Suryansh Pandey", "license": "MIT", "devDependencies": { "@babel/preset-react": "^7.26.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "react": "^19.0.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.8.1", "typescript": "^5.7.3" }, "dependencies": { "@types/react": "^19.0.10", "rollup-plugin-postcss": "^4.0.2" } }