|
| 1 | +{ |
| 2 | + "name": "@nextui-org/toast", |
| 3 | + "version": "2.0.0", |
| 4 | + "description": "adding toast", |
| 5 | + "keywords": [ |
| 6 | + "toast" |
| 7 | + ], |
| 8 | + "author": "Junior Garcia <[email protected]>", |
| 9 | + "homepage": "https://nextui.org", |
| 10 | + "license": "MIT", |
| 11 | + "main": "src/index.ts", |
| 12 | + "sideEffects": false, |
| 13 | + "files": [ |
| 14 | + "dist" |
| 15 | + ], |
| 16 | + "publishConfig": { |
| 17 | + "access": "public" |
| 18 | + }, |
| 19 | + "repository": { |
| 20 | + "type": "git", |
| 21 | + "url": "git+https://github.com/nextui-org/nextui.git", |
| 22 | + "directory": "packages/components/toast" |
| 23 | + }, |
| 24 | + "bugs": { |
| 25 | + "url": "https://github.com/nextui-org/nextui/issues" |
| 26 | + }, |
| 27 | + "scripts": { |
| 28 | + "build": "tsup src --dts", |
| 29 | + "build:fast": "tsup src", |
| 30 | + "dev": "pnpm build:fast --watch", |
| 31 | + "clean": "rimraf dist .turbo", |
| 32 | + "typecheck": "tsc --noEmit", |
| 33 | + "prepack": "clean-package", |
| 34 | + "postpack": "clean-package restore" |
| 35 | + }, |
| 36 | + "peerDependencies": { |
| 37 | + "@nextui-org/system": ">=2.0.0", |
| 38 | + "@nextui-org/theme": ">=2.0.0", |
| 39 | + "react": ">=18", |
| 40 | + "react-dom": ">=18" |
| 41 | + }, |
| 42 | + "dependencies": { |
| 43 | + "@nextui-org/react-utils": "workspace:*", |
| 44 | + "@nextui-org/shared-utils": "workspace:*", |
| 45 | + "@nextui-org/shared-icons": "workspace:*", |
| 46 | + "@react-aria/button": "3.9.5", |
| 47 | + "@react-aria/toast": "3.0.0-beta.15", |
| 48 | + "@react-aria/utils": "3.24.1", |
| 49 | + "@react-stately/toast": "3.0.0-beta.5" |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "@nextui-org/system": "workspace:*", |
| 53 | + "@nextui-org/theme": "workspace:*", |
| 54 | + "@nextui-org/button": "workspace:*", |
| 55 | + "clean-package": "2.2.0", |
| 56 | + "react": "^18.0.0", |
| 57 | + "react-dom": "^18.0.0" |
| 58 | + }, |
| 59 | + "clean-package": "../../../clean-package.config.json" |
| 60 | +} |
0 commit comments