-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
33 lines (33 loc) · 868 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": "RNExpoAuthProject",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-expo": "^5.1.1",
"jest-expo": "32.0.0",
"react-native-scripts": "2.0.1",
"react-test-renderer": "16.8.6"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start:web": "expo start --web-only --web --non-interactive",
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "node node_modules/jest/bin/jest.js"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@react-navigation/web": "^1.0.0-alpha.7",
"aws-amplify": "^1.1.25",
"expo": "^33.0.0-alpha.web.1",
"react": "16.5.0",
"react-dom": "16.7.0",
"react-native": "0.57.1",
"react-native-web": "^0.11.2",
"react-navigation": "^3.6.1"
}
}