-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 953 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
{
"name": "MourgosApp",
"version": "0.2.1",
"private": true,
"devDependencies": {
"react-native-scripts": "1.6.0",
"jest-expo": "^22.0.0",
"react-test-renderer": "16.0.0-beta.5"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "cross-env EXPO_DEBUG=true react-native-scripts android",
"pubandroid": "react-native-scripts android --variant=release",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^22.0.0",
"react": "16.0.0-beta.5",
"react-native": "^0.49.5",
"react-native-datepicker": "^1.6.0",
"react-native-sound": "^0.10.4",
"react-native-tabs": "^1.0.9",
"react-navigation": "^1.0.0-beta.21",
"socket.io": "^2.0.4"
}
}