-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.71 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
56
57
{
"name": "MobileCenterReactNativeApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "eslint .",
"storybook": "storybook start -p 7007"
},
"dependencies": {
"buffer": "^5.0.2",
"moment": "^2.17.1",
"react": "~15.4.0-rc.4",
"react-native": "0.40.0",
"react-native-button": "^1.8.2",
"react-native-card-view": "0.0.3",
"react-native-code-push": "^1.17.0-beta",
"react-native-css": "^1.2.47",
"react-native-device-info": "^0.9.9",
"react-native-drawer": "^2.3.0",
"react-native-push-notification": "^2.2.1",
"react-native-router-flux": "^3.37.0",
"react-native-scrollable-tab-view": "^0.7.0",
"react-native-search-bar": "^3.0.0",
"react-native-searchbar": "^1.8.0",
"react-native-send-intent": "^1.0.14",
"react-native-simple-store": "^1.1.0",
"react-native-storage": "^0.1.5",
"react-native-vector-icons": "^4.0.0",
"react-redux": "^5.0.2",
"react-toolbox": "^2.0.0-beta.6",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-persist": "^4.0.1",
"redux-saga": "^0.14.2",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"tcomb-form-native": "^0.6.5"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"jest": "18.1.0",
"react-test-renderer": "~15.4.0-rc.4",
"redux-devtools": "^3.3.2",
"@kadira/react-native-storybook": "^2.0.0"
},
"jest": {
"preset": "react-native"
}
}