This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
{
"name": "Cinecor",
"version": "1.1.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "eslint src/**/*.js",
"flow": "flow"
},
"dependencies": {
"axios": "0.16.1",
"moment": "^2.18.1",
"native-base": "^2.1.3",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-animatable": "^1.2.0",
"react-native-deprecated-custom-components": "^0.1.0",
"react-native-firebase": "^2.0.0",
"react-native-i18n": "^1.0.0",
"react-native-navigation-redux-helpers": "0.5.0",
"react-native-scrollable-tab-view": "^0.6.5",
"react-native-search-bar": "^3.0.0",
"react-native-vector-icons": "^4.1.0",
"react-redux": "5.0.4",
"redux": "3.6.0",
"redux-persist": "4.6.0",
"redux-saga": "0.14.6",
"remote-redux-devtools": "0.5.7",
"remote-redux-devtools-on-debugger": "0.4.6",
"reselect": "^3.0.0"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"chai": "3.5.0",
"eslint": "3.12.2",
"eslint-config-airbnb": "11.1.0",
"eslint-plugin-babel": "4.0.0",
"eslint-plugin-flowtype": "2.29.1",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-jsx-a11y": "2.2.1",
"eslint-plugin-react": "6.2.0",
"eslint-plugin-react-native": "2.0.0",
"flow-bin": "0.36.0",
"jest": "19.0.2",
"mocha": "2.5.3",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}