-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
95 lines (95 loc) · 2.4 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "react-finger",
"version": "2.3.1",
"description": "React Finger is a library of gesture events for React that allows developers to use a single set of events for both desktop and mobile devices.",
"keywords": [
"Gesture",
"React",
"Mobile",
"Desktop",
"Touch",
"Pointer",
"Finger",
"Event",
"Events",
"PointerEvent",
"TouchEvent",
"touch-action",
"tap",
"pinch",
"swipe",
"onTap",
"onPinch",
"onSwipe",
"Hammer"
],
"main": "./dist/react-finger-cjs.js",
"module": "./dist/react-finger-es.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "dn test && dn build -e prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Houfeng/react-finger.git"
},
"author": {
"name": "Houfeng",
"email": "houzhanfeng@gmail.com",
"url": "http://houfeng.net"
},
"license": "MIT",
"peerDependencies": {
"react": "*"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
},
"react-native": {
"optional": true
}
},
"devDependencies": {
"@types/mocha": "9.1.1",
"@types/node": "^10.12.11",
"@types/react": "*",
"@types/react-dom": "*",
"@types/styled-components": "^5.1.14",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"coveralls": "^3.0.0",
"dn-middleware-browser-sync": "^0.1.0",
"dn-middleware-clean": "^1.0.2",
"dn-middleware-copy": "^0.2.7",
"dn-middleware-file-header": "^1.0.5",
"dn-middleware-server": "^1.1.4",
"dn-middleware-shell": "^1.1.1",
"dn-middleware-submitter": "^1.0.1",
"dn-middleware-unit": "0.3.1",
"dn-middleware-version": "^1.0.4",
"eslint": "8.13.0",
"eslint-plugin-prettier": "4.0.0",
"ntils": "5.2.4",
"nyc": "^11.4.1",
"prettier": "2.6.2",
"react": "*",
"react-dom": "*",
"rollup": "^2.2.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-inject-process-env": "1.3.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-uglify": "^6.0.4",
"styled-components": "5.3.5",
"typescript": "4.7.2"
},
"dependencies": {
"eify": "4.0.3",
"pepjs": "0.5.3"
}
}