-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.68 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
59
60
61
62
{
"name": "react-native-global-datetimepicker",
"version": "2.3.9",
"description": "react native multi culture datetime picker",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"react-native": "lib/index.js",
"scripts": {
"build": "tsc && cp src/Assets/*.png lib/Assets/",
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn"
},
"repository": {
"type": "git",
"url": "git://github.com/AliRezaBeigy/react-native-global-datetimepicker.git"
},
"keywords": [
"react-native",
"react",
"datetimepicker",
"date-time-picker",
"timepicker",
"time-picker",
"datepicker",
"date-picker",
"shamsi",
"jalali",
"miladi",
"gregorian"
],
"author": "AliRezaBeigy",
"license": "MIT",
"bugs": {
"url": "https://github.com/AliRezaBeigy/react-native-global-datetimepicker/issues"
},
"homepage": "https://github.com/AliRezaBeigy/react-native-global-datetimepicker",
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"react": "18.2.0",
"eslint": "^8.19.0",
"prettier": "2.8.8",
"@react-native/typescript-config": "0.73.1",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@types/react": "^18.2.6",
"react-native": "0.73.6",
"babel-jest": "^29.6.3",
"jest": "^29.6.3",
"eslint-plugin-prettier": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"typescript": "5.0.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}