-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "Online_Wallpapers",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"babel-plugin-transform-remove-console": "^6.9.0",
"react": "^16.3.0-alpha.1",
"react-native": "^0.55.4",
"react-native-background-task": "^0.2.1",
"react-native-background-timer": "^2.0.1",
"react-native-checkbox": "^2.0.0",
"react-native-fa-icons": "^3.0.1",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-wallpaper-manager": "^0.3.16",
"react-native-wheel-picker-android": "^1.0.3",
"react-navigation": "^1.4.0",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-jest": "22.4.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "4.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "22.4.2",
"react-test-renderer": "^16.3.0-alpha.1"
},
"jest": {
"preset": "react-native"
}
}