nxt-sortablejs
Version:
Angular sortablejs bindings.
42 lines • 1.04 kB
JSON
{
"name": "nxt-sortablejs",
"description": "Angular sortablejs bindings.",
"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
"version": "22.0.0",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Liquid-JS/nxt-components.git"
},
"homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/sortablejs",
"keywords": [
"nxt-sortablejs",
"ng-sortablejs",
"angular-sortablejs",
"sortablejs",
"angular",
"sortable",
"draggable"
],
"peerDependencies": {
"@angular/common": "^22.0.0",
"@angular/core": "^22.0.0",
"sortablejs": ">=1.15.0"
},
"module": "fesm2022/nxt-sortablejs.mjs",
"typings": "types/nxt-sortablejs.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/nxt-sortablejs.d.ts",
"default": "./fesm2022/nxt-sortablejs.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}