-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "Recipezy",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"native-base": "2.0.10",
"qs": "^6.4.0",
"react": "^15.4.2",
"react-native": "^0.42.3",
"react-native-parallax-scroll-view": "^0.19.0",
"react-native-snap-carousel": "^2.1.1",
"react-native-spinkit": "^1.0.2",
"react-native-swipe-list-view": "^0.4.1",
"react-native-swipeable": "^0.4.0",
"react-native-tts": "^1.3.0",
"react-navigation": "^1.0.0-beta.9",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"redux-logger": "^2.10.2",
"redux-persist": "^4.8.0",
"redux-persist-transform-compress": "^4.2.0",
"redux-persist-transform-encrypt": "^1.0.2",
"redux-thunk": "^2.2.0",
"reselect": "^2.5.4",
"sentence-cleaner": "^1.0.0",
"shortid": "^2.2.8",
"sort-on": "^2.0.0",
"string": "^3.3.3"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.1.0",
"react-test-renderer": "~15.4.0",
"redux-devtools": "^3.3.2"
},
"jest": {
"preset": "react-native"
}
}