-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 4.08 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
90
91
92
93
94
95
96
97
98
99
{
"name": "aquamind",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "npx react-native run-android",
"ios": "npx react-native run-ios --simulator=\"iPhone 13 Pro\"",
"start": "npx react-native start",
"pod": "npx pod-install",
"podUpdate": "npx pod-install --repo-update",
"podGem": "bundle install && cd ios && bundle exec pod install && cd ..",
"images": "npx expo-optimize",
"build:ios": "expo build:ios",
"openDeepLink": "npx uri-scheme open aquamindapp://likePostComment/3 --ios",
"testflight": "eas submit --platform ios --asc-app-id 1524044472",
"build:apk": "cd android && ./gradlew assembleRelease && open app/build/outputs/apk/release",
"android:release": "cd android && ./gradlew bundleRelease && open app/build/outputs/bundle/release",
"keystore": "code ~/.gradle/gradle.properties",
"clean": "cd android && ./gradlew cleanBuildCache && ./gradlew clean",
"reset": "yarn clean && rm -f ./yarn.lock && rm -rf ./node_modules && rm -f ./ios/Podfile.lock.lock && rm -rf ./ios/Pods && yarn install && yarn pod",
"resetMetro": "watchman watch-del-all && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-map-*",
"jsbundle": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"splashscreen:ios": "expo-splash-screen -p \"ios\" -b \"#086BDB\" -i src/assets/splashscreen.png -r \"contain\" --status-bar-hidden",
"splashscreen:android": "expo-splash-screen -p \"android\" -b \"#086BDB\" -i src/assets/splashscreen.png -r \"contain\" --status-bar-hidden"
},
"dependencies": {
"@expo-google-fonts/roboto": "^0.2.2",
"@react-native-async-storage/async-storage": "~1.15.17",
"@react-native-community/datetimepicker": "5.1.0",
"@react-native-picker/picker": "2.2.1",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@reduxjs/toolkit": "^1.7.1",
"axios": "^0.25.0",
"colord": "^2.9.2",
"expo": "^44.0.5",
"expo-app-loading": "~1.3.0",
"expo-blur": "~11.0.0",
"expo-device": "~4.1.0",
"expo-font": "~10.0.4",
"expo-haptics": "~11.1.0",
"expo-image-picker": "~12.0.1",
"expo-network": "~4.1.0",
"expo-notifications": "~0.14.0",
"expo-secure-store": "~11.1.0",
"expo-splash-screen": "~0.14.1",
"formik": "^2.2.9",
"immer": "^9.0.12",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"react": "17.0.2",
"react-native": "0.67.1",
"react-native-anchor-carousel": "^4.0.1",
"react-native-animatable": "^1.3.3",
"react-native-animated-pagination-dots": "^0.1.72",
"react-native-compressor": "^1.3.4",
"react-native-fast-image": "^8.5.11",
"react-native-gesture-handler": "^2.2.0",
"react-native-pager-view": "5.4.9",
"react-native-paper": "^4.11.2",
"react-native-pinchable": "^0.2.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "~3.10.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-swipe-list": "^0.0.2",
"react-native-vector-icons": "^9.0.0",
"react-query": "^3.34.15",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-numeric-separator": "^7.16.0",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.65.0",
"@types/react-native-snap-carousel": "^3.8.5",
"@types/react-native-vector-icons": "^6.4.9",
"@types/react-test-renderer": "^17.0.1",
"@types/styled-components-react-native": "^5.1.2",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-flipper": "^0.131.1",
"react-query-native-devtools": "^4.0.0",
"react-test-renderer": "17.0.2",
"redux-flipper": "^2.0.1",
"typescript": "~4.5.2"
},
"resolutions": {
"@types/react": "^17"
}
}