UNPKG

@swc-react/alert-dialog

Version:

React and Next.js wrapper of the @spectrum-web-components/alert-dialog component

44 lines (43 loc) 988 B
{ "name": "@swc-react/alert-dialog", "version": "1.12.1", "publishConfig": { "access": "public" }, "description": "React and Next.js wrapper of the @spectrum-web-components/alert-dialog component", "license": "Apache-2.0", "author": "Adobe", "repository": { "type": "git", "url": "https://github.com/adobe/spectrum-web-components.git" }, "type": "module", "exports": { ".": { "development": "./index.dev.js", "default": "./index.js" }, "./next.js": { "development": "./next.dev.js", "default": "./next.js" } }, "files": ["**/*.d.ts", "**/*.js", "**/*.js.map"], "keywords": [ "React", "Spectrum Web Components", "@spectrum-web-components/alert-dialog" ], "dependencies": { "@lit/react": "^1.0.8", "@spectrum-web-components/alert-dialog": "1.12.1" }, "peerDependencies": { "next": "~13.4 || ~14" }, "peerDependenciesMeta": { "next": { "optional": true } } }