UNPKG

nsaicomponents

Version:

Lightweight, customizable UI components for React including Modal, Button, Loader, Captcha, Backdrop, Dialog and Typography

97 lines (96 loc) 2.22 kB
{ "name": "nsaicomponents", "version": "1.0.14", "description": "Lightweight, customizable UI components for React including Modal, Button, Loader, Captcha, Backdrop, Dialog and Typography", "main": "dist/main.js", "module": "dist/main.js", "types": "dist/main.d.ts", "exports": { ".": { "import": "./dist/main.js", "require": "./dist/main.js", "types": "./dist/main.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "webpack", "prepublishOnly": "npm run build" }, "keywords": [ "react", "react-component", "ui", "ui-components", "react-ui", "design-system", "component-library", "lightweight", "reusable", "accessible", "typescript-support", "custom-components", "modal", "react-modal", "custom-modal", "dialog", "react-dialog", "popup", "overlay", "backdrop", "react-backdrop", "button", "react-button", "custom-button", "mui-like-button", "loader", "spinner", "loading-indicator", "react-loader", "react-spinner", "dots-loader", "skeleton", "react-skeleton", "captcha", "react-captcha", "bot-protection", "typography", "react-typography", "text-component", "nsaicomponents", "nsai-ui", "nsai-react", "nsai-library" ], "homepage": "https://github.com/NizampatnamSai/npm-nsaicomponents", "repository": { "type": "git", "url": "git+https://github.com/NizampatnamSai/npm-nsaicomponents.git" }, "bugs": { "url": "https://github.com/NizampatnamSai/npm-nsaicomponents/issues" }, "author": "Nizampatnam Sai", "license": "ISC", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.7", "@babel/preset-react": "^7.24.7", "babel-loader": "^9.1.3", "css-loader": "^3.3.0", "html-webpack-plugin": "^5.6.0", "style-loader": "^1.0.1", "typescript": "^5.4.0", "webpack": "^5.92.1", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" } }