UNPKG

@ng-dnd/sortable

Version:
38 lines 801 B
{ "name": "@ng-dnd/sortable", "version": "4.1.0", "description": "Sortable for Angular DnD", "publishConfig": { "access": "public" }, "repository": "https://github.com/ng-dnd/ng-dnd", "keywords": [ "drag-and-drop", "react-dnd", "angular-dnd", "ng-dnd", "ngx-dnd" ], "dependencies": { "tslib": "^2.7.0" }, "peerDependencies": { "@angular/common": ">=18.0.0", "@angular/core": ">=18.0.0", "@ng-dnd/core": ">=4.0.0", "rxjs": ">=7.0.0" }, "license": "MIT", "module": "fesm2022/ng-dnd-sortable.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-dnd-sortable.mjs" } }, "sideEffects": false }