-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"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",
"postinstall": "rndebugger-open",
"debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=19002' && expo start",
"react-devtools": "react-devtools"
},
"dependencies": {
"date-fns": "^2.17.0",
"expo": "^49.0.3",
"expo-status-bar": "~1.6.0",
"fs": "0.0.1-security",
"react": "18.2.0",
"react-devtools": "^4.28.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-dotenv": "^2.5.3",
"react-native-elements": "^3.2.0",
"react-native-vector-icons": "^8.0.0",
"react-native-web": "^0.19.7",
"redux-devtools-extension": "^2.13.8",
"styled-components": "^5.2.1",
"expo-location": "~16.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"metro-react-native-babel-preset": "^0.65.2",
"react-native-debugger-open": "^0.3.25"
},
"private": true
}