-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "react-native-pressable-scale",
"version": "2.1.0",
"description": "A <PressableScale> and a supercharged <NativePressableScale> components for React Native",
"main": "dist/index",
"types": "dist/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"scripts": {
"build": "tsc --noEmit false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrousavy/react-native-pressable-scale.git"
},
"keywords": [
"react",
"native",
"pressable",
"scale",
"component",
"module",
"pressability",
"button"
],
"author": "mrousavy",
"license": "MIT",
"files": [
"dist",
"src"
],
"bugs": {
"url": "https://github.com/mrousavy/react-native-pressable-scale/issues"
},
"homepage": "https://github.com/mrousavy/react-native-pressable-scale#readme",
"peerDependencies": {
"react": "*",
"react-native": ">= 0.63",
"react-native-gesture-handler": "*",
"react-native-reanimated": ">= 2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-native": "0.71.3",
"react": "18.2.0",
"react-native": "0.71.4",
"react-native-gesture-handler": "latest",
"react-native-reanimated": "3.0.2",
"typescript": "^4.0.3"
}
}