-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 763 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 763 Bytes
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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"test": "node ./node_modules/jest/bin/jest.js --watch",
"start": "react-native-scripts start"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"expo": "^22.0.0",
"react": "16.0.0-beta.5",
"react-native": "https://github.com/expo/react-native/archive/sdk-22.0.2.tar.gz",
"react-navigation": "^1.0.0-beta.17"
},
"devDependencies": {
"flow-bin": "0.53.0",
"jest-expo": "^22.0.0"
},
"keywords": [
"react-native",
"react",
"template",
"auth"
],
"name": "authTabProject",
"version": "0.0.0",
"description": "Hello Expo! Simple template for RN apps",
"author": "Mario Rozic"
}