UNPKG

1.21 kBJSONView Raw
1{
2 "name": "react-dnd-html5-backend",
3 "version": "4.0.4",
4 "description": "HTML5 backend for React DnD",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "license": "BSD-3-Clause",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/react-dnd/react-dnd.git"
11 },
12 "scripts": {
13 "clean": "rimraf lib dist",
14 "transpile": "tsc",
15 "bundle:unmin": "webpack --mode development --output-filename=ReactDnDHTML5Backend.js",
16 "bundle:min": "webpack --mode production --output-filename=ReactDnDHTML5Backend.min.js",
17 "build": "run-p bundle:* transpile",
18 "test": "run-s clean build",
19 "watch": "tsc -w --preserveWatchOutput",
20 "start": "npm run watch"
21 },
22 "dependencies": {
23 "@types/lodash": "^4.14.109",
24 "@types/react": "^16.3.16",
25 "@types/shallowequal": "^0.2.2",
26 "autobind-decorator": "^2.1.0",
27 "dnd-core": "^4.0.4",
28 "lodash": "^4.17.10",
29 "shallowequal": "^1.0.2"
30 },
31 "devDependencies": {
32 "@types/node": "^10.3.0",
33 "npm-run-all": "^4.1.2",
34 "react": "^16.4.0",
35 "react-dnd": "^4.0.4",
36 "react-dnd-test-backend": "^4.0.4",
37 "rimraf": "^2.6.2",
38 "ts-loader": "^4.2.0",
39 "typescript": "^2.9.1",
40 "webpack": "^4.6.0"
41 },
42 "peerDependencies": {
43 "react": ">= 16.3"
44 }
45}