UNPKG

@jdcfe/yep-gesture

Version:

Support gesture for react component

37 lines (36 loc) 811 B
{ "name": "@jdcfe/yep-gesture", "version": "0.0.3", "main": "lib/index.js", "module": "es/index.js", "description": "Support gesture for react component", "keywords": [ "react", "react component", "react-gesture", "gesture", "touch" ], "repository": "http://git.jd.com/yep/gesture.git", "author": "zhaohongyang1 <zhaohongyang1@jd.com>", "license": "MIT", "scripts": { "build": "yep-tools compile", "pub": "publish.sh" }, "devDependencies": { "@types/react": "^16.4.14", "@types/react-dom": "^16.0.7", "@jdcfe/yep-tools": "^0.0.8", "react": "^16.5.2", "react-dom": "^16.5.2", "rimraf": "^2.6.2", "typescript": "^3.0.3" }, "dependencies": { "@babel/runtime": "^7.0.0" }, "publishConfig": { "access": "public" } }