-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.18 KB
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
{
"name": "techtalkvideo",
"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",
"firebase": "^3.6.5",
"react": "~15.4.0-rc.4",
"react-native": "0.41.1",
"react-native-cacheable-image": "^1.5.1",
"react-native-drawer": "^2.3.0",
"react-native-image-progress": "^0.6.0",
"react-native-modalbox": "^1.3.8",
"react-native-progress": "^3.2.0",
"react-native-refreshable-listview": "^1.3.0",
"react-native-router-flux": "^3.37.0",
"react-native-scrollable-tab-view": "^0.7.0",
"react-native-spinkit": "^1.0.1",
"react-native-splash-screen": "^2.0.0",
"react-native-vector-icons": "^4.0.0",
"react-redux": "^5.0.2",
"recompose": "^0.21.2",
"redux": "^3.6.0",
"redux-actions": "^1.2.0",
"redux-effects-steps": "^1.0.1",
"redux-logger": "^2.7.4",
"redux-persist": "^4.1.0"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.1.0",
"react-test-renderer": "~15.4.0-rc.4"
},
"jest": {
"preset": "react-native"
}
}