-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.33 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
{
"name": "fediverse-client",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"wsa-connect": "adb connect 127.0.0.1:58526",
"preandroid": "npm run wsa-connect",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint-ts:fix": "eslint --fix ."
},
"dependencies": {
"@expo/html-elements": "^0.4.2",
"@expo/webpack-config": "^18.0.1",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@ronradtke/react-native-markdown-display": "^8.0.0",
"expo": "~48.0.18",
"expo-clipboard": "~4.1.2",
"expo-linking": "~4.0.1",
"expo-localization": "~14.1.1",
"expo-sharing": "~11.2.2",
"expo-status-bar": "~1.4.4",
"lemmy-js-client": "latest",
"loglevel": "^1.8.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.3",
"react-native": "0.71.8",
"react-native-big-list": "^1.6.1",
"react-native-gesture-handler": "~2.9.0",
"react-native-intersection-observer": "^0.0.9",
"react-native-paper": "^5.8.0",
"react-native-reanimated": "~2.14.4",
"react-native-root-toast": "^3.4.1",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.18.10",
"swr": "^2.1.5",
"winston": "3.8.2",
"zustand": "^4.3.8",
"@shopify/flash-list": "1.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"@types/winston": "2.4.4",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-use-effect-no-deps": "^1.1.2",
"eslint-visitor-keys": "^3.4.1",
"stylelint": "^14.0.0-0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^6.0.0-0",
"typescript": "^4.9.4"
},
"private": true
}