-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.56 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "avecunlivre",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"reload": "sh ./reload.sh",
"open": "sh ./open.sh",
"ios": "react-native run-ios",
"android": "cd android && ./gradlew clean && cd .. && react-native run-android",
"install": "react-native run-android",
"installRelease": "react-native run-android --variant=release",
"cleanDev": "watchman watch-del-all && adb uninstall com.sakcho.lecture"
},
"dependencies": {
"@callstack/react-theme-provider": "^1.0.6",
"appcenter": "^1.9.0",
"appcenter-analytics": "^1.9.0",
"appcenter-crashes": "^1.9.0",
"aws-amplify": "^1.1.22",
"aws-amplify-react-native": "^2.1.8",
"i18n-js": "^3.2.1",
"jsc-android": "^236355.1.1",
"mobx": "^5.5.2",
"mobx-react": "^5.3.6",
"prop-types": "^15.6.2",
"react": "16.8.3",
"react-native": "0.59.1",
"react-native-animatable": "^1.3.1",
"react-native-audio": "^4.3.0",
"react-native-blur": "^3.2.2",
"react-native-fbsdk": "^0.8.0",
"react-native-gesture-handler": "^1.0.12",
"react-native-languages": "^3.0.2",
"react-native-reanimated": "^1.0.0-alpha.12",
"react-native-sound": "^0.10.12",
"react-native-splash-screen": "^3.1.1",
"react-native-text-size": "^3.0.0",
"react-native-ui-lib": "^3.15.5",
"react-native-vector-icons": "^6.0.2",
"react-navigation": "^3.0.9",
"react-navigation-fluid-transitions": "^0.3.0",
"react-navigation-tabs": "^2.0.0-alpha.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
"@babel/runtime": "^7.3.4",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-optional-require": "^0.3.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-flowtype": "^3.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.5.0",
"esprima": "^4.0.1",
"jest": "24.5.0",
"metro-react-native-babel-preset": "0.53.1",
"prettier": "1.15.3",
"react-native-slowlog": "^1.0.2",
"react-test-renderer": "16.8.3",
"rn-snoopy": "^2.0.2"
},
"jest": {
"preset": "react-native"
}
}