UNPKG

1.08 kBJSONView Raw
1{
2 "name": "react-dnd",
3 "version": "8.0.2",
4 "description": "Drag and Drop for React",
5 "main": "lib/index.js",
6 "type": "module",
7 "module": "lib/index.js",
8 "types": "lib/index.d.ts",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/react-dnd/react-dnd.git"
12 },
13 "license": "MIT",
14 "scripts": {
15 "clean": "rimraf lib",
16 "build": "tsc -b tsconfig.json",
17 "start": "tsc -b tsconfig.json -w --preserveWatchOutput"
18 },
19 "dependencies": {
20 "@types/hoist-non-react-statics": "^3.3.1",
21 "@types/shallowequal": "^1.1.1",
22 "dnd-core": "^8.0.2",
23 "hoist-non-react-statics": "^3.3.0",
24 "shallowequal": "^1.1.0"
25 },
26 "devDependencies": {
27 "@babel/cli": "^7.4.4",
28 "@babel/core": "^7.4.5",
29 "@babel/preset-env": "^7.4.5",
30 "@types/react": "^16.8.19",
31 "@types/react-dom": "^16.8.4",
32 "babel-jest": "^24.8.0",
33 "babel-loader": "^8.0.6",
34 "npm-run-all": "^4.1.5",
35 "react": "^16.8.6",
36 "react-dom": "^16.8.6",
37 "rimraf": "^2.6.3",
38 "ts-loader": "^6.0.2",
39 "typescript": "^3.5.2"
40 },
41 "peerDependencies": {
42 "react": ">= 16.8",
43 "react-dom": ">= 16.8"
44 }
45}