-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 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
{
"name": "dcjmp90.github.io",
"version": "1.0.0",
"main": "index.js",
"homepage": "https://dcjmp90.github.io",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"deploy": "gh-pages -d web-build",
"predeploy": "expo build:web"
},
"dependencies": {
"@react-navigation/drawer": "6.0.0",
"@react-navigation/material-bottom-tabs": "^6.2.1",
"@react-navigation/native": "6.0.8",
"@react-navigation/native-stack": "6.5.0",
"@realm/react": "0.1.0",
"babel-preset-react-native": "4.0.1",
"expo": "~45.0.0",
"expo-dev-client": "^0.9.6",
"expo-gh-pages": "^1.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"netlify": "^11.0.1",
"react": "17.0.1",
"react-dom": "17.0.2",
"react-native": "0.64.3",
"react-native-gesture-handler": "^2.4.2",
"react-native-get-random-values": "1.7.0",
"react-native-paper": "^4.12.1",
"react-native-reanimated": "^2.8.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.10.1",
"react-native-vector-icons": "9.1.0",
"react-native-web": "0.17.7",
"realm": "10.11.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"gh-pages": "^4.0.0"
},
"private": true
}