-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.58 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
{
"name": "com.thetraquenard.corpo",
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-native-fontawesome": "^0.2.7",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/hooks": "^2.8.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.9.8",
"@react-navigation/stack": "^5.14.9",
"expo": "^43.0.0",
"expo-font": "~10.0.3",
"expo-screen-orientation": "~4.0.3",
"expo-status-bar": "~1.1.0",
"loadsh": "^0.0.4",
"moment": "^2.24.0",
"prop-types": "latest",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-elements": "^2.3.2",
"react-native-gesture-handler": "~1.10.2",
"react-native-rate": "^1.2.9",
"react-native-reanimated": "~2.2.0",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-table-component": "^1.2.1",
"react-native-web": "0.17.1",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-form": "^8.3.7",
"expo-splash-screen": "~0.13.5",
"expo-updates": "~0.10.13"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"babel-preset-expo": "8.5.1",
"typescript": "~4.3.5"
},
"private": true,
"version": "1.0.0"
}