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.
28 lines
1002 B
28 lines
1002 B
{ |
|
"name": "rdndmb-html5-to-touch", |
|
"version": "9.0.0", |
|
"sideEffects": false, |
|
"description": "Multi Backend pipeline for react-dnd-multi-backend (HTML5 <-> Touch)", |
|
"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/rdndmb-html5-to-touch" |
|
}, |
|
"homepage": "https://louisbrunner.github.io/dnd-multi-backend/packages/rdndmb-html5-to-touch/", |
|
"keywords": ["react", "dnd", "drag", "drop", "html5", "touch", "react-dnd", "react-dnd-multi-backend"], |
|
"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-html5-backend": "^16.0.1", |
|
"react-dnd-touch-backend": "^16.0.1" |
|
} |
|
}
|
|
|