-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "TwoMonkeys",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.15.3",
"babel-polyfill": "^6.22.0",
"ramda": "^0.23.0",
"react": "15.4.2",
"react-native": "0.41.2",
"react-native-config": "^0.3.1",
"react-native-elements": "^0.9.6",
"react-native-i18n": "^1.0.0",
"react-native-router-flux": "^3.37.0",
"react-native-spinkit": "^1.0.2",
"react-native-vector-icons": "^4.0.0",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-immutable": "^3.0.11",
"redux-logger": "^2.8.1",
"redux-saga": "^0.14.3",
"reduxsauce": "^0.4.1",
"seamless-immutable": "^7.0.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"enzyme": "^2.7.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-redux-saga": "^0.3.0",
"jest": "18.1.0",
"mockery": "^2.0.0",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}