react-optimized-dnd
Version:
A React package for building performant drag-and-drop interfaces. Provides context provider, hooks, and type definitions for flexible, optimized DnD in React apps.
72 lines (71 loc) • 1.81 kB
JSON
{
"name": "react-optimized-dnd",
"version": "0.1.9",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"postbuild": "npx tsc --project tsconfig.app.json --declaration --declarationDir dist --emitDeclarationOnly",
"preview": "vite preview",
"prepare": "npm run build",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write .",
"repomix": "npx repomix --include \"src\""
},
"dependencies": {
"build": "^0.1.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"usehooks-ts": "^3.1.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@types/node": "^20.4.2",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.1.0",
"prettier": "^3.5.3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.32.1",
"vite": "^6.3.5"
},
"license": "MIT",
"author": "Omercan Balandi <hello@omercan.io>",
"keywords": [
"react",
"drag-and-drop",
"dnd",
"hooks",
"context",
"typescript",
"performant",
"draggable",
"droppable",
"react-dnd",
"trello",
"kanban",
"board",
"library",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/obsfx/react-optimized-dnd.git"
},
"homepage": "https://react-optimized-dnd.omercan.io"
}