react-smart-dialogue
Version:
A customizable and dynamic dialogue component for React with TypeScript and Tailwind CSS support
59 lines (58 loc) • 1.49 kB
JSON
{
"name": "react-smart-dialogue",
"version": "1.0.9",
"description": "A customizable and dynamic dialogue component for React with TypeScript and Tailwind CSS support",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"prepare": "npm run build",
"clean": "rm -rf dist"
},
"keywords": [
"react",
"dialogue",
"modal",
"dialog",
"typescript",
"tailwind",
"component",
"ui"
],
"author": "Ajay Pandey <pajay7686@gmal.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ajaypandey21/react-smart-dialogue.git"
},
"bugs": {
"url": "https://github.com/ajaypandey21/react-smart-dialogue/issues"
},
"homepage": "https://github.com/ajaypandey21/react-smart-dialogue#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rollup": "^3.29.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.8.1",
"typescript": "^4.9.5"
}
}