@bluecateng/smooth-reorder
Version:
Smooth list reordering in vanilla JS
32 lines (31 loc) • 790 B
JSON
{
"name": "@bluecateng/smooth-reorder",
"version": "2.1.3",
"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.0"
},
"gitHead": "6f888a8ffa982ae51432e35dd8208945176ce2e0"
}