UNPKG

bottom-sheet

Version:

Bottom Sheet implemented as a Vanilla Web Component

37 lines (36 loc) 855 B
{ "name": "bottom-sheet", "version": "0.0.0-alpha.1", "description": "Bottom Sheet implemented as a Vanilla Web Component", "module": "dist/esm/index.js", "main": "dist/index.js", "unpkg": "dist/ionic.js", "types": "dist/types/components.d.ts", "collection": "dist/collection/collection-manifest.json", "files": [ "dist/" ], "scripts": { "build": "stencil build --docs", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll" }, "dependencies": { "body-scroll-lock": "^2.6.1", "popmotion": "^8.6.2" }, "devDependencies": { "@stencil/core": "~0.16.2" }, "license": "MIT", "keywords": [ "bottom-sheet", "bottom", "sheet", "material", "web-component", "stencil", "vanilla" ] }