forked from ansari-project/ansari-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.4 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.4 KB
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
{
"name": "ansari-chat-app",
"main": "expo-router/entry",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo-google-fonts/inter": "^0.2.3",
"@expo/vector-icons": "^14.0.2",
"@kolking/react-native-avatar": "^2.1.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "^1.16.2",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@reduxjs/toolkit": "^2.1.0",
"@sentry/react-native": "~6.9.1",
"dotenv": "^16.4.5",
"expo": "~52.0.38",
"expo-application": "~6.0.2",
"expo-blur": "~14.0.3",
"expo-checkbox": "~4.0.1",
"expo-constants": "~17.0.7",
"expo-dev-client": "~5.0.14",
"expo-font": "~13.0.4",
"expo-haptics": "~14.0.1",
"expo-linking": "~7.0.5",
"expo-localization": "~16.0.1",
"expo-router": "~4.0.19",
"expo-screen-orientation": "~8.0.4",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"expo-symbols": "~0.2.1",
"expo-system-ui": "~4.0.8",
"expo-updates": "~0.27.3",
"expo-web-browser": "~14.0.2",
"formik": "^2.4.5",
"history": "^5.3.0",
"i18next": "^24.2.2",
"lodash.debounce": "^4.0.8",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.4.1",
"react-native": "0.76.7",
"react-native-drawer-layout": "^4.1.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-keyboard-controller": "^1.16.8",
"react-native-markdown-display": "^7.0.2",
"react-native-popover-view": "^6.1.0",
"react-native-reanimated": "3.16.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"redux-first-history": "^5.2.0",
"redux-thunk": "^3.1.0",
"web-vitals": "^2.1.4",
"yup": "^1.3.3",
"expo-store-review": "~8.0.1"
},
"scripts": {
"start": "expo start",
"start:clear": "expo start --clear",
"build": "expo export --platform web --clear",
"android": "expo run:android",
"android:device": "npx expo run:android --device",
"android:release": "npx expo run:android --variant release",
"android:prebuild": "npx expo prebuild --platform android --clean",
"android:preview": "eas build --profile preview --platform android",
"ios": "expo run:ios",
"ios:device": "npx expo run:ios --device",
"ios:release": "npx expo run:ios --configuration Release",
"ios:prebuild": "npx expo prebuild --platform ios --clean",
"ios:preview": "eas build --profile preview --platform ios",
"build:development": "eas build --profile development --platform all",
"build:preview": "eas build --profile preview --platform all",
"build:production-internal": "eas build --profile production-internal --platform all",
"build:production": "eas build --profile production --platform all",
"update:development": "eas update --channel development --environment development",
"update:preview": "eas update --channel preview --environment preview",
"update:production": "eas update --channel production --environment production",
"web": "expo start --web",
"lint": "expo lint"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/jest": "^29.5.12",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^16.18.76",
"@types/react": "~18.3.12",
"@types/react-dom": "^18.2.18",
"@types/react-redux": "^7.1.33",
"@types/react-test-renderer": "^18.3.0",
"@types/yup": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"eslint": "^8.56.0",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.6",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"react-test-renderer": "18.3.1",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
}
}