-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.81 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@wowmaking/react-native-ios-scroll-picker",
"version": "1.0.3",
"description": "Scroll picker like IOS",
"scripts": {
"build": "tsc --project ./tsconfig.json",
"lint": "tslint --fix -p ./tsconfig.json",
"prepare": "bob build",
"ts-check": "tsc --noEmit"
},
"author": "Wowmaking",
"keywords": [
"react-native",
"react",
"native",
"picker",
"ios-picker",
"scroll-picker",
"wowmaking",
"reanimated",
"react-native-reanimated",
"react-native-gesture-handler"
],
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "*",
"react-native-haptic-feedback": ">=1.11.0",
"react-native-reanimated": ">=2.0.0-rc.0",
"lodash.throttle": ">=4.1.1"
},
"devDependencies": {
"@types/lodash": "^4.14.173",
"@types/react": "^17.0.21",
"@types/react-native": "^0.65.0",
"eslint": "^7.32.0",
"lodash.throttle": "^4.1.1",
"react": "^17.0.2",
"react-native": "^0.65.1",
"react-native-builder-bob": "^0.18.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-haptic-feedback": "^1.11.0",
"react-native-reanimated": "^2.2.2",
"typescript": "^4.4.3"
},
"main": "lib/module/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"files": [
"src",
"lib",
"lib/**/*"
],
"homepage": "https://github.com/wowmaking/react-native-ios-scroll-picker#readme",
"react-native": "lib/module/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wowmaking/react-native-ios-scroll-picker.git"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"module",
"typescript"
]
},
"eslintIgnore": [
"node_modules/",
"lib/"
],
"license": "MIT"
}