This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.96 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "youcheff",
"version": "1.0.0",
"private": true,
"scripts": {
"codepush:release": "appcenter codepush release-react -a ricardodantas/youcheff --mandatory",
"generate:icon": "yo rn-toolbox:assets --icon icon/icon.png",
"generate:splash": "yo rn-toolbox:assets --splash splash/splash.png --ios",
"lint": "eslint .",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"ios": "react-native run-ios",
"ios:snapshots": "cd ios && fastlane snapshot && cd ..",
"ios:deploy:beta": "cd ios && fastlane beta && cd .."
},
"dependencies": {
"@react-native-community/async-storage": "^1.5.0",
"appcenter": "2.0.0",
"appcenter-analytics": "2.0.0",
"appcenter-crashes": "2.0.0",
"bugsnag-react-native": "^2.21.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"react": "16.8.3",
"react-native": "0.59.9",
"react-native-animatable": "^1.3.2",
"react-native-code-push": "^5.6.0",
"react-native-collapsible": "^1.4.0",
"react-native-elements": "^1.1.0",
"react-native-fbsdk": "^0.10.1",
"react-native-firebase": "^5.5.3",
"react-native-gesture-handler": "^1.3.0",
"react-native-google-signin": "^2.0.0",
"react-native-iap": "^3.2.4",
"react-native-snap-carousel": "^3.8.0",
"react-native-vector-icons": "^6.5.0",
"react-navigation": "^3.11.0",
"react-navigation-transitions": "^1.0.10",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.14.2",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.8.3",
"react-native-dotenv": "^0.2.0"
},
"jest": {
"preset": "react-native"
}
}