-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 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
{
"name": "RNMovie",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "7.1.0",
"babel-jest": "16.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native": "4.0.0",
"babel-preset-stage-2": "^6.24.1",
"eslint": "3.9.1",
"eslint-config-airbnb": "12.0.0",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.6.0",
"eslint-plugin-react-native": "2.0.0",
"jest": "16.0.2",
"jest-react-native": "16.1.0",
"react-native-debugger-open": "^0.3.17",
"react-test-renderer": "15.3.2"
},
"scripts": {
"postinstall": "rndebugger-open",
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"color": "^3.0.0",
"moment": "^2.22.2",
"native-base": "^2.8.0",
"react": "16.4.1",
"react-native": "0.55.4",
"react-native-dialog-input": "^1.0.4",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.14.2",
"react-navigation-redux-helpers": "^2.0.5",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.2",
"redux-orm": "^0.12.1",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.2.0",
"react-native-swipeout": "git://github.com/bartsolutions/react-native-swipeout.git#fixShrink"
}
}