-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.56 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.56 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
{
"name": "petcare",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-picker/picker": "^2.4.10",
"@react-navigation/material-bottom-tabs": "^6.2.16",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"expo": "^49.0.4",
"expo-application": "~5.1.1",
"expo-auth-session": "~4.0.3",
"expo-crypto": "~12.2.1",
"expo-dev-client": "~2.2.1",
"expo-image-picker": "~14.3.1",
"expo-navigation-bar": "^2.1.1",
"expo-random": "^13.2.0",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-updates": "^0.18.10",
"expo-web-browser": "~12.1.1",
"firebase": "^9.22.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.72.3",
"react-native-pager-view": "^6.2.0",
"react-native-paper": "^5.9.1",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.20.0",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^10.0.0",
"react-native-web": "^0.18.10"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"babel-eslint": "^10.1.0",
"react-native-dotenv": "^3.4.9",
"standard": "^17.1.0"
},
"private": true,
"eslintConfig": {
"extends": "./node_modules/standard/eslintrc.json"
}
}