-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.54 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": "ESX",
"version": "0.1.1",
"private": true,
"scripts": {
"postinstall": "remotedev-debugger",
"start": "node_modules/react-native/packager/packager.sh",
"eslint": "eslint",
"test": "jest"
},
"dependencies": {
"color": "^0.11.3",
"graphql-tag": "^1.3.1",
"lodash": "^4.13.1",
"mobile-center-analytics": "^0.2.2",
"mobile-center-crashes": "^0.2.2",
"moment": "^2.13.0",
"native-base": "^2.0.12",
"react": "15.4.2",
"react-native": "^0.42.0",
"react-native-code-push": "1.17.0-beta",
"react-native-easy-grid": "0.1.8",
"react-native-lock": "^0.5.0",
"react-native-modalbox": "^1.3.4",
"react-native-navigation-redux-helpers": "^0.5.0",
"react-native-router-flux": "^3.38.0",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-form": "^6.5.0",
"redux-persist": "^4.0.0",
"redux-thunk": "^2.2.0",
"remote-redux-devtools": "^0.5.7"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-jest": "17.0.0",
"babel-preset-react-native": "1.9.0",
"chai": "^3.5.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"eslint-plugin-react-native": "^2.0.0",
"jest": "17.0.0",
"jest-react-native": "17.0.0",
"mocha": "^2.5.3",
"react-test-renderer": "15.3.2",
"remote-redux-devtools-on-debugger": "^0.4.6",
"remotedev-server": "^0.1.2"
},
"jest": {
"preset": "react-native"
}
}