-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
40
41
42
43
{
"name": "rn",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"server": "node server"
},
"dependencies": {
"admin-mongo": "^0.0.23",
"blueimp-md5": "^2.10.0",
"global": "^4.3.2",
"jsonwebtoken": "^8.3.0",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-jwt": "^3.3.2",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"mobx": "^4.1.1",
"mobx-react": "^5.0.0",
"mongoose": "^5.0.15",
"query-string": "^6.1.0",
"react": "^16.3.0-alpha.1",
"react-native": "0.54.4",
"react-native-image-picker": "^0.26.10",
"react-native-tab-view": "^1.0.2",
"react-navigation": "^1.5.2",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1"
},
"devDependencies": {
"babel-jest": "23.0.0-alpha.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "4.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "22.4.3",
"react-test-renderer": "^16.3.0-alpha.1"
},
"jest": {
"preset": "react-native"
}
}