forked from LeoCp/react-native-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.12 KB
/
Copy pathpackage.json
File metadata and controls
104 lines (104 loc) · 3.12 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"_args": [
[
"github:SunlightKnight/react-native-datepicker",
"/Users/northernfides/Dev/ReactNative/app_pay/app"
]
],
"_from": "github:SunlightKnight/react-native-datepicker",
"_id": "react-native-datepicker@github:SunlightKnight/react-native-datepicker#79b5fdfa2271fcc7adde61ea3eaef879906a18e2",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-datepicker",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "github:SunlightKnight/react-native-datepicker",
"rawSpec": "github:SunlightKnight/react-native-datepicker",
"saveSpec": "github:SunlightKnight/react-native-datepicker",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "github:SunlightKnight/react-native-datepicker#79b5fdfa2271fcc7adde61ea3eaef879906a18e2",
"_spec": "github:SunlightKnight/react-native-datepicker",
"_where": "/Users/northernfides/Dev/ReactNative/app_pay/app",
"author": {
"name": "xgfe"
},
"bugs": {
"url": "https://github.com/xgfe/react-native-datepicker/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@react-native-community/datetimepicker": "^3.0.9",
"moment": "^2.24.0"
},
"description": "React Native DatePicker component for both Android and iOS, useing DatePickerAndroid, TimePickerAndroid and DatePickerIOS",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@react-native-community/eslint-config": "^1.0.0",
"babel-jest": "25.2.4",
"coveralls": "^2.11.9",
"cz-conventional-changelog": "^1.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"eslint-plugin-react-native": "^3.8.1",
"inquirer": "^3.0.5",
"jest": "25.2.4",
"jsdom": "^11.3.0",
"jsdom-global": "^3.0.2",
"metro-react-native-babel-preset": "^0.59.0",
"pre-commit": "^1.2.2",
"prettier": "^2.0.2",
"react": "16.11.0",
"react-native": "0.62.0",
"react-test-renderer": "16.11.0"
},
"homepage": "https://github.com/xgfe/react-native-datepicker#readme",
"jest": {
"preset": "react-native",
"testPathIgnorePatterns": [
"/node_modules/",
"tools/"
]
},
"keywords": [
"react-native",
"DatePicker"
],
"license": "MIT",
"main": "datepicker.js",
"name": "react-native-datepicker",
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xgfe/react-native-datepicker.git"
},
"scripts": {
"android": "react-native run-android",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"coverage": "cat ./coverage/lcov.info | coveralls",
"ios": "react-native run-ios",
"lint": "eslint . --fix",
"start": "react-native start",
"test": "jest --coverage"
},
"version": "1.8.0"
}