-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
27 lines (27 loc) · 897 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "react-dnd-preview",
"version": "9.0.0-rc0001",
"sideEffects": false,
"description": "Preview component for React DnD",
"author": "Louis Brunner <[email protected]> (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"
}
}