-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
56 lines (56 loc) · 1.49 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
{
"name": "react-native-neat-date-picker",
"version": "1.4.13",
"description": "An easy-to-use date picker for React Native",
"main": "./src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roto93/react-native-neat-date-picker.git"
},
"keywords": [
"react-native",
"date",
"datePicker",
"date-picker",
"date",
"picker",
"react",
"native"
],
"author": "roto93",
"contributors": [
{
"name": "diecodev",
"email": "diegoddiaz05@gmail.com",
"url": "https://diecodev.vercel.app"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/roto93/react-native-neat-date-picker/issues"
},
"homepage": "https://github.com/roto93/react-native-neat-date-picker#readme",
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react-native": "^0.73.0",
"@types/react-native-vector-icons": "^6.4.18",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.5.1",
"eslint-plugin-react": "^7.37.2",
"metro-react-native-babel-preset": "^0.77.0",
"typescript": "^5.7.2"
},
"dependencies": {
"react-native-modal": "13.0.1",
"react-native-vector-icons": "^10.2.0"
}
}