UNPKG

nowt-ui-library

Version:

Nothing unnecessary. Just clean UI.A lightweight and customizable UI component library built for speed and simplicity for React and Next.js.

52 lines (49 loc) 1.26 kB
{ "name": "nowt-ui-library", "version": "1.0.7", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": ["dist"], "scripts": { "build": "rollup -c" }, "author": "Lokesh Choudhary", "license": "ISC", "dependencies": { "react": "^19.1.0", "react-dom": "^19.1.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.1", "rollup": "^4.39.0", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.8.3" }, "description": "Nothing unnecessary. Just clean UI.A lightweight and customizable UI component library built for speed and simplicity for React and Next.js.", "repository": { "type": "git", "url": "https://github.com/lokeshchoudharyprogrammer/nowt-ui-library" }, "keywords": [ "react", "nextjs", "ui", "input-component", "typescript", "custom-ui", "react-components", "nowt-ui-library", "nowt-ui", "ui-library", "ui-component-library", "react-ui-library", "react-component-library", "react-ui-component-library", "react-ui-library", "react-ui-component-library" ] }