-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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
{
"name": "dualtemp-weather",
"version": "1.1.5",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/dm-sans": "^0.2.2",
"@expo/webpack-config": "^19.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"expo": "^49.0.21",
"expo-build-properties": "~0.8.3",
"expo-dev-client": "~2.4.12",
"expo-linear-gradient": "~12.3.0",
"expo-localization": "~14.3.0",
"expo-location": "~16.1.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.19",
"i18n-js": "4.2.0",
"intl": "^1.2.5",
"moment": "^2.29.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-chart-kit": "^6.12.0",
"react-native-localization-settings": "^1.0.2",
"react-native-localize": "^3.0.4",
"react-native-svg": "13.9.0",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~18.2.14",
"@types/react-native": "~0.64.12",
"typescript": "^5.1.3"
},
"private": true
}