-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.3 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
{
"name": "crypto-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest"
},
"dependencies": {
"@expo-google-fonts/roboto": "^0.2.3",
"@expo-google-fonts/vazirmatn": "^0.2.3",
"@pchmn/expo-material3-theme": "^1.3.2",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/material-bottom-tabs": "^6.2.28",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@react-querybuilder/native": "^7.1.0",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-query-devtools": "^5.29.0",
"@testing-library/jest-dom": "^6.4.2",
"expo": "~50.0.17",
"@testing-library/react-native": "^12.4.5",
"@types/jest": "^29.5.12",
"expo-font": "~11.10.3",
"expo-localization": "~14.8.4",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.4",
"expo-updates": "~0.24.12",
"i18next": "^23.10.1",
"jest": "^29.2.1",
"jest-expo": "~50.0.4",
"jest-extended": "^4.0.2",
"react": "18.2.0",
"react-i18next": "^14.1.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native-paper": "^5.12.3",
"react-native-restart": "^0.0.27",
"react-native-reanimated": "^3.8.1",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-vector-icons": "^10.0.3",
"react-querybuilder": "^7.1.0",
"react-test-renderer": "^18.2.0",
"setimmediate": "^1.0.5",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@jest/globals": "^29.7.0",
"@tanstack/eslint-plugin-query": "^5.28.11",
"@testing-library/dom": "^10.0.0",
"@testing-library/react-native": "^12.4.5",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.14",
"@types/react-test-renderer": "^18.0.7",
"eslint": "^8.57.0",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-testing-library": "^6.2.2",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.1.3"
},
"private": true
}