-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "my-project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build": "npx expo export:web"
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@expo/webpack-config": "^0.17.2",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@types/react-native-elements": "^0.18.0",
"base-64": "^1.0.0",
"expo": "^47.0.0",
"node-forge": "^1.3.1",
"npm": "^9.3.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-dotenv": "^3.4.8",
"react-native-elements": "^3.4.3",
"react-native-web": "~0.18.9",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"react-native-reanimated": "^2.14.4",
"rn-nodeify": "github:tradle/rn-nodeify"
},
"expo": {
"autolinking": {
"include": [
"expo-file-system"
]
}
},
"private": true
}