@ng-dnd/sortable
Version:
Sortable for Angular DnD
40 lines • 897 B
JSON
{
"name": "@ng-dnd/sortable",
"version": "4.0.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",
"esm2022": "./esm2022/ng-dnd-sortable.mjs",
"esm": "./esm2022/ng-dnd-sortable.mjs",
"default": "./fesm2022/ng-dnd-sortable.mjs"
}
},
"sideEffects": false
}