-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.75 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
{
"name": "react-native-template-nativego",
"version": "1.3.13",
"description": "Nativego is react native template to for a quick start.",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damithg-dev/react-native-template-nativego.git"
},
"keywords": [
"react-native",
"reactnative",
"template",
"reactnative template",
"react-native",
"jest",
"template",
"boilerplate"
],
"author": "Damith Amarasinghe",
"license": "ISC",
"bugs": {
"url": "https://github.com/damithg-dev/react-native-template-nativego/issues"
},
"homepage": "https://github.com/damithg-dev/react-native-template-nativego",
"files": [
"template",
"template.config.js"
],
"dependencies": {
"@gorhom/bottom-sheet": "3.0.1",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/datetimepicker": "^3.0.9",
"@react-native-community/hooks": "^2.6.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.9.0",
"@react-navigation/stack": "^5.13.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react-native-animated-number": "^1.1.1",
"react-native-config": "^1.4.2",
"react-native-easy-toast": "^2.0.0",
"react-native-gesture-handler": "^1.9.0",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-masked-text": "^1.13.0",
"react-native-modal-datetime-picker": "^8.9.3",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "2.0.0-rc.2",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.16.1",
"react-native-vector-icons": "^7.0.0",
"react-native-file-logger": "0.2.1"
},
"devDependencies": {}
}