-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.16 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
{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watch",
"jest": {
"setupFiles": [
"<rootDir>/jest.setup.js"
]
}
},
"dependencies": {
"@expo/react-native-action-sheet": "^4.0.1",
"@hookform/resolvers": "^3.1.1",
"@react-native-async-storage/async-storage": "1.17.11",
"@shopify/flash-list": "1.4.0",
"expo": "^48.0.7",
"expo-asset": "~8.9.1",
"expo-camera": "~13.2.1",
"expo-constants": "~14.2.1",
"expo-device": "~5.2.1",
"expo-file-system": "~15.2.2",
"expo-image": "~1.0.1",
"expo-image-picker": "~14.1.1",
"expo-linking": "~4.0.1",
"expo-media-library": "~15.2.3",
"expo-router": "^1.2.0",
"expo-screen-orientation": "~5.1.1",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.2",
"moti": "^0.25.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-image-crop-picker": "^0.38.0",
"react-native-mmkv": "^2.10.1",
"react-native-pager-view": "6.1.2",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-tab-view": "^3.5.2",
"react-native-web": "~0.18.7",
"twrnc": "^3.6.1",
"zod": "^3.21.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@react-native-community/async-storage": "^1.12.1",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.2.2",
"@types/jest": "^29.5.2",
"jest": "^29.6.1",
"jest-expo": "^49.0.0",
"mock-async-storage": "^2.2.0",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.4"
},
"resolutions": {
"metro": "^0.73.7",
"metro-resolver": "^0.73.7"
},
"overrides": {
"metro": "^0.73.7",
"metro-resolver": "^0.73.7"
},
"name": "pet-project",
"version": "1.0.0",
"private": true
}