-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.55 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "booksApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postinstall": "remotedev-debugger"
},
"dependencies": {
"axios": "^0.16.1",
"immutable": "^3.8.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"prop-types": "^15.5.8",
"react": "16.0.0-alpha.6",
"react-native": "0.43.3",
"react-native-button": "^1.8.2",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-drawer": "^2.3.0",
"react-native-google-static-map": "^0.1.8",
"react-native-router-flux": "3.38.0",
"react-native-svg": "5.1.7",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-saga": "^0.15.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.0",
"validator": "^7.0.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel-eslint": "^7.2.2",
"babel-jest": "19.0.0",
"babel-plugin-module-resolver": "^2.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native": "1.9.1",
"babel-preset-stage-0": "^6.24.1",
"buffer": "^5.0.6",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-react-native": "^2.3.1",
"events": "^1.1.1",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6",
"remote-redux-devtools": "^0.5.7",
"remote-redux-devtools-on-debugger": "^0.7.0",
"stream": "0.0.2",
"timers": "^0.1.1"
},
"jest": {
"preset": "react-native"
}
}