UNPKG

@kyawthihasoe/react-modalbox

Version:

A customizable React modalbox component with sorting and pagination

52 lines (51 loc) 1.29 kB
{ "name": "@kyawthihasoe/react-modalbox", "version": "1.0.0", "description": "A customizable React modalbox component with sorting and pagination", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "style": "dist/index.css", "files": [ "dist" ], "scripts": { "build": "npm run build:types && npm run build:js && npm run build:dts", "build:types": "tsc", "build:js": "rollup -c", "build:dts": "rollup -c rollup.config.dts.js" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "tslib": "^2.5.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-typescript": "^8.3.3", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "rollup": "^2.79.1", "rollup-plugin-dts": "^4.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "typescript": "4.9.5" }, "keywords": [ "react", "modalbox", "table", "grid", "sorting", "pagination" ], "author": "Kyaw Thiha Soe", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/KyawThihaSoe/react-modalbox" } }