-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 841 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 841 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
{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"author": "",
"license": "ISC",
"devDependencies": {
"axios": "^0.18.0",
"react-native-scripts": "^1.14.0",
"react-test-renderer": "^16.4.2"
},
"dependencies": {
"expo": "^29.0.0",
"moment": "^2.22.2",
"native-base": "^2.8.0",
"react": "16.3.1",
"react-moment": "^0.7.9",
"react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz",
"react-native-navbar": "^2.1.0",
"react-native-swipe-gestures": "^1.0.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
}
}