-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.52 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
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
105
106
107
{
"name": "health-pathes",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"tunnel": "expo start --tunnel",
"lol": "expo",
"lint": "eslint . --ext .tsx",
"eslint": "eslint",
"jsdoc": "jsdoc -c jsdoc.json"
},
"dependencies": {
"@babel/eslint-parser": "^7.19.1",
"@expo-google-fonts/inter": "^0.2.2",
"@expo-google-fonts/open-sans": "^0.2.2",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/cli-debugger-ui": "^10.0.0",
"@react-native-firebase/analytics": "^16.5.2",
"@react-native-firebase/app": "^16.5.2",
"@react-native-firebase/auth": "^16.5.0",
"@react-native-firebase/dynamic-links": "^16.5.2",
"@react-native-firebase/firestore": "^16.5.0",
"@react-native-firebase/storage": "^16.5.0",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.3.11",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"expo": "~47.0.12",
"expo-application": "~5.0.1",
"expo-auth-session": "~3.8.0",
"expo-av": "~13.0.2",
"expo-build-properties": "~0.4.1",
"expo-dev-client": "~2.0.1",
"expo-file-system": "^15.1.1",
"expo-font": "~11.0.1",
"expo-image-picker": "~14.0.2",
"expo-linking": "^3.3.0",
"expo-location": "~15.0.1",
"expo-random": "~13.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-task-manager": "~11.0.1",
"firebase": "^9.15.0",
"geolocation-utils": "^1.2.5",
"jotai": "^1.13.1",
"lodash": "^4.17.21",
"nativewind": "^2.0.11",
"pod-install": "^0.1.38",
"prop-types": "^15.8.1",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-document-picker": "^8.1.3",
"react-native-dotenv": "^3.4.6",
"react-native-elements": "^3.4.3",
"react-native-file-picker": "^0.0.21",
"react-native-flipper": "^0.177.0",
"react-native-maps": "^1.3.2",
"react-native-maps-directions": "^1.9.0",
"react-native-modal": "^13.0.1",
"react-native-paper": "^4.12.5",
"react-native-reanimated": "^2.14.2",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-sound-player": "^0.13.2",
"react-native-url-polyfill": "^1.3.0",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.2.0",
"react-native-zip-archive": "^6.0.9",
"taffydb": "^2.7.3",
"twrnc": "^3.4.1",
"typedoc": "^0.23.24",
"typescript": "*",
"url": "^0.11.0",
"zustand": "^4.1.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@typescript-eslint/parser": "^5.44.0",
"better-docs": "^2.7.2",
"eslint": "^8.28.0",
"eslint-config-react-native": "^4.1.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-config-universe": "^11.1.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-native": "^4.0.0",
"jsdoc": "^3.6.6",
"prettier": "^2.8.0",
"react-native-flipper-zustand": "^2.0.1",
"tailwindcss": "^3.2.2"
},
"private": true,
"eslintConfig": {
"extends": "universe/native"
}
}