-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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": "poki",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"backendless": "^3.1.22",
"native-base": "^0.5.18",
"react": "15.4.1",
"react-native": "0.39.2",
"react-native-busy-indicator": "^1.0.9",
"react-native-easy-grid": "^0.1.7",
"react-native-google-signin": "^0.8.0",
<<<<<<< HEAD
"react-native-loading": "^0.1.0",
"react-native-loading-spinner-overlay": "^0.4.1",
"react-native-progress-hud": "^1.0.4",
"react-native-simple-modal": "^4.0.1",
"react-native-sleek-loading-indicator": "^0.1.3"
=======
"react-native-loading-spinner-overlay": "^0.4.1"
>>>>>>> e0c0b89850170cef71959c505cf36230f8632d06
},
"devDependencies": {
"@types/react-native": "^0.37.1",
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.0.0",
"react-test-renderer": "15.4.1"
},
"jest": {
"preset": "react-native"
}
}