-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.45 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
65
66
67
68
69
70
71
72
73
{
"name": "",
"scripts": {
"postinstall": "jetify",
"android": "react-native run-android",
"build-android": "cd ./android && ./gradlew app:assembleDebug && ./gradlew installDebug",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/runtime": "^7.6.3",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@fortawesome/react-native-fontawesome": "^0.2.0",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/checkbox": "^0.5.7",
"@react-native-community/cli-platform-android": "^4.13.0",
"@react-native-picker/picker": "^1.16.0",
"@types/uuid": "^8.3.0",
"babel-preset-react-native": "^4.0.1",
"expo": "^35.0.0",
"hermes-engine": "^0.8.0",
"jsencrypt": "3.0.0-rc.1",
"mobx": "^5.14.0",
"mobx-react": "^6.1.4",
"moment": "^2.24.0",
"postinstall": "^0.7.0",
"react": "16.9.0",
"react-dom": "16.8.3",
"react-hot-loader": "^4.12.18",
"react-native": "^0.63.4",
"react-native-appearance": "^0.3.4",
"react-native-background-worker": "0.0.5",
"react-native-device-info": "^6.0.4",
"react-native-elements": "^1.2.6",
"react-native-gesture-handler": "^1.5.3",
"react-native-get-random-values": "^1.7.0",
"react-native-modal": "^11.5.3",
"react-native-navigation": "^2.27.9",
"react-native-push-notification": "^7.3.1",
"react-native-reanimated": "^1.4.0",
"react-native-screens": "1.0.0-alpha.23",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^10.0.0",
"react-native-tab-view": "^2.16.0",
"react-native-unimodules": "~0.5.4",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "^0.16.2",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.9.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@types/react": "^16.8.23",
"@types/react-native": "^0.57.65",
"@types/react-native-push-notification": "^7.2.0",
"@types/react-navigation": "^3.0.8",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-expo": "^7.1.0",
"jest-expo": "^35.0.0",
"jetifier": "^1.6.5",
"typescript": "^3.4.5"
},
"jest": {
"preset": "react-native"
},
"private": true
}