-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.82 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"test": "jest",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch"
},
"dependencies": {
"@expo-google-fonts/lobster": "^0.2.0",
"@expo/config-plugins": "^7.8.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-firebase/app": "^19.0.1",
"@react-native-firebase/auth": "^19.0.1",
"@react-native-firebase/functions": "^19.0.1",
"@react-native-google-signin/google-signin": "^11.0.0",
"@react-navigation/bottom-tabs": "^6.5.17",
"@react-navigation/native": "^6.1.15",
"@react-navigation/stack": "^6.3.26",
"ajv": "^8.12.0",
"eas": "^0.1.0",
"expo": "~50.0.20",
"expo-app-loading": "^1.1.2",
"expo-application": "~5.8.4",
"expo-asset": "~9.0.2",
"expo-auth-session": "~5.4.0",
"expo-blur": "~12.9.2",
"expo-constants": "~15.4.6",
"expo-dev-client": "~3.3.12",
"expo-device": "~5.9.4",
"expo-font": "~11.10.3",
"expo-google-sign-in": "^10.1.1",
"expo-image": "~1.10.6",
"expo-linking": "~6.2.2",
"expo-location": "~16.5.5",
"expo-modules-autolinking": "~1.10.0",
"expo-network": "~5.8.0",
"expo-notifications": "~0.27.8",
"expo-random": "~13.6.0",
"expo-router": "~3.4.10",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.13",
"firebase": "^9.5.0",
"idb": "^7.1.1",
"jimp": "^0.3.5",
"latest": "^0.2.0",
"metro-react-native-babel-preset": "^0.77.0",
"moment": "^2.29.1",
"npm": "^10.5.2",
"query-string": "^6.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-unimodules": "~0.14.5",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.19.6",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/jest": "^26.0.23",
"@types/react": "~18.2.79",
"@types/react-native": "~0.67.6",
"@types/react-test-renderer": "^17.0.1",
"jest-expo": "~50.0.4",
"ts-loader": "^8.3.0",
"typescript": "~5.3.3",
"webpack-dev-server": "^5.0.2"
},
"jest": {
"preset": "react-native"
},
"private": true,
"name": "warningtrack-co-mobile",
"version": "1.0.0",
"description": "WarningTrack Mobile"
}