This repository was archived by the owner on Jul 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.07 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.07 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
{
"dependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@devvie/bottom-sheet": "^0.3.0",
"@expo-google-fonts/inter": "^0.2.3",
"@expo-google-fonts/rowdies": "^0.2.3",
"@expo/vector-icons": "^14.0.0",
"@react-native-masked-view/masked-view": "0.3.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@reduxjs/toolkit": "^2.1.0",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"bloc-builder-react": "^1.0.1",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"expo": "~50.0.7",
"expo-blur": "~12.9.2",
"expo-constants": "~15.4.5",
"expo-font": "~11.10.3",
"expo-image": "~1.10.6",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-localization": "~14.8.3",
"expo-router": "~3.4.7",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"i18n-js": "^4.3.2",
"prettier": "^3.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "~2.14.0",
"react-native-maps": "^1.10.3",
"react-native-maps-directions": "^1.9.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-web": "~0.19.6",
"react-redux": "^9.1.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "~18.2.14",
"@types/react-native": "~0.70.6",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"typescript": "^5.3.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"version": "1.0.0",
"private": true,
"name": "liqi_news"
}