-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 834 Bytes
/
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
{
"name": "app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "cp ../../.env .env && expo start",
"android": "cp ../../.env .env && expo run:android",
"ios": "cp ../../.env .env && expo run:ios"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.21.0",
"expo": "~50.0.14",
"expo-constants": "~15.4.5",
"expo-dev-client": "~3.3.11",
"expo-status-bar": "~1.11.1",
"fast-text-encoding": "^1.0.6",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-auth0": "^3.1.0",
"react-native-get-random-values": "^1.11.0",
"react-native-polyfill-globals": "^3.1.0",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
}