-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.99 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
{
"name": "app_ecocont",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"apk:dev": "eas build -p android --profile development --non-interactive",
"apk": "eas build -p android --profile preview --non-interactive",
"compile": "graphql-codegen",
"watch": "graphql-codegen -w",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"expo": "~50.0.14",
"expo-blur": "^12.9.2",
"expo-dev-client": "~3.3.11",
"expo-haptics": "^12.8.1",
"expo-jwt": "^1.7.1",
"expo-linear-gradient": "^12.7.2",
"expo-splash-screen": "^0.26.4",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.12",
"i18n-js": "^4.4.3",
"luxon": "^3.4.4",
"moti": "^0.29.0",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-blob-util": "^0.19.9",
"react-native-gesture-handler": "~2.14.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-paper": "^5.12.3",
"react-native-pdf": "^6.7.5",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.30.1",
"react-native-vector-icons": "^10.0.3",
"expo-print": "~12.8.1",
"expo-sharing": "~11.10.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@parcel/watcher": "^2.4.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/luxon": "^3.4.2",
"@types/react": "~18.2.45",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
},
"private": true
}