You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
{ |
|
"name": "react-dnd-multi-backend", |
|
"version": "9.0.0", |
|
"sideEffects": false, |
|
"description": "Multi Backend system compatible with React DnD", |
|
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)", |
|
"license": "MIT", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/LouisBrunner/dnd-multi-backend.git", |
|
"directory": "packages/react-dnd-multi-backend" |
|
}, |
|
"homepage": "https://louisbrunner.github.io/dnd-multi-backend/packages/react-dnd-multi-backend/", |
|
"keywords": ["react", "dnd", "drag", "drop", "html5", "touch", "react-dnd"], |
|
"funding": { |
|
"type": "individual", |
|
"url": "https://github.com/sponsors/LouisBrunner" |
|
}, |
|
"type": "module", |
|
"main": "dist/index.js", |
|
"types": "dist/index.d.ts", |
|
"module": "dist/index.js", |
|
"dependencies": { |
|
"dnd-multi-backend": "^9.0.0", |
|
"react-dnd-preview": "^9.0.0" |
|
}, |
|
"peerDependencies": { |
|
"dnd-core": "^16.0.1", |
|
"react": "^16.14.0 || ^17.0.2 || ^18.0.0 || ^19.0.0", |
|
"react-dnd": "^16.0.1", |
|
"react-dom": "^16.14.0 || ^17.0.2 || ^18.0.0 || ^19.0.0" |
|
} |
|
}
|
|
|