-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
64 lines (64 loc) · 2.03 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
{
"name": "revenut-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 --setupFiles dotenv/config",
"ts:check": "tsc"
},
"dependencies": {
"@babel/preset-env": "^7.22.7",
"@babel/preset-typescript": "^7.22.5",
"@expo/ngrok": "^2.5.0",
"@expo/webpack-config": "^18.1.2",
"@react-native-async-storage/async-storage": "1.17.11",
"babel-jest": "^29.6.1",
"date-fns": "^2.30.0",
"expo": "~48.0.18",
"expo-auth-session": "~4.0.3",
"expo-crypto": "~12.2.1",
"expo-status-bar": "~1.4.4",
"expo-web-browser": "~12.1.1",
"jest": "^29.2.1",
"jest-expo": "^49.0.0",
"native-base": "^3.4.28",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-dotenv": "^3.4.9",
"react-native-safe-area-context": "4.5.0",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.10",
"react-native-web-log-box": "^0.0.7",
"victory": "^36.6.11",
"victory-native": "^36.6.11",
"workbox-background-sync": "^7.0.0",
"workbox-broadcast-update": "^7.0.0",
"workbox-cacheable-response": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-navigation-preload": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-range-requests": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"workbox-streams": "^7.0.0",
"workbox-webpack-plugin": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/ngrok": "^4.1.0",
"@types/react": "~18.0.14",
"typescript": "^4.9.4"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
]
},
"private": true
}