Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
react-dnd-html5-backend
/
Filename :
package.json
back
Copy
{ "name": "react-dnd-html5-backend", "version": "6.0.0", "description": "HTML5 backend for React DnD", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "BSD-3-Clause", "repository": { "type": "git", "url": "https://github.com/react-dnd/react-dnd.git" }, "scripts": { "clean": "rimraf lib dist", "transpile": "tsc", "bundle:unmin": "webpack --mode development --output-filename=ReactDnDHTML5Backend.js", "bundle:min": "webpack --mode production --output-filename=ReactDnDHTML5Backend.min.js", "build": "run-p bundle:* transpile", "test": "run-s clean build", "watch": "tsc -w --preserveWatchOutput", "start": "npm run watch" }, "dependencies": { "dnd-core": "^6.0.0", "lodash": "^4.17.11" }, "devDependencies": { "@types/react": "^16.4.18", "npm-run-all": "^4.1.3", "react": "^16.6.0", "react-dnd-test-backend": "^6.0.0", "rimraf": "^2.6.2", "ts-loader": "^5.3.0", "typescript": "^3.1.6", "webpack": "^4.23.1", "webpack-cli": "^3.1.2" }, "gitHead": "21b878d2c66f020aa5248b085f4438b59e9c935b" }