-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 KB
/
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
34
35
36
37
38
39
{
"name": "aoli",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@shoutem/ui": "^0.21.3",
"apisauce": "^0.12.0",
"cryptocompare": "^0.2.0",
"mobx": "^3.1.9",
"mobx-react": "^4.1.8",
"native-base": "^2.3.2",
"react": "16.0.0-alpha.12",
"react-loading": "^0.1.4",
"react-native": "0.48.3",
"react-native-button": "^1.8.2",
"react-native-linear-gradient": "^2.3.0",
"react-native-photo-view": "^1.5.2",
"react-native-search-filter": "^0.1.1",
"react-native-smart-keyboard": "git+https://github.com/80percent/react-native-smart-keyboard.git",
"react-native-vector-icons": "^4.4.0",
"react-navigation": "^1.0.0-beta.9",
"realm": "^1.12.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-jest": "21.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "4.0.0",
"jest": "21.1.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}