-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 889 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
31
32
33
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@criipto/auth-js": "^3.1.6",
"base-64": "^1.0.0",
"expo": "~44.0.0",
"expo-linking": "~3.0.0",
"expo-status-bar": "~1.2.0",
"expo-web-browser": "~10.1.0",
"jwt-decode": "^3.1.2",
"react": "^17.0.1",
"react-native": "github:expo/react-native#sdk-44.0.0",
"text-encoding": "^0.7.0",
"expo-updates": "~0.11.7",
"react-native-get-random-values": "^1.7.0",
"expo-crypto": "~10.1.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@types/base-64": "^1.0.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"typescript": "~4.0.0"
},
"private": true
}