-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "green-commute",
"version": "1.0.0",
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"server": "node server.js"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.22.3",
"@react-native-picker/picker": "^2.7.7",
"@react-navigation/native-stack": "^6.10.0",
"@react-navigation/native": "^6.1.17",
"@types/react": "~18.3.3",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"expo": "^49.0.23",
"expo-status-bar": "~1.11.1",
"express": "^4.21.1",
"mysql": "^2.18.1",
"mysql2": "^3.9.7",
"react": "18.3.1",
"react-native": "0.73.4",
"react-native-paper": "^5.12.3",
"react-native-picker": "^4.3.7",
"react-native-safe-area-context": "4.10.7",
"react-native-screens": "~3.32.0",
"react-native-toast-message": "^2.2.0",
"semver": "^7.6.0",
"typescript": "^5.5.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}