Adds annotations to Mirador 4 implementation
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.
 
 
 

27 lines
890 B

{
"name": "react-dnd-preview",
"version": "9.0.0",
"sideEffects": false,
"description": "Preview component for 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-preview"
},
"homepage": "https://louisbrunner.github.io/dnd-multi-backend/packages/react-dnd-preview/",
"keywords": ["react", "dnd", "drag", "drop", "react-dnd", "preview"],
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/LouisBrunner"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"peerDependencies": {
"react": "^16.14.0 || ^17.0.2 || ^18.0.0 || ^19.0.0",
"react-dnd": "^16.0.1"
}
}