-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 962 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 962 Bytes
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
{
"name": "soundboxNative",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.15.2",
"immutable": "*",
"qs": "^6.3.0",
"react": "15.4.2",
"react-native": "^0.41.2",
"react-native-action-button": "^2.6.2",
"react-native-animatable": "*",
"react-native-audio-streaming": "^2.3.2",
"react-native-fbsdk": "^0.5.0",
"react-native-music-control": "^0.3.4",
"react-native-snap-carousel": "^2.0.1",
"react-native-sound": "^0.9.0",
"react-native-vector-icons": "^4.0.0",
"react-redux": "*",
"realm": "*",
"redux": "*",
"redux-thunk": "*",
"validator": "*"
},
"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"
}
}