-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
31 lines (31 loc) · 898 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
{
"name": "expo-projects",
"version": "2.0.0",
"description": "file upload with camera using firebase",
"author": "aaron k saunders",
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"es6-promise": "^4.1.1",
"expo": "^26.0.0",
"firebase": "^4.12.1",
"react": "16.3.0-alpha.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
"native-base": "^2.4.1",
"react-navigation": "^1.0.0-beta.11"
},
"devDependencies": {
"jest-expo": "26.0.0",
"react-native-scripts": "1.13.1",
"react-test-renderer": "16.3.0-alpha.1"
}
}