UNPKG

840 BJSONView Raw
1{
2 "name": "react-dnd-touch-backend",
3 "version": "16.0.1",
4 "description": "Touch backend for react-dnd",
5 "type": "module",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "sideEffects": false,
9 "license": "MIT",
10 "author": "Long Ho <holevietlong@gmail.com>",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/react-dnd/react-dnd.git"
14 },
15 "scripts": {
16 "clean": "shx rm -rf dist/",
17 "build_types": "tsc -b .",
18 "build_esm": "swc -C module.type=es6 -d dist src/",
19 "build": "run-s build_types build_esm"
20 },
21 "dependencies": {
22 "@react-dnd/invariant": "^4.0.1",
23 "dnd-core": "^16.0.1"
24 },
25 "devDependencies": {
26 "@swc/cli": "^0.1.57",
27 "@swc/core": "^1.2.168",
28 "@types/jest": "^27.4.1",
29 "npm-run-all": "^4.1.5",
30 "shx": "^0.3.4",
31 "typescript": "^4.6.3"
32 }
33}
\No newline at end of file