UNPKG

@swc-react/action-button

Version:

React and Next.js wrapper of the @spectrum-web-components/action-button component

40 lines (39 loc) 1 kB
{ "name": "@swc-react/action-button", "version": "1.7.0", "publishConfig": { "access": "public" }, "description": "React and Next.js wrapper of the @spectrum-web-components/action-button component", "license": "Apache-2.0", "author": "Adobe", "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/action-button" ], "dependencies": { "@lit/react": "^1.0.2", "@spectrum-web-components/action-button": "^1.7.0" }, "peerDependencies": { "next": "~13.4 || ~14" }, "peerDependenciesMeta": { "next": { "optional": true } } }