ion-bottom-sheet2
Version:
A simple bottom sheet for ionic 6+
59 lines (58 loc) • 1.43 kB
JSON
{
"name": "ion-bottom-sheet2",
"version": "17.0.2",
"description": "A simple bottom sheet for ionic 6+",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"ngc": "ngc",
"build": "rm -rf dist && npm run ngc",
"publishPackage": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NitnelavAH/ionic-bottom-sheet.git"
},
"keywords": [
"ionic",
"angular",
"ionic",
"bottom",
"sheet"
],
"author": "Davide Carboni",
"maintainers": [
{
"name": "Valentin Abundo"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/NitnelavAH/ionic-bottom-sheet/issues"
},
"homepage": "https://github.com/NitnelavAH/ionic-bottom-sheet#readme",
"devDependencies": {
"@angular-devkit/schematics": "^17.3.4",
"@angular/common": "^17.3.4",
"@angular/compiler": "^17.3.4",
"@angular/compiler-cli": "^17.3.4",
"@angular/core": "^17.3.4",
"@angular/forms": "^17.3.4",
"@angular/platform-browser": "^17.3.4",
"@angular/platform-browser-dynamic": "^17.3.4",
"@angular/router": "^17.3.4",
"@ionic/angular": "^7.0.4",
"@types/hammerjs": "^2.0.36",
"@types/node": "^20.4.2",
"hammerjs": "^2.0.8",
"rxjs": "^7.8.1",
"typescript": "^5.2.2",
"zone.js": "^0.14.3"
},
"directories": {
"doc": "doc"
}
}