-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
33 lines (33 loc) · 880 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
{
"name": "AudioVerse",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-i18n": "^2.0.12",
"react-native-swiper": "^1.5.13",
"react-native-track-player": "^0.2.4",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.12",
"react-navigation-redux-helpers": "^1.1.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-persist": "^5.9.1",
"redux-saga": "^0.16.0"
},
"devDependencies": {
"babel-jest": "23.0.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-preset-react-native": "4.0.0",
"jest": "23.0.1",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}