mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1{
2 "name": "bsky.app",
3 "version": "1.45.0",
4 "private": true,
5 "scripts": {
6 "prepare": "is-ci || husky install",
7 "postinstall": "patch-package",
8 "prebuild": "expo prebuild",
9 "android": "expo run:android",
10 "ios": "expo run:ios",
11 "web": "expo start --web",
12 "build-web": "expo export:web && node ./scripts/post-web-build.js && cp --verbose ./web-build/static/js/*.* ./bskyweb/static/js/",
13 "start": "expo start --dev-client",
14 "clean-cache": "rm -rf node_modules/.cache/babel-loader/*",
15 "test": "jest --forceExit --testTimeout=20000 --bail",
16 "test-watch": "jest --watchAll",
17 "test-ci": "jest --ci --forceExit --reporters=default --reporters=jest-junit",
18 "test-coverage": "jest --coverage",
19 "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
20 "typecheck": "tsc --project ./tsconfig.check.json",
21 "e2e:mock-server": "ts-node __e2e__/mock-server.ts",
22 "e2e:metro": "RN_SRC_EXT=e2e.ts,e2e.tsx expo run:ios",
23 "e2e:build": "detox build -c ios.sim.debug",
24 "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all"
25 },
26 "dependencies": {
27 "@atproto/api": "^0.6.3",
28 "@bam.tech/react-native-image-resizer": "^3.0.4",
29 "@braintree/sanitize-url": "^6.0.2",
30 "@expo/html-elements": "^0.4.2",
31 "@expo/webpack-config": "^18.0.1",
32 "@fortawesome/fontawesome-svg-core": "^6.1.1",
33 "@fortawesome/free-regular-svg-icons": "^6.1.1",
34 "@fortawesome/free-solid-svg-icons": "^6.1.1",
35 "@fortawesome/react-native-fontawesome": "^0.3.0",
36 "@gorhom/bottom-sheet": "^4.4.7",
37 "@mattermost/react-native-paste-input": "^0.6.4",
38 "@miblanchard/react-native-slider": "^2.2.0",
39 "@notifee/react-native": "^7.4.0",
40 "@react-native-async-storage/async-storage": "^1.17.6",
41 "@react-native-camera-roll/camera-roll": "^5.2.2",
42 "@react-native-clipboard/clipboard": "^1.10.0",
43 "@react-native-community/blur": "^4.3.0",
44 "@react-native-community/datetimepicker": "6.7.3",
45 "@react-native-community/netinfo": "^9.4.1",
46 "@react-native-menu/menu": "^0.8.0",
47 "@react-navigation/bottom-tabs": "^6.5.7",
48 "@react-navigation/drawer": "^6.6.2",
49 "@react-navigation/native": "^6.1.6",
50 "@react-navigation/native-stack": "^6.9.12",
51 "@segment/analytics-next": "^1.51.3",
52 "@segment/analytics-react": "^1.0.0-rc1",
53 "@segment/analytics-react-native": "^2.10.1",
54 "@segment/sovran-react-native": "^0.4.5",
55 "@sentry/react-native": "4.13.0",
56 "@tiptap/core": "^2.0.0-beta.220",
57 "@tiptap/extension-document": "^2.0.0-beta.220",
58 "@tiptap/extension-hard-break": "^2.0.3",
59 "@tiptap/extension-history": "^2.0.3",
60 "@tiptap/extension-link": "^2.0.0-beta.220",
61 "@tiptap/extension-mention": "^2.0.0-beta.220",
62 "@tiptap/extension-paragraph": "^2.0.0-beta.220",
63 "@tiptap/extension-placeholder": "^2.0.0-beta.220",
64 "@tiptap/extension-text": "^2.0.0-beta.220",
65 "@tiptap/pm": "^2.0.0-beta.220",
66 "@tiptap/react": "^2.0.0-beta.220",
67 "@tiptap/suggestion": "^2.0.0-beta.220",
68 "@types/node": "^18.16.2",
69 "@zxing/text-encoding": "^0.9.0",
70 "await-lock": "^2.2.2",
71 "base64-js": "^1.5.1",
72 "bcp-47-match": "^2.0.3",
73 "email-validator": "^2.0.4",
74 "expo": "~48.0.18",
75 "expo-application": "~5.1.1",
76 "expo-build-properties": "~0.5.1",
77 "expo-camera": "~13.2.1",
78 "expo-constants": "~14.2.1",
79 "expo-dev-client": "~2.1.1",
80 "expo-device": "~5.2.1",
81 "expo-image": "^1.2.3",
82 "expo-image-manipulator": "^11.1.1",
83 "expo-image-picker": "^14.1.1",
84 "expo-localization": "~14.1.1",
85 "expo-media-library": "~15.2.3",
86 "expo-sharing": "~11.2.2",
87 "expo-splash-screen": "~0.18.2",
88 "expo-status-bar": "~1.4.4",
89 "expo-system-ui": "~2.2.1",
90 "expo-updates": "~0.16.4",
91 "fast-text-encoding": "^1.0.6",
92 "graphemer": "^1.4.0",
93 "history": "^5.3.0",
94 "js-sha256": "^0.9.0",
95 "lande": "^1.0.10",
96 "lodash.chunk": "^4.2.0",
97 "lodash.debounce": "^4.0.8",
98 "lodash.isequal": "^4.5.0",
99 "lodash.omit": "^4.5.0",
100 "lodash.once": "^4.1.1",
101 "lodash.samplesize": "^4.2.0",
102 "lodash.set": "^4.3.2",
103 "lodash.shuffle": "^4.2.0",
104 "lru_map": "^0.4.1",
105 "mobx": "^6.6.1",
106 "mobx-react-lite": "^3.4.0",
107 "mobx-utils": "^6.0.6",
108 "normalize-url": "^8.0.0",
109 "patch-package": "^6.5.1",
110 "postinstall-postinstall": "^2.1.0",
111 "react": "18.2.0",
112 "react-avatar-editor": "^13.0.0",
113 "react-circular-progressbar": "^2.1.0",
114 "react-dom": "^18.2.0",
115 "react-native": "0.71.8",
116 "react-native-appstate-hook": "^1.0.6",
117 "react-native-background-fetch": "^4.1.8",
118 "react-native-draggable-flatlist": "^4.0.1",
119 "react-native-drawer-layout": "^3.2.0",
120 "react-native-fs": "^2.20.0",
121 "react-native-gesture-handler": "~2.9.0",
122 "react-native-get-random-values": "^1.8.0",
123 "react-native-haptic-feedback": "^1.14.0",
124 "react-native-image-crop-picker": "^0.38.1",
125 "react-native-inappbrowser-reborn": "^3.6.3",
126 "react-native-ios-context-menu": "^1.15.3",
127 "react-native-linear-gradient": "^2.6.2",
128 "react-native-pager-view": "6.1.4",
129 "react-native-progress": "bluesky-social/react-native-progress",
130 "react-native-reanimated": "^3.3.0",
131 "react-native-root-siblings": "^4.1.1",
132 "react-native-safe-area-context": "^4.4.1",
133 "react-native-screens": "^3.20.0",
134 "react-native-splash-screen": "^3.3.0",
135 "react-native-svg": "13.4.0",
136 "react-native-url-polyfill": "^1.3.0",
137 "react-native-uuid": "^2.0.1",
138 "react-native-version-number": "^0.3.6",
139 "react-native-web": "^0.18.11",
140 "react-native-web-linear-gradient": "^1.1.2",
141 "react-responsive": "^9.0.2",
142 "rn-fetch-blob": "^0.12.0",
143 "sentry-expo": "~6.1.0",
144 "tippy.js": "^6.3.7",
145 "tlds": "^1.234.0",
146 "zeego": "^1.6.2",
147 "zod": "^3.20.2"
148 },
149 "devDependencies": {
150 "@atproto/dev-env": "^0.2.3",
151 "@atproto/pds": "^0.2.0-beta.2",
152 "@babel/core": "^7.20.0",
153 "@babel/preset-env": "^7.20.0",
154 "@babel/runtime": "^7.20.0",
155 "@did-plc/server": "^0.0.1",
156 "@react-native-community/eslint-config": "^3.0.0",
157 "@testing-library/jest-native": "^5.4.1",
158 "@testing-library/react-native": "^11.5.2",
159 "@tsconfig/react-native": "^2.0.3",
160 "@types/he": "^1.1.2",
161 "@types/jest": "^29.4.0",
162 "@types/lodash.chunk": "^4.2.7",
163 "@types/lodash.debounce": "^4.0.7",
164 "@types/lodash.isequal": "^4.5.6",
165 "@types/lodash.omit": "^4.5.7",
166 "@types/lodash.once": "^4.1.7",
167 "@types/lodash.samplesize": "^4.2.7",
168 "@types/lodash.set": "^4.3.7",
169 "@types/lodash.shuffle": "^4.2.7",
170 "@types/react-avatar-editor": "^13.0.0",
171 "@types/react-native": "^0.67.3",
172 "@types/react-responsive": "^8.0.5",
173 "@types/react-test-renderer": "^17.0.1",
174 "@typescript-eslint/eslint-plugin": "^5.48.2",
175 "@typescript-eslint/parser": "^5.48.2",
176 "babel-jest": "^29.4.2",
177 "babel-loader": "^9.1.2",
178 "babel-plugin-module-resolver": "^5.0.0",
179 "babel-plugin-react-native-web": "^0.18.12",
180 "detox": "^20.1.2",
181 "eslint": "^8.19.0",
182 "eslint-plugin-detox": "^1.0.0",
183 "eslint-plugin-ft-flow": "^2.0.3",
184 "eslint-plugin-react-native-a11y": "^3.3.0",
185 "html-webpack-plugin": "^5.5.0",
186 "husky": "^8.0.3",
187 "is-ci": "^3.0.1",
188 "jest": "^29.4.3",
189 "jest-expo": "^48.0.2",
190 "jest-junit": "^15.0.0",
191 "lint-staged": "^13.2.3",
192 "metro-react-native-babel-preset": "^0.73.7",
193 "prettier": "^2.8.3",
194 "react-native-dotenv": "^3.3.1",
195 "react-scripts": "^5.0.1",
196 "react-test-renderer": "18.2.0",
197 "ts-node": "^10.9.1",
198 "typescript": "^4.4.4",
199 "url-loader": "^4.1.1",
200 "webpack": "^5.75.0",
201 "webpack-cli": "^5.0.1",
202 "webpack-dev-server": "^4.11.1"
203 },
204 "resolutions": {
205 "@types/react": "^18"
206 },
207 "jest": {
208 "preset": "jest-expo/ios",
209 "setupFilesAfterEnv": [
210 "./jest/jestSetup.js",
211 "@testing-library/jest-native/extend-expect"
212 ],
213 "moduleFileExtensions": [
214 "ts",
215 "tsx",
216 "js",
217 "jsx",
218 "json",
219 "node"
220 ],
221 "transformIgnorePatterns": [
222 "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|normalize-url|react-native-svg|@sentry/.*|sentry-expo|bcp-47-match)"
223 ],
224 "modulePathIgnorePatterns": [
225 "__tests__/.*/__mocks__",
226 "__e2e__/.*"
227 ],
228 "coveragePathIgnorePatterns": [
229 "<rootDir>/node_modules/",
230 "<rootDir>/src/platform",
231 "<rootDir>/src/third-party",
232 "<rootDir>/src/view/com/util",
233 "<rootDir>/src/state/lib",
234 "<rootDir>/__tests__/test-utils.js"
235 ],
236 "reporters": [
237 "default",
238 "jest-junit"
239 ]
240 },
241 "browserslist": {
242 "production": [
243 ">0.2%",
244 "not dead",
245 "not op_mini all"
246 ],
247 "development": [
248 "last 1 chrome version",
249 "last 1 firefox version",
250 "last 1 safari version"
251 ]
252 },
253 "lint-staged": {
254 "*": "yarn eslint --ext .js,.jsx,.ts,.tsx --fix"
255 }
256}