-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 893 Bytes
/
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
{
"name": "imoocApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"lodash": "^4.17.4",
"mockjs": "^1.0.1-beta3",
"query-string": "^4.3.2",
"react": "15.4.2",
"react-addons-update": "^15.4.2",
"react-native": "^0.41.2",
"react-native-audio": "^3.2.1",
"react-native-button": "^1.8.2",
"react-native-image-picker": "^0.26.0",
"react-native-progress": "^3.2.0",
"react-native-sk-countdown": "^1.0.1",
"react-native-sound": "^0.9.1",
"react-native-video": "^1.0.0",
"sha1": "^1.1.1",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}