UNPKG

1.83 kBJSONView Raw
1{
2 "name": "react-dnd",
3 "version": "13.1.0",
4 "description": "Drag and Drop for React",
5 "main": "dist/cjs/index.js",
6 "publishConfig": {
7 "main": "dist/cjs/index.js",
8 "module": "dist/esm/index.js",
9 "types": "dist/types/index.d.ts"
10 },
11 "sideEffects": false,
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/react-dnd/react-dnd.git"
15 },
16 "license": "MIT",
17 "scripts": {
18 "clean": "gulp clean",
19 "build": "gulp build",
20 "watch": "gulp watch",
21 "bundle": "gulp bundle"
22 },
23 "dependencies": {
24 "@react-dnd/invariant": "^2.0.0",
25 "@react-dnd/shallowequal": "^2.0.0",
26 "dnd-core": "12.0.1",
27 "hoist-non-react-statics": "^3.3.2"
28 },
29 "devDependencies": {
30 "@react-dnd/build": "12.0.0",
31 "@testing-library/react": "^11.2.5",
32 "@types/hoist-non-react-statics": "^3.3.1",
33 "@types/node": "^14.14.30",
34 "@types/react": "^17.0.2",
35 "@types/react-dom": "^17.0.1",
36 "gulp": "^4.0.2",
37 "react": "^17.0.1",
38 "react-dnd-test-backend": "portal:../backend-test",
39 "react-dnd-test-utils": "portal:../test-utils",
40 "react-dom": "^17.0.1"
41 },
42 "peerDependencies": {
43 "@types/hoist-non-react-statics": ">= 3.3.1",
44 "@types/node": ">= 12",
45 "@types/react": ">= 16",
46 "react": ">= 16.14"
47 },
48 "peerDependenciesMeta": {
49 "@types/hoist-non-react-statics": {
50 "optional": true
51 },
52 "@types/node": {
53 "optional": true
54 },
55 "@types/react": {
56 "optional": true
57 }
58 },
59 "umd": {
60 "name": "ReactDnD",
61 "input": "dist/esm/index.js",
62 "external": [
63 "react",
64 "react-dom"
65 ],
66 "globals": {
67 "react": "React",
68 "react-dom": "ReactDOM"
69 },
70 "alias": {
71 "dnd-core": "dnd-core/dist/esm/index"
72 }
73 },
74 "module": "dist/esm/index.js",
75 "types": "dist/types/index.d.ts"
76}
\No newline at end of file