-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.38 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
{
"name": "riceharvestsystem",
"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/webpack-config": "^0.17.0",
"@react-native-community/blur": "^4.2.0",
"@react-native-community/datetimepicker": "6.2.0",
"@react-native-community/netinfo": "^9.3.0",
"@react-native-picker/picker": "2.4.2",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@types/react": "^18.0.17",
"@types/react-native": "^0.69.5",
"axios": "^0.27.2",
"dayjs": "^1.11.6",
"expo": "~46.0.7",
"expo-location": "~14.3.0",
"expo-secure-store": "~11.3.0",
"expo-status-bar": "~1.4.0",
"proj4": "^2.8.0",
"react": "^18.0.0",
"react-native": "^0.69.5",
"react-native-leaflet-view": "^0.1.2",
"react-native-maps": "^1.3.1",
"react-native-reanimated": "^2.10.0",
"react-native-table-component": "^1.2.2",
"react-native-ui-lib": "^6.20.1",
"react-native-vector-icons": "^9.2.0",
"react-native-webview": "^11.23.1",
"react-router": "^6.4.0",
"react-router-native": "^6.4.0",
"vn2000-converter": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/node": "^18.7.9"
},
"private": true
}