-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.64 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
45
46
47
{
"name": "EscapeAge_ReactNative",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"build:ios": "node node_modules/react-native/local-cli/cli.js bundle --platform ios --dev false --entry-file index.ios.js --assets-dest iOS/ --bundle-output iOS/main.jsbundle"
},
"dependencies": {
"@remobile/react-native-toast": "1.0.5",
"apsl-react-native-button": "^2.5.0",
"camelcase": "^4.0.0",
"firebase": "^3.2.0",
"googlemaps": "^1.11.1",
"lodash": "^4.13.1",
"react": "^15.4.0",
"react-native": "^0.38.0",
"react-native-button": "^1.6.0",
"react-native-calendar": "^0.9.0",
"react-native-elements": "^0.6.4",
"react-native-extended-stylesheet": "^0.3.0",
"react-native-facebook-login": "^1.2.0",
"react-native-google-signin": "^0.8.1",
"react-native-maps": "^0.11.0",
"react-native-menu": "git+https://github.com/nlug/react-native-menu.git",
"react-native-modal-picker": "0.0.16",
"react-native-router-flux": "^3.30.2",
"react-native-share": "^1.0.19",
"react-native-simple-modal": "^4.0.1",
"react-native-simple-radio-button": "^2.4.0",
"react-native-sortable-listview": "^0.1.1",
"react-native-star-rating": "^1.0.6",
"react-native-vector-icons": "^3.0.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-persist": "^4.0.0-beta1",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-jest": "^17.0.2",
"babel-preset-react-native": "^1.9.0",
"jest": "^17.0.2",
"jest-react-native": "^17.0.2",
"react-test-renderer": "~15.3.0"
}
}