forked from Memmy-App/memmy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 6.58 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"scripts": {
"start": "npx expo start --dev-client",
"android": "npx expo run:android",
"ios": "npx expo run:ios",
"web": "npx expo start --web",
"lint": "npx eslint .",
"buildProd": "rm -rf build.ipa && eas build -p ios --profile production --output build.ipa --local --non-interactive",
"buildPrev": "rm -rf preview.ipa && eas build -p ios --profile preview --output preview.ipa --local --non-interactive",
"buildDev": "rm -rf dev.ipa && eas build -p ios --profile development --output dev.ipa --local --non-interactive",
"buildSim": "rm -rf simulator.tar.gz && eas build -p ios --profile simulator --output simulator.tar.gz --local --non-interactive",
"runSim": "eas build:run -p ios --path simulator.tar.gz",
"startDev": "npx expo start --dev-client",
"startNoDev": "npx expo start --no-dev --minify",
"buildProdAnd": "rm -rf build.aab && eas build -p android --profile production --output build.aab --local --non-interactive",
"buildDevAnd": "rm -rf dev.apk && eas build -p android --profile development --output dev.apk --local --non-interactive",
"buildPrevAnd": "rm -rf prev.apk && eas build -p android --profile preview --output prev.apk --local --non-interactive",
"runAnd": "eas build:run -p android --path dev.apk",
"buildAndSubmit": "rm -rf build.ipa && eas build -p ios --profile production --output build.ipa --local --non-interactive && eas submit -p ios --path build.ipa --non-interactive",
"buildAndSubmitAll": "yarn run buildProd && yarn run buildProdAnd && eas submit -p ios --path build.iap && eas submit -p android build.aab",
"generate-license": "license-report --only=prod,dev,peer --fields=name --fields=licenseType --fields=link --fields=installedVersion --fields=author --output=html > assets/license.html",
"release": "appcenter codepush release-react --app gavink/Memmy -t 0.5.1",
"release-staging": "appcenter codepush release-react --app gavink/Memmy -t 10.10.11",
"promote": "appcenter codepush promote -d Production -s Staging --app gavink/memmy"
},
"dependencies": {
"@expo/react-native-action-sheet": "^4.0.1",
"@expo/vector-icons": "^13.0.0",
"@gkasdorf/react-native-fast-image": "^8.6.4",
"@gkasdorf/react-native-tableview-simple": "^4.4.2",
"@gluestack-style/animation-plugin": "latest",
"@gluestack-style/react": "latest",
"@gluestack-ui/button": "latest",
"@gluestack-ui/divider": "^0.1.5",
"@gluestack-ui/fab": "latest",
"@gluestack-ui/hstack": "latest",
"@gluestack-ui/icon": "latest",
"@gluestack-ui/pressable": "latest",
"@gluestack-ui/provider": "latest",
"@gluestack-ui/spinner": "latest",
"@gluestack-ui/vstack": "latest",
"@pnthach95/react-native-root-view-background": "^1.3.0",
"@react-native-async-storage/async-storage": "^1.19.0",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/hooks": "^3.0.0",
"@react-native-community/slider": "^4.4.2",
"@react-native-segmented-control/segmented-control": "^2.4.2",
"@react-native/eslint-config": "^0.73.0",
"@react-native/metro-config": "^0.73.0",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@reduxjs/toolkit": "^1.9.5",
"@ronradtke/react-native-markdown-display": "^8.0.0",
"@shopify/flash-list": "1.5.0",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"expo": "^49.0.0",
"expo-av": "~13.4.1",
"expo-blur": "~12.4.1",
"expo-build-properties": "~0.8.3",
"expo-clipboard": "~4.3.0",
"expo-constants": "^14.4.1",
"expo-dev-client": "~2.4.6",
"expo-device": "~5.4.0",
"expo-file-system": "~15.4.2",
"expo-font": "~11.4.0",
"expo-image-picker": "~14.3.1",
"expo-linking": "~5.0.0",
"expo-localization": "^14.3.0",
"expo-mail-composer": "~12.3.0",
"expo-media-library": "~15.4.0",
"expo-notifications": "^0.20.0",
"expo-permissions": "~14.2.1",
"expo-splash-screen": "~0.20.2",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-web-browser": "~12.3.2",
"flash-list": "^0.0.1-security",
"i18next": "^23.2.11",
"immer": "^10.0.2",
"lemmy-js-client": "^0.18.1",
"markdown-it-container": "^3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.10",
"react-i18next": "^13.0.2",
"react-native": "0.72.3",
"react-native-change-icon": "^4.0.0",
"react-native-code-push": "^8.0.2",
"react-native-device-info": "^10.7.0",
"react-native-dialog": "^9.3.0",
"react-native-elements": "^3.4.3",
"react-native-flipper": "0.203.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-haptic-feedback": "^2.0.3",
"react-native-ios-context-menu": "^1.15.3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.7.3",
"react-native-pager-view": "6.2.0",
"react-native-reanimated": "^3.3.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.7.1",
"react-native-screens": "^3.22.1",
"react-native-sfsymbols": "^1.2.1",
"react-native-share": "^9.2.1",
"react-native-svg": "13.10.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "^0.19.7",
"react-native-webview": "^13.2.2",
"react-redux": "^8.1.1",
"reactotron-plugin-zustand": "https://github.com/aylonmuramatsu/reactotron-zustand-plugin.git",
"reactotron-react-native": "^5.0.3",
"remove-markdown": "^0.5.0",
"tabler-icons-react-native": "^2.17.1",
"zustand": "^4.3.9"
},
"devDependencies": {
"@babel/core": "^7.22.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@tsconfig/react-native": "^3.0.0",
"@types/marked": "^5.0.1",
"@types/react": "~18.2.15",
"@types/react-native": "^0.72.2",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"metro-react-native-babel-preset": "0.77.0",
"prettier": "^2.8.8",
"react-dev-utils": "^12.0.1",
"typescript": "^5.1.3"
},
"name": "memmy",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18"
}
}