-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.35 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
{
"name": "emailer",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"mock-server": "json-server --watch db.json --port 3004"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@react-navigation/stack": "^7.1.1",
"@reduxjs/toolkit": "^2.5.1",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"expo": "~52.0.30",
"expo-status-bar": "~2.0.1",
"json-server": "^1.0.0-beta.3",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-gesture-handler": "~2.20.2",
"react-native-paper": "^5.13.1",
"react-native-pell-rich-editor": "^1.9.0",
"react-native-reanimated": "^3.16.7",
"react-native-richtext-editor": "^0.1.14",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.4.0",
"react-native-tab-view": "^4.0.5",
"react-native-toast-message": "^2.2.1",
"react-native-uuid": "^2.0.3",
"react-redux": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"typescript": "^5.3.3"
},
"private": true
}