UNPKG

react-poptart

Version:

A simple and elegant notification toaster for React.js

74 lines 1.91 kB
{ "name": "react-poptart", "description": "A simple and elegant notification toaster for React.js", "version": "1.2.5", "homepage": "https://react-poptart.vercel.app", "repository": { "type": "git", "url": "https://github.com/designly1/react-poptart.git" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/types/index.d.ts", "files": [ "dist" ], "watch": { "push": { "patterns": [ "dist/**/*" ], "extensions": "js,jsx,ts,tsx" } }, "keywords": [ "react", "notification", "toaster", "toast", "poptart", "alert" ], "author": { "name": "Jay Simons", "email": "jay@designly.biz", "url": "https://1337707.xyz" }, "license": "MIT", "peerDependencies": { "react": ">=18.3.1 <20", "react-dom": ">=18.3.1 <20" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.4", "@babel/preset-react": "^7.24.7", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", "@types/jest": "^29.5.12", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "npm-watch": "^0.13.0", "rollup": "^4.21.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "ts-jest": "^29.2.5", "tslib": "^2.7.0", "typescript": "^5.5.4" }, "scripts": { "build": "rollup -c", "dev": "rollup -c --watch & jest --watch", "push": "yalc push --no-installations --changed", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" } }