This repository was archived by the owner on May 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.5 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.5 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
{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/netinfo": "6.0.0",
"aws-amplify": "^3.0.18",
"expo": "^41.0.0",
"expo-av": "~9.1.2",
"expo-brightness": "~9.1.2",
"expo-cli": "^4.4.1",
"expo-font": "~9.1.0",
"expo-splash-screen": "~0.10.2",
"expo-updates": "~0.5.4",
"expo-web-browser": "~9.1.0",
"firebase": "8.2.3",
"matter": "^0.2.0",
"matter-js": "^0.14.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.4",
"react-native-device-info": "^5.6.1",
"react-native-game-engine": "^1.2.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-masked-text": "^1.13.0",
"react-native-reanimated": "~2.1.0",
"react-native-router-flux": "^4.2.0",
"react-native-screens": "~3.0.0",
"react-native-svg": "12.1.0",
"react-native-unimodules": "~0.13.3",
"react-native-web": "~0.13.12",
"react-navigation-tabs": "^2.8.13"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"babel-jest": "~25.2.6",
"babel-preset-expo": "8.3.0",
"jest": "^26.0.1",
"react-test-renderer": "~16.9.0",
"typescript": "~4.0.0"
},
"private": true,
"name": "AFG",
"version": "1.0.0"
}