forked from Cero-Studio/ReactNativeWheelPicker
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
58 lines (58 loc) · 1.84 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
{
"name": "@delightfulstudio/react-native-wheel-picker-android",
"version": "2.1.3",
"description": "Android-only WheelPicker and DatePicker components that mimic their standard iOS counterparts",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "true",
"release-notes": "conventional-github-releaser -p eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DelightfulStudio/react-native-wheel-picker-android.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"picker",
"wheel-picker",
"date-picker",
"date-wheel-picker"
],
"contributors": [
"Artem Kosiakevych <[email protected]>",
"Naoto Kaneko (https://github.com/naoty)",
"Delightful Studio (https://github.com/DelightfulStudio)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/DelightfulStudio/react-native-wheel-picker-android/issues"
},
"homepage": "https://github.com/DelightfulStudio/react-native-wheel-picker-android",
"peerDependencies": {
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": ">=16.4.2",
"react-native": ">=0.55.4"
},
"devDependencies": {
"@textpress/eslint-config-textpress": "^0.4.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"babel-preset-react-native": "^4.0.0",
"conventional-github-releaser": "^3.1.2",
"eslint": "^5.6.0",
"jest": "^23.1.0",
"metro-react-native-babel-preset": "0.45.5",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "16.5.0",
"react-native": "0.57.0",
"react-test-renderer": "16.5.0"
},
"jest": {
"preset": "react-native"
}
}