-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 863 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
{
"name": "cs47-a3-starter-w23",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"axios": "^1.2.5",
"expo": "~47.0.12",
"expo-auth-session": "~3.8.0",
"expo-random": "~13.0.0",
"expo-status-bar": "~1.4.2",
"jest": "^26.6.3",
"jest-expo": "^47.0.1",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-app-auth": "^6.4.3",
"react-native-web": "^0.18.12",
"react-test-renderer": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@testing-library/jest-native": "^4.0.4",
"@testing-library/react-native": "^9.1.0",
"cypress": "^9.6.0",
"expo-web-browser": "~10.1.0"
},
"private": true
}