Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
dnd-core
/
Filename :
package.json
back
Copy
{ "name": "dnd-core", "version": "6.0.0", "description": "Drag and drop sans the GUI", "license": "BSD-3-Clause", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "clean": "rimraf lib", "build": "tsc", "watch": "tsc -w --preserveWatchOutput", "start": "npm run watch", "test": "run-s clean build" }, "repository": { "type": "git", "url": "https://github.com/react-dnd/react-dnd.git" }, "dependencies": { "asap": "^2.0.6", "invariant": "^2.2.4", "lodash": "^4.17.11", "redux": "^4.0.1" }, "devDependencies": { "npm-run-all": "^4.1.3", "rimraf": "^2.6.2", "typescript": "^3.1.6" }, "gitHead": "21b878d2c66f020aa5248b085f4438b59e9c935b" }