-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.65 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
{
"name": "javazone2025",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"format": "npx prettier --write .",
"prepare": "husky install"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
]
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native/metro-config": "^0.76.1",
"expo": "~52.0.7",
"expo-blur": "^14.0.1",
"expo-linear-gradient": "~14.0.1",
"expo-localization": "~16.0.0",
"expo-router": "^4.0.5",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "^4.0.3",
"i18next": "^23.16.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.1.0",
"react-native": "0.76.2",
"react-native-iconify": "^2.0.3",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "^4.12.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.10",
"react-responsive": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"@types/react-native": "~0.72.8",
"babel-preset-expo": "~12.0.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^8.0.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"react-native-svg-transformer": "^1.1.0",
"typescript": "~5.3.3"
},
"private": true
}