-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.41 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.41 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
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
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"lint-and-fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix"
},
"dependencies": {
"@bugsnag/expo": "^44.0.0",
"@expo-google-fonts/roboto": "^0.2.2",
"@expo-google-fonts/roboto-mono": "^0.2.2",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/netinfo": "7.1.3",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/elements": "^1.3.3",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@react-navigation/stack": "^6.2.1",
"babel-preset-expo": "9.0.2",
"buffer": "^6.0.3",
"expo": "44.0.0",
"expo-application": "~4.0.1",
"expo-auth-session": "~3.5.0",
"expo-av": "~10.2.0",
"expo-barcode-scanner": "~11.2.0",
"expo-build-properties": "^0.3.0",
"expo-cli": "^5.4.6",
"expo-constants": "~13.0.1",
"expo-crypto": "~10.1.1",
"expo-device": "~4.1.0",
"expo-file-system": "^13.1.4",
"expo-font": "~10.0.4",
"expo-linking": "~3.0.0",
"expo-mail-composer": "~11.1.0",
"expo-modules-core": "~0.6.4",
"expo-network": "~4.1.0",
"expo-random": "~12.1.1",
"expo-secure-store": "~11.1.0",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-gesture-handler": "~2.1.0",
"react-native-reanimated": "~2.4.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-splash-screen": "^3.3.0",
"react-native-web": "0.17.7",
"react-navigation": "^4.4.4",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@react-native-community/eslint-config": "^3.0.2",
"@types/react": "^17.0.39",
"@types/react-native": "^0.66.15",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-unused-imports": "^2.0.0",
"typescript": "^4.5.5"
},
"private": true,
"name": "RunSignup-Mobile-Timing-App",
"version": "1.0.0"
}