@ng-dnd/core
Version:
Drag and Drop for Angular
41 lines • 901 B
JSON
{
"name": "@ng-dnd/core",
"version": "4.0.0",
"description": "Drag and Drop for Angular",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/ng-dnd/ng-dnd",
"keywords": [
"drag-and-drop",
"react-dnd",
"angular-dnd",
"ng-dnd",
"ngx-dnd"
],
"dependencies": {
"dnd-core": "^16.0.0",
"tslib": "^2.7.0"
},
"peerDependencies": {
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0",
"rxjs": ">=7.0.0",
"zone.js": ">=0.14.0"
},
"license": "MIT",
"module": "fesm2022/ng-dnd-core.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-dnd-core.mjs",
"esm": "./esm2022/ng-dnd-core.mjs",
"default": "./fesm2022/ng-dnd-core.mjs"
}
},
"sideEffects": false
}