forked from gaearon/react-dnd-touch-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "react-dnd-touch-backend",
"version": "0.3.20",
"description": "Touch backend for react-dnd",
"main": "dist/Touch.js",
"scripts": {
"lint": "eslint --quiet --cache . --ext .js --ext .jsx",
"prepublishOnly": "gulp dist",
"test": "gulp clean lint",
"dev": "gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yahoo/react-dnd-touch-backend.git"
},
"keywords": [
"react",
"drag",
"drop",
"touch",
"react-dnd"
],
"author": "Long Ho <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yahoo/react-dnd-touch-backend/issues"
},
"homepage": "https://github.com/yahoo/react-dnd-touch-backend#readme",
"dependencies": {
"react-dnd": "^2.5.4",
"invariant": "^2.2.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^15.1.0",
"classnames": "^2.2.5",
"del": "^3.0.0",
"eslint": "^4.13.1",
"eslint-plugin-react": "^7.5.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-changelog": "^1.0.0",
"gulp-connect": "^5.0.0",
"gulp-util": "^3.0.8",
"immutable": "^3.8.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.9.0"
}
}