-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.17 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
{
"name": "kickerjoiner-client",
"version": "0.0.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"npm:install": "npm install",
"start": "expo start",
"start:web": "expo start --web",
"start:android": "expo start --android",
"start:ios": "expo start --ios",
"build:android": "expo build:android",
"build:ios": "expo build:ios",
"eject": "expo eject"
},
"dependencies": {
"expo": "^39.0.4",
"expo-cli": "^3.28.5",
"expo-status-bar": "^1.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.2.tar.gz",
"react-native-background-task": "^0.2.1",
"react-native-permissions": "^2.0.9",
"react-native-web": "^0.14.8",
"react-native-container": "^1.0.6",
"react-native-svg": "^12.1.0",
"sync-storage": "^0.4.2",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/react-native-fontawesome": "^0.2.6",
"@react-native-community/netinfo": "^5.9.7",
"ws": "^7.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.7",
"babel-preset-expo": "^8.3.0"
}
}