-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.43 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
74
75
76
77
78
79
80
81
{
"name": "expo-app-template",
"private": true,
"main": "expo-router/entry",
"version": "1.0.0",
"engines": {
"node": ">=20.16.0",
"pnpm": ">=9.12.2"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"lint": "pnpm lint-i18n && biome check src --write --unsafe",
"lint-i18n": "tsx src/utils/lint-i18n.ts",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"prepare": "lefthook install"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^7.0.0",
"@tanstack/react-query": "^5.62.7",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"expo": "~52.0.19",
"expo-font": "~13.0.1",
"expo-haptics": "~14.0.0",
"expo-image": "~2.0.3",
"expo-linking": "~7.0.3",
"expo-localization": "~16.0.0",
"expo-router": "~4.0.13",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.6",
"expo-web-browser": "~14.0.1",
"i18next": "^23.16.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.1.1",
"react-native": "0.76.5",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-web": "~0.19.13",
"styled-components": "^6.1.13",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.9.0",
"@types/jest": "^29.5.14",
"@types/react": "~18.3.12",
"@types/styled-components-react-native": "^5.2.5",
"jest": "^29.7.0",
"jest-expo": "~52.0.2",
"lefthook": "^1.9.2",
"lint-staged": "^15.2.11",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.3.1",
"ts-jest": "^29.2.5",
"tsx": "^4.19.2",
"typescript": "~5.3.3"
},
"resolutions": {
"styled-components": "^5"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}