-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 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
{
"name": "crypto-portfolio-tracker",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"test": "jest --watchAll",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"postinstall": "npx patch-package"
},
"dependencies": {
"@expo/vector-icons": "^14.0.3",
"@hookform/resolvers": "^3.9.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.3.1",
"@react-native-segmented-control/segmented-control": "^2.5.5",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@shopify/flash-list": "^1.7.2",
"@shopify/react-native-skia": "1.2.3",
"@tanstack/query-async-storage-persister": "^5.59.20",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-persist-client": "^5.59.20",
"@types/jest": "^29.5.14",
"cryptocurrency-icons": "^0.18.1",
"expo": "~51.0.28",
"expo-font": "~12.0.10",
"expo-image": "~1.13.0",
"expo-notifications": "~0.28.19",
"expo-status-bar": "~1.12.1",
"gaussian": "^1.3.0",
"jest": "^29.7.0",
"react": "18.2.0",
"react-hook-form": "^7.53.2",
"react-native": "0.74.5",
"react-native-animated-rolling-numbers": "^1.0.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-graph": "^1.1.0",
"react-native-pressable-scale": "^2.1.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/react-native": "^12.8.1",
"@types/react": "~18.2.45",
"@types/react-test-renderer": "^18.3.0",
"jest-expo": "~51.0.4",
"jest-native": "^3.0.0",
"jest-websocket-mock": "^2.5.0",
"nock": "^14.0.0-beta.16",
"react-test-renderer": "18.3.1",
"typescript": "^5.1.3"
},
"jest": {
"preset": "jest-expo",
"setupFilesAfterEnv": [
"./jest/jest-setup.tsx",
"@testing-library/react-native/extend-expect"
],
"transform": {
"^.+\\.js$": "babel-jest"
}
},
"private": true
}