-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.14 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "weather_app",
"version": "1.0.30",
"license": "MIT",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"bugs": "https://github.com/fadihanna123/WeatherApp/issues",
"repository": {
"type": "git",
"url": "https://github.com/fadihanna123/WeatherApp"
},
"lastUgrade": "20240913",
"scripts": {
"dev": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint .",
"format": "prettier . -w",
"prepare": "husky",
"setup": "yarn --emoji --silent --ignore-scripts",
"clear": "rimraf node_modules dist"
},
"dependencies": {
"@expo/ngrok": "^4.1.3",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@reduxjs/toolkit": "^2.2.7",
"@types/eslint": "^9.6.1",
"@types/react": "18.2.79",
"@types/react-native": "~0.73.0",
"@types/react-native-loading-spinner-overlay": "^0.5.6",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "8.6.0",
"axios": "1.7.7",
"eslint": "9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-universe": "^13.0.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.2.1",
"expo": "~51.0.34",
"expo-location": "~17.0.1",
"expo-updates": "~0.25.25",
"prettier": "^3.3.3",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-safe-area-context": "4.10.5",
"react-native-web": "~0.19.12",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"ts-debounce": "^4.0.0",
"typescript": "~5.3.3"
},
"engines": {
"node": ">=16.0.0 <=21.x.x",
"npm": "Please use Yarn instead of NPM to install dependencies"
},
"resolutions": {
"@types/react": "17.0.21"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"eslint-plugin-jsdoc": "^50.3.0",
"globals": "^15.9.0",
"husky": "^9.1.6",
"typescript-eslint": "8.7.0"
}
}