planning
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s

This commit is contained in:
2024-10-14 09:15:30 +02:00
parent bcba00a730
commit 6e64e138e2
21059 changed files with 2317811 additions and 1 deletions

50
node_modules/react-dnd-html5-backend/package.json generated vendored Normal file
View File

@@ -0,0 +1,50 @@
{
"name": "react-dnd-html5-backend",
"version": "14.1.0",
"description": "HTML5 backend for React DnD",
"main": "dist/cjs/index.js",
"publishConfig": {
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts"
},
"sideEffects": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-dnd/react-dnd.git"
},
"scripts": {
"clean": "gulp clean",
"build": "gulp build",
"watch": "gulp watch",
"bundle": "gulp bundle"
},
"dependencies": {
"dnd-core": "14.0.1"
},
"devDependencies": {
"@react-dnd/build": "12.0.0",
"gulp": "^4.0.2"
},
"umd": {
"name": "ReactDnDHTML5Backend",
"input": "./dist/esm/index.js",
"external": [
"react",
"react-dom",
"react-dnd"
],
"globals": {
"react": "React",
"react-dom": "ReactDOM",
"react-dnd": "ReactDnD"
},
"alias": {
"dnd-core": "dnd-core/dist/esm/index",
"react-dnd": "react-dnd/dist/esm/index"
}
},
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts"
}