-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.4 KB
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
{
"name": "react-native-knob",
"version": "2.3.2",
"description": "Knob component for react-native using reanimated and panGestureHandler",
"main": "/dist/index.js",
"scripts": {
"build": "tsc && echo 'Finished building NPM package'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grean/react-native-knob.git"
},
"keywords": [
"knob",
"react-native",
"reanimated",
"panGestureHandler",
"svg"
],
"author": "Guillaume Réan",
"license": "MIT",
"bugs": {
"url": "https://github.com/grean/react-native-knob/issues"
},
"homepage": "https://github.com/grean/react-native-knob#readme",
"types": "index.d.ts",
"peerDependencies": {
"react-native-gesture-handler": "^1.6.0",
"react-native-reanimated": "^1.9.0",
"react-native-redash": "^10.1.1",
"react-native-svg": "^12.0.3",
"react-native-device-info": "^5.5.4"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^16.9.31",
"@types/react-native": "^0.62.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-native": "^0.61.5",
"react-native-device-info": "^5.5.4",
"react-native-gesture-handler": "^1.6.0",
"react-native-reanimated": "^1.9.0",
"react-native-redash": "^10.1.1",
"react-native-svg": "^12.1.0",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
}
}