-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.92 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
{
"name": "learn-quran",
"version": "0.1.0",
"author": "Mohammad Shbool <@mohshbool> (https://github.com/mohshbool)",
"homepage": "https://github.com/learn-quran/native",
"license": "GPL-3.0",
"scripts": {
"run:ios": "react-native run-ios",
"run:android": "npx jetify && react-native run-android",
"run:ios6": "react-native run-ios --simulator=\"iPhone 6s\"",
"clean": "cd android && ./gradlew clean",
"build": "yarn clean && npx jetify && cd android && ./gradlew assembleRelease && open app/build/outputs/apk/release"
},
"dependencies": {
"formik": "^1.5.7",
"i18next": "^17.0.4",
"jetifier": "^1.6.3",
"lottie-ios": "^3.0.3",
"lottie-react-native": "^3.1.0",
"react": "16.8.3",
"react-i18next": "^10.11.2",
"react-native": "0.59.9",
"react-native-app-intro-slider": "^3.0.0",
"react-native-dropdownalert": "^4.1.0",
"react-native-firebase": "~5.5.3",
"react-native-gesture-handler": "^1.3.0",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-localize": "^1.1.3",
"react-native-paper": "^2.16.0",
"react-native-restart": "^0.0.10",
"react-native-sound": "^0.11.0",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^3.11.0",
"react-navigation-material-bottom-tabs": "^1.0.0",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-plugin-optional-require": "^0.3.1",
"eslint": "5.0.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"flow-bin": "0.93.0",
"metro-react-native-babel-preset": "^0.54.1",
"prettier": "^1.17.1",
"react-test-renderer": "16.8.3"
},
"rnpm": {
"assets": [
"./Fonts/"
]
}
}