UNPKG

1.65 kBJSONView Raw
1{
2 "name": "react-dnd",
3 "version": "16.0.1",
4 "description": "Drag and Drop for React",
5 "type": "module",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "sideEffects": false,
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/react-dnd/react-dnd.git"
12 },
13 "license": "MIT",
14 "scripts": {
15 "clean": "shx rm -rf dist/",
16 "build_types": "tsc -b .",
17 "build_esm": "swc -C module.type=es6 -d dist src/",
18 "build": "run-s build_types build_esm"
19 },
20 "dependencies": {
21 "@react-dnd/invariant": "^4.0.1",
22 "@react-dnd/shallowequal": "^4.0.1",
23 "dnd-core": "^16.0.1",
24 "fast-deep-equal": "^3.1.3",
25 "hoist-non-react-statics": "^3.3.2"
26 },
27 "devDependencies": {
28 "@swc/cli": "^0.1.57",
29 "@swc/core": "^1.2.168",
30 "@testing-library/react": "^13.1.1",
31 "@types/hoist-non-react-statics": "^3.3.1",
32 "@types/jest": "^27.4.1",
33 "@types/node": "^17.0.25",
34 "@types/react": "^18.0.5",
35 "@types/react-dom": "^18.0.1",
36 "jest": "^27.5.1",
37 "jest-mock": "^27.5.1",
38 "npm-run-all": "^4.1.5",
39 "react": "^18.0.0",
40 "react-dnd-test-backend": "portal:../backend-test",
41 "react-dnd-test-utils": "portal:../test-utils",
42 "react-dom": "^18.0.0",
43 "shx": "^0.3.4",
44 "typescript": "^4.6.3"
45 },
46 "peerDependencies": {
47 "@types/hoist-non-react-statics": ">= 3.3.1",
48 "@types/node": ">= 12",
49 "@types/react": ">= 16",
50 "react": ">= 16.14"
51 },
52 "peerDependenciesMeta": {
53 "@types/hoist-non-react-statics": {
54 "optional": true
55 },
56 "@types/node": {
57 "optional": true
58 },
59 "@types/react": {
60 "optional": true
61 }
62 }
63}
\No newline at end of file