-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 952 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
{
"name": "IsHetLekkerInDeMess",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"cheerio-without-node-native": "0.20.2",
"native-base": "2.3.1",
"react": "16.0.0-alpha.12",
"react-native": "0.46.0",
"react-native-background-fetch": "2.0.6",
"react-native-background-job": "1.2.4-0",
"react-native-background-task": "0.1.0",
"react-native-push-notification": "3.0.0",
"react-redux": "5.0.6",
"realm": "1.3.1",
"redux": "3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "2.2.0",
"rxjs": "5.4.3"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "1.9.2",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.6"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
},
"jest": {
"preset": "react-native"
}
}