react-nexalib-popup
Version:
Elevate your React applications with NexaLib – the go-to npm package for crafting dynamic and user-friendly popup modals. With NexaLib, creating customizable and responsive popups becomes a breeze. Streamline your coding and enhance user experience – Nexa
49 lines (48 loc) • 1.41 kB
JSON
{
"name": "react-nexalib-popup",
"version": "1.0.9",
"description": "Elevate your React applications with NexaLib – the go-to npm package for crafting dynamic and user-friendly popup modals. With NexaLib, creating customizable and responsive popups becomes a breeze. Streamline your coding and enhance user experience – NexaLib makes popup creation a seamless journey.",
"main": "./build/index.js",
"scripts": {
"build": "webpack"
},
"keywords": [
"React Popup Modals",
"Customizable Popups",
"Responsive Modals",
"User-friendly",
"npm Package",
"Web Development",
"UI Components",
"Frontend",
"Popup Creation",
"Interactive Modals",
"nexalib",
"react",
"popups",
"react popups",
"react modals"
],
"repository": {
"type": "git",
"url": "https://github.com/ArishN/react-nexalib-popup-npm"
},
"author": "Arish N",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"babel-loader": "^9.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"copy-webpack-plugin": "^11.0.0",
"tailwindcss": "^3.3.3",
"webpack-cli": "^5.1.4"
}
}