-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.06 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.06 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
{
"name": "parkware",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/config-plugins": "~8.0.0",
"@expo/html-elements": "^0.4.2",
"@js-temporal/polyfill": "^0.4.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-firebase/app": "^18.2.0",
"@react-native-firebase/messaging": "^18.3.0",
"@react-native-picker/picker": "^2.7.7",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"eslint": "^8.57.0",
"expo": "^51.0.14",
"expo-build-properties": "~0.12.3",
"expo-cli": "^6.3.10",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.18",
"expo-device": "~6.0.2",
"expo-linking": "~6.3.1",
"expo-notifications": "~0.28.9",
"expo-server-sdk": "^3.9.0",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"firebase": "^10.0.0",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.8.0",
"jest": "^29.2.1",
"jest-expo": "~51.0.1",
"kill-port": "^2.0.1",
"native-touchable": "^1.1.0",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-ionicons": "^4.6.5",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-numeric-input": "^1.9.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"typescript": "^4.9.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "^18.2.6",
"@types/react-native": "^0.72.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.29.1",
"snowpack": "^3.8.8",
"typescript": "^4.9.4"
},
"private": true
}