UNPKG

@bluecateng/smooth-reorder

Version:
32 lines (31 loc) 790 B
{ "name": "@bluecateng/smooth-reorder", "version": "2.1.4", "description": "Smooth list reordering in vanilla JS", "license": "ISC", "exports": "./dist/index.js", "main": "./dist/index.js", "types": "index.d.ts", "scripts": { "build": "esbuild src/index.js --bundle --minify --format=esm --outfile=dist/index.js --external:@bluecateng/nano-spring", "prepack": "npm run build" }, "repository": { "type": "git", "url": "git@github.com:bluecatengineering/pelagos-packages.git", "directory": "packages/smooth-reorder" }, "keywords": [ "reorder", "dnd", "vanilla" ], "files": [ "dist", "index.d.ts" ], "dependencies": { "@bluecateng/nano-spring": "^2.1.1" }, "gitHead": "28bfa7163aad240dc3baa314271ba06b4dd96db9" }