-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.52 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.52 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
{
"name": "scouting-collection-2023",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/ngrok": "^4.1.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^6.1.4",
"@react-navigation/native-stack": "^6.9.10",
"@reduxjs/toolkit": "^1.9.2",
"axios": "^1.3.3",
"cli": "^1.0.1",
"cordova": "^12.0.0",
"eas": "^0.1.0",
"eas-cli": "^0.60.0",
"expo": "^51.0.38",
"expo-cli": "^4.13.0",
"expo-doctor": "^1.1.3",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.27",
"ios-sim": "^9.0.0",
"lightningcss": "^1.22.0",
"next": "^14.1.3",
"ngrok": "^5.0.0-beta.2",
"node": "^20.11.1",
"npx": "^10.2.2",
"react": "18.2.0",
"react-dev": "^0.0.1",
"react-dom": "^18.2.0",
"react-native": "0.74.5",
"react-native-elements": "^3.4.3",
"react-native-modal": "^13.0.1",
"react-native-qrcode-svg": "^6.2.0",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-web": "~0.19.10",
"react-navigation": "^5.0.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-immutable-state-invariant": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.0"
},
"private": true,
"author": "",
"license": "ISC",
"description": ""
}