forked from Technigo/project-react-native-app
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.4 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.4 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.2",
"@expo/vector-icons": "^12.0.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-native-fontawesome": "^0.2.7",
"@react-navigation/bottom-tabs": "^6.3.1",
"@reduxjs/toolkit": "^1.8.1",
"braces": "^3.0.2",
"expo": "~43.0.0",
"expo-app-loading": "~1.2.1",
"expo-font": "~10.0.3",
"expo-sensors": "~11.0.3",
"expo-sharing": "~10.0.3",
"expo-status-bar": "~1.1.0",
"expo-updates": "^0.10.15",
"lottie-react-native": "4.0.3",
"mem": "^9.0.1",
"minimist": "^1.2.6",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.2",
"react-native-gesture-handler": "~1.10.2",
"react-native-radio-buttons-group": "^2.2.10",
"react-native-reanimated": "~2.2.0",
"react-native-share": "^7.3.9",
"react-native-svg": "12.1.1",
"react-native-web": "0.17.1",
"react-redux": "^8.0.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/styled-components-react-native": "^5.1.2",
"babel-preset-expo": "^8.5.1"
},
"private": true
}