-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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": "DubbingApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"create-react-class": "^15.6.3",
"immutable": "^3.8.2",
"lodash": "^4.17.10",
"mockjs": "^1.0.1-beta3",
"query-string": "^6.1.0",
"react": "16.3.1",
"react-addons-update": "^15.6.2",
"react-native": "0.55.4",
"react-native-audio": "^4.1.3",
"react-native-button": "^2.3.0",
"react-native-elements": "^0.19.1",
"react-native-image-picker": "^0.26.10",
"react-native-progress": "^3.5.0",
"react-native-sk-countdown": "^1.0.1",
"react-native-sound": "^0.10.9",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.6.0",
"react-native-video": "^2.2.0",
"react-navigation": "^2.3.0",
"react-redux": "^4.4.9",
"redux": "^3.7.2",
"redux-actions": "^0.13.0",
"redux-immutable": "^3.1.0",
"redux-logger": "^2.10.2",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.3.0",
"rn-countdown": "^0.5.1",
"sha1": "^1.1.1"
},
"devDependencies": {
"babel-jest": "23.0.1",
"babel-preset-react-native": "4.0.0",
"jest": "23.1.0",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}