-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 992 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
32
33
34
35
36
37
38
39
40
41
{
"name": "Leedr",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"base-64": "^0.1.0",
"fast-html-parser": "^1.0.1",
"lodash.debounce": "^4.0.8",
"node-base64-image": "^1.0.4",
"react": "16.0.0-alpha.12",
"react-apollo": "^1.4.2",
"react-native": "0.45.1",
"react-native-fetch-blob": "^0.10.6",
"react-native-navigation": "^1.1.131",
"react-native-popup-menu": "^0.8.0",
"react-redux": "^5.0.5",
"realm": "^1.8.3",
"redux": "^3.7.1",
"redux-logger": "^3.0.6",
"redux-observable": "^0.14.1",
"redux-promise-middleware": "^4.3.0",
"redux-saga": "^0.15.4",
"redux-thunk": "^2.2.0",
"rxjs": "^5.4.1",
"util": "^0.10.3",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.0.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}