@bentoproject/accordion
Version:
Displays content sections that can be collapsed and expanded.
43 lines • 1.21 kB
JSON
{
"name": "@bentoproject/accordion",
"version": "1.2111242025.1",
"description": "Displays content sections that can be collapsed and expanded.",
"author": "Bento Authors",
"license": "Apache-2.0",
"main": "./dist/web-component.js",
"module": "./dist/web-component.module.js",
"exports": {
".": {
"import": "./dist/web-component.module.js",
"require": "./dist/web-component.js"
},
"./web-component": {
"import": "./dist/web-component.module.js",
"require": "./dist/web-component.js"
},
"./preact": {
"import": "./dist/component-preact.module.js",
"require": "./dist/component-preact.js"
},
"./react": {
"import": "./dist/component-react.module.js",
"require": "./dist/component-react.js"
},
"./styles.css": "./dist/styles.css"
},
"files": [
"dist/*",
"react.js",
"styles.css"
],
"repository": {
"type": "git",
"url": "https://github.com/ampproject/amphtml.git",
"directory": "extensions/amp-accordion/1.0"
},
"homepage": "https://github.com/ampproject/amphtml/tree/main/extensions/amp-accordion/1.0",
"peerDependencies": {
"preact": "^10.2.1",
"react": "^17.0.0"
}
}