UNPKG

react-crisp-toast

Version:

A lightweight toast notification library for React.

74 lines (73 loc) 1.58 kB
{ "name": "react-crisp-toast", "description": "A lightweight toast notification library for React.", "keywords": [ "react", "toast", "notifications", "snackbar", "react-toast", "toast-library", "toast-notifications", "react-notifications", "ui-components", "javascript", "typescript" ], "version": "1.1.1", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.cjs.js" } }, "files": [ "dist", "README.md", "package.json" ], "private": false, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "scripts": { "build": "vite build", "pack": "vite build && pnpm pack", "prepublishOnly": "pnpm build", "test": "vitest run --coverage", "test:watch": "vitest watch --coverage" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@vitejs/plugin-react": "^4.3.4", "@vitest/coverage-istanbul": "2.1.8", "jsdom": "^25.0.1", "typescript": "^4.0.0", "vite": "^6.0.1", "vite-plugin-dts": "^4.3.0", "vitest": "^2.1.8" } }