ndd-react
Version:
A lightweight, customizable toast notification library for React applications
62 lines • 1.51 kB
JSON
{
"name": "ndd-react",
"version": "0.1.1",
"description": "A lightweight, customizable toast notification library for React applications",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
"style": "dist/style.css",
"exports": {
".": {
"import": "./dist/index.modern.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./style.css": "./dist/style.css",
"./package.json": "./package.json"
},
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "microbundle --compress --format modern,cjs --css extracted && node rename-css.js",
"dev": "microbundle watch --format modern,cjs --css extracted",
"prepare": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"microbundle": "^0.15.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
},
"keywords": [
"react",
"toast",
"notification",
"alert",
"popup",
"message",
"react-component",
"react-modern-notification",
"react-toast",
"react-toast-notification"
],
"author": "Muhammad Nasir Ayub",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {}
}