代码拉取完成,页面将自动刷新
{
"name": "react-use-gesture",
"version": "9.0.0",
"description": "React hook for receiving gestures https://use-gesture.netlify.app",
"main": "dist/index.js",
"module": "dist/reactusegesture.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"start": "tsdx watch",
"build": "tsdx build --name ReactUseGesture --format cjs,esm,umd",
"lint": "tsdx lint",
"prepare": "yarn build",
"docs": "yarn --cwd ./documentation start",
"test": "tsdx test",
"test:watch": "tsdx test --watchAll",
"size": "size-limit",
"analyze": "size-limit --why",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"size-limit": [
{
"path": "dist/reactusegesture.cjs.production.min.js",
"limit": "9 KB"
},
{
"path": "dist/reactusegesture.esm.js",
"limit": "10 KB"
}
],
"jest": {
"testEnvironment": "jsdom",
"roots": [
"./src",
"./test"
],
"setupFilesAfterEnv": [
"./setupPointerEvent.js"
],
"setupFiles": [
"@testing-library/react/dont-cleanup-after-each"
]
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmndrs/react-use-gesture.git"
},
"keywords": [
"react",
"hook",
"gesture",
"mouse",
"trackpad",
"touch",
"drag",
"pinch",
"rotate",
"scale",
"zoom",
"scroll",
"wheel"
],
"author": "Paul Henschel",
"contributors": [
"David Bismut (https://github.com/dbismut)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pmndrs/react-use-gesture/issues"
},
"homepage": "https://use-gesture.netlify.app",
"peerDependencies": {
"react": ">= 16.8.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@size-limit/preset-small-lib": "^4.9.1",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-essentials": "^6.1.11",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.1.11",
"@storybook/addons": "^6.1.11",
"@storybook/react": "^6.1.11",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.3",
"@types/jest": "^26.0.20",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"eslint-plugin-jest-dom": "^3.6.5",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-testing-library": "^3.10.1",
"husky": "^4.3.7",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"react-spring": "^9.0.0-rc.3",
"size-limit": "^4.9.1",
"tsdx": "^0.14.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"dependencies": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。