-
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) · 966 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 966 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": {
"postinstall": "sh ./fix.sh",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@shoutem/ui": "^0.23.12",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"blueimp-md5": "^2.10.0",
"expo": "^33.0.0",
"firebase": "^5.5.5",
"moment": "^2.22.2",
"react": "16.6.0-alpha.8af6728",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-easy-grid": "^0.2.0",
"react-native-elements": "^0.19.1",
"react-native-keyboard-aware-scroll-view": "^0.7.4",
"react-navigation": "^2.18.0",
"react-redux": "^5.0.7",
"react-redux-firebase": "^2.1.8",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"sharp-cli": "1.10.0"
}
}