-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
126 lines (126 loc) · 5.32 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
{
"dependencies": {
"@react-native-async-storage/async-storage": "^1.19.3",
"@react-native-community/slider": "^4.4.3",
"@react-native-picker/picker": "^2.5.1",
"@react-native/metro-config": "^0.74.0",
"@react-navigation/bottom-tabs": "^7.0.0-alpha.5",
"@react-navigation/material-top-tabs": "^7.0.0-alpha.4",
"@react-navigation/native": "^7.0.0-alpha.4",
"@react-navigation/native-stack": "^7.0.0-alpha.5",
"@shopify/flash-list": "^1.6.1",
"@tamagui/animations-react-native": "^1.74.19",
"@tamagui/config": "^1.74.19",
"@tamagui/lucide-icons": "^1.74.19",
"@tamagui/theme-builder": "^1.74.19",
"@tamagui/themes": "^1.74.21",
"@types/lodash": "^4.14.199",
"@types/markdown-it": "^13.0.2",
"@types/react": "~18.2.14",
"axios": "^1.5.1",
"babel-plugin-module-resolver": "^5.0.0",
"dayjs": "^1.11.10",
"expo": "^49.0.3",
"expo-build-properties": "^0.8.3",
"expo-clipboard": "^4.5.0",
"expo-dev-client": "^2.4.11",
"expo-device": "^5.6.0",
"expo-haptics": "^12.6.0",
"expo-image": "https://gitpkg.now.sh/expo/expo/packages/expo-image?%40behenate/fix-image-reloads",
"expo-image-picker": "^14.5.0",
"expo-image-viewer": "^0.4.3",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "^6.0.0",
"expo-localization": "^14.5.0",
"expo-mail-composer": "^12.5.0",
"expo-media-library": "^15.6.0",
"expo-notifications": "^0.23.0",
"expo-permissions": "^14.4.0",
"expo-secure-store": "^12.5.0",
"expo-splash-screen": "^0.22.0",
"expo-status-bar": "^1.7.1",
"expo-system-ui": "^2.6.0",
"expo-web-browser": "^12.5.0",
"fuse.js": "^6.6.2",
"i18next": "^23.5.1",
"immer": "^10.0.3",
"lemmy-js-client": "^0.18.1",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"moti": "^0.27.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-i18next": "^13.2.2",
"react-native": "0.72.5",
"react-native-change-icon": "^5.0.0",
"react-native-device-info": "^10.11.0",
"react-native-drawer-layout": "^4.0.0-alpha.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.13.4",
"react-native-ios-context-menu": "^1.15.3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-material-tabs": "^4.2.0",
"react-native-pager-view": "^7.0.0-rc.0",
"react-native-reanimated": "~3.3.0",
"react-native-reanimated-swipeable": "^1.0.11",
"react-native-safe-area-context": "^4.7.2",
"react-native-screens": "^3.25.0",
"react-native-share": "^9.4.1",
"react-native-svg": "^13.14.0",
"react-native-web": "~0.19.6",
"react-native-webview": "^13.6.2",
"react-navigation-header-buttons": "^11.1.0",
"reactotron-plugin-zustand": "^1.0.3",
"reanimated-color-picker": "^2.4.0",
"tamagui": "^1.74.19",
"zustand": "^4.4.3"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@tamagui/babel-plugin": "^1.74.21",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"license-report": "^6.5.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.0.3",
"reactotron-react-native": "^5.0.3",
"typescript": "*"
},
"name": "memmy",
"version": "1.0.0",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prebuild": "expo prebuild",
"build-dev-ios": "eas build -p ios --profile development --output dev.ipa --local --non-interactive",
"build-dev-android": "eas build -p android --profile development --output dev.apk --local --non-interactive",
"build-internal-ios": "eas build -p ios --profile production-internal --output internal.ipa --local --non-interactive",
"build-internal-android": "eas build -p android --profile production-internal --output internal.apk --local --non-interactive",
"build-prod-ios": "eas build -p ios --profile production --output prod.ipa --local --non-interactive",
"build-prod-android": "eas build -p android --profile production --output prod.aab --local --non-interactive",
"build-tf-ios": "eas build -p ios --profile production-tf --output prod.ipa --local --non-interactive",
"build-tf-android": "eas build -p android --profile production-tf --output prod.aab --local --non-interactive",
"build-submit-ios": "cd ios && fastlane beta",
"build-submit-internal-ios": "cd ios && fastlane betaInternal",
"generate-license": "./node_modules/license-report/index.js --only=prod,dev,peer --fields=name --fields=licenseType --fields=link --fields=installedVersion --fields=author --output=html > assets/license.html",
"postinstall": "patch-package",
"lint": "./node_modules/eslint/bin/eslint.js . --ext=js,jsx,ts,tsx",
"lint-fix": "./node_modules/eslint/bin/eslint.js . --ext=js,jsx,ts,tsx --fix",
"deploy-ios-local": "./bin/deploy-ios-local.sh",
"deploy-ios": "./bin/deploy-ios-github.sh"
}
}