-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 3.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "finegstapp",
"version": "6.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"appcenter-login": "appcenter login",
"appcenter-list": "yarn appcenter codepush deployment list",
"appcenter-android-key": "appcenter codepush deployment list -a finegst3795-gmail.com/finegst-android -k",
"appcenter-ios-key": "appcenter codepush deployment list -a finegst3795-gmail.com/finegst-ios -k",
"bundle:android": "react-native bundle --assets-dest build/CodePush --bundle-output build/CodePush/index.android.bundle --dev false --entry-file index.js --platform android --sourcemap-output build/CodePush/index.android.bundle.map",
"bundle:ios": "react-native bundle --assets-dest build/CodePush --bundle-output build/CodePush/main.jsbundle --dev false --entry-file index.js --platform ios --sourcemap-output build/CodePush/main.jsbundle.map",
"codepush:android": "appcenter codepush release-react -a finegst3795-gmail.com/finegst-android -d Production --sourcemap-output --output-dir ./build -m -t 6.0",
"codepush:ios": "appcenter codepush release-react -a finegst3795-gmail.com/finegst-ios -d Production --sourcemap-output --output-dir ./build -m -t 6.0",
"aab:android": "yarn install --immutable --immutable-cache --check-cache && cd android && ./gradlew bundleRelease && cd .. && open android/app/build/outputs/bundle/release",
"apk:android": "yarn install --immutable --immutable-cache --check-cache && cd android && ./gradlew assembleRelease && cd .. && open android/app/build/outputs/apk/release"
},
"dependencies": {
"@notifee/react-native": "^7.8.0",
"@react-native-community/cli-platform-android": "^11.3.5",
"@react-native-firebase/app": "^18.3.0",
"@react-native-firebase/messaging": "^18.3.0",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@types/axios": "^0.14.0",
"appcenter": "5.0.0",
"appcenter-analytics": "5.0.0",
"appcenter-cli": "^2.14.0",
"appcenter-crashes": "5.0.0",
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"global": "^4.4.0",
"native-base": "^3.4.28",
"react": "18.2.0",
"react-native": "0.72.1",
"react-native-asset": "^2.1.1",
"react-native-auto-height-image": "^3.2.4",
"react-native-code-push": "^8.1.0",
"react-native-dotenv": "^3.4.9",
"react-native-encrypted-storage": "^4.0.3",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.12.0",
"react-native-logs": "^5.0.1",
"react-native-reanimated": "^3.3.0",
"react-native-reanimated-carousel": "^3.4.0",
"react-native-reanimated-table": "^0.0.2",
"react-native-safe-area-context": "^4.6.4",
"react-native-screens": "^3.22.0",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "12.1.1",
"react-native-vector-icons": "^9.2.0",
"react-native-webview": "^13.6.0",
"react-query": "^3.39.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.7",
"@tsconfig/react-native": "^3.0.0",
"@types/crypto-js": "^4.1.1",
"@types/metro-config": "^0.76.3",
"@types/react": "^18.0.24",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-native-global-props": "^1.1.3",
"@types/react-native-vector-icons": "^6.4.13",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.5",
"prettier": "^2.4.1",
"react-devtools": "^4.28.0",
"react-test-renderer": "18.2.0",
"reactotron-react-native": "^5.0.3",
"typescript": "4.8.4"
},
"engines": {
"node": ">=16"
}
}