-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.15 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
{
"name": "civittatesttask",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-navigation/elements": "^2.4.1",
"@react-navigation/native": "^7.1.8",
"@react-navigation/native-stack": "^7.3.12",
"axios": "^1.9.0",
"expo": "~53.0.9",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
"react-hook-form": "^7.56.3",
"react-native": "0.79.2",
"react-native-pager-view": "6.7.1",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.10.0",
"react-native-svg": "15.11.2",
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@testing-library/react-native": "^13.2.0",
"@types/jest": "^29.5.14",
"@types/react": "~19.0.10",
"jest": "~29.7.0",
"jest-expo": "~53.0.5",
"ts-jest": "^29.3.2",
"typescript": "~5.8.3"
},
"private": true
}