UNPKG

react-notification-npm

Version:

react notification library

74 lines (73 loc) 1.89 kB
{ "name": "react-notification-npm", "version": "0.0.17", "description": "react notification library", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "keywords": [ "custom", "notifications" ], "files": [ "dist", "package.json", "README.md" ], "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js", "default": "./dist/index.mjs" } }, "scripts": { "rollup": "rollup -c --bundleConfigAsCjs", "dev": "vite", "build": "vite build", "test": "vitest", "test:ui": "vitest --ui" }, "author": "Mobin Afshari", "license": "ISC", "devDependencies": { "@changesets/cli": "^2.27.11", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.1", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^2.2.0", "@vitest/ui": "^3.0.3", "colord": "^2.9.3", "jsdom": "^26.0.0", "postcss": "^8.5.1", "react": "^18.3.0", "react-dom": "^18.3.0", "react-icons": "^5.4.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-sass": "^1.15.2", "tslib": "^2.8.1", "typescript": "^5.7.2", "vite": "^4.5.9", "vitest": "^3.0.3" }, "dependencies": { "rollup": "^4.29.1" }, "peerDependencies": { "colord": "^2.9.3", "react": "^18.0.0", "react-dom": "^18.0.0", "react-icons": "^4.0.0 || ^5.0.0" } }