UNPKG

@pagedotapp/page-tabbed-scroll-section

Version:

Tabbed scroll section component with multiple layout variants

63 lines (62 loc) 1.71 kB
{ "name": "@pagedotapp/page-tabbed-scroll-section", "version": "0.0.0-alpha.13", "description": "Tabbed scroll section component with multiple layout variants", "main": "src/index.ts", "types": "src/index.ts", "files": [ "src", "src/**/*.scss.d.ts", "README.md", "meta.json" ], "scripts": { "build": "echo 'No build step required for source distribution'", "test": "jest" }, "devDependencies": { "@storybook/nextjs": "^8.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "jest": "^29.0.0", "typescript": "^5.0.0" }, "peerDependencies": { "@pagedotapp/page-button": "^0.0.0-alpha.7", "@pagedotapp/page-card": "^0.0.0-alpha.7", "@pagedotapp/page-icon": "^0.0.0-alpha.7", "@pagedotapp/page-image": "^0.0.0-alpha.7", "@pagedotapp/page-item-card-small": "^0.0.0-alpha.7", "@pagedotapp/page-layout": "^0.0.0-alpha.7", "@pagedotapp/page-pay-button": "^0.0.0-alpha.7", "@pagedotapp/page-section-utils": "^0.0.0-alpha.4", "@pagedotapp/page-tabs": "^0.0.0-alpha.7", "@pagedotapp/page-text": "^0.0.0-alpha.7", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "keywords": [ "react", "component", "page-tabbed-scroll-section", "ui" ], "author": { "name": "PageStudio", "email": "team@page.app" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pagedotapp/page-ui.git", "directory": "packages/components/page-tabbed-scroll-section" }, "homepage": "https://github.com/pagedotapp/page-ui#readme", "bugs": { "url": "https://github.com/pagedotapp/page-ui/issues" }, "publishConfig": { "access": "public" }, "gitHead": "47a13b568c984b254faed69216fff521f8d3e4bc" }