UNPKG

629 BJSONView Raw
1{
2 "name": "react-dnd-html5-backend",
3 "version": "15.0.1",
4 "description": "HTML5 backend for React DnD",
5 "main": "dist/cjs/index.js",
6 "module": "dist/esm/index.js",
7 "types": "dist/types/index.d.ts",
8 "sideEffects": false,
9 "license": "MIT",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/react-dnd/react-dnd.git"
13 },
14 "scripts": {
15 "clean": "shx rm -rf dist/",
16 "build": "tsc -b tsconfig.cjs.json && tsc -b tsconfig.esm.json && tsc -b tsconfig.types.json"
17 },
18 "dependencies": {
19 "dnd-core": "15.0.1"
20 },
21 "devDependencies": {
22 "shx": "^0.3.4",
23 "typescript": "^4.5.5"
24 }
25}
\No newline at end of file