-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 2.13 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
{
"name": "civitai-rn",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint --ext .tsx --ext .ts src/",
"lint-fix": "eslint ./src/**/*.tsx --fix",
"format": "prettier --check ./src",
"format-fix": "prettier --write ./src",
"eas-update": "eas update --branch preview --message"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/material-bottom-tabs": "^6.2.16",
"@shopify/flash-list": "1.4.3",
"@tanstack/react-query": "^4.35.3",
"axios": "^1.5.0",
"expo": "~49.0.11",
"expo-clipboard": "~4.3.1",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.12",
"expo-file-system": "~15.4.4",
"expo-haptics": "~12.4.0",
"expo-image": "~1.3.3",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-media-library": "~15.4.1",
"expo-router": "^2.0.0",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.13",
"expo-web-browser": "~12.3.2",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-gesture-handler": "~2.12.0",
"react-native-pager-view": "6.2.0",
"react-native-paper": "^5.10.5",
"react-native-reanimated": "~3.3.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-tab-view": "^3.5.2",
"react-native-theme-switch-animation": "^0.4.1",
"react-native-vector-icons": "^10.0.0",
"react-query": "^3.39.3",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"prettier": "^3.0.3",
"typescript": "^5.1.3"
},
"private": true
}