-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 4.46 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 4.46 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "rn-starter-kit",
"license": "0BSD",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "npm run gen-types:prod && cross-env APP_VARIANT=production npx expo start",
"dev": "npm run gen-types:dev && cross-env APP_VARIANT=development npx expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "npm run gen-types:prod && cross-env APP_VARIANT=production npx expo run:android",
"android:dev": "npm run gen-types:dev && cross-env APP_VARIANT=development npx expo run:android",
"ios": "npm run gen-types:prod && cross-env APP_VARIANT=production npx expo run:ios",
"ios:dev": "npm run gen-types:dev && cross-env APP_VARIANT=development npx expo run:ios",
"gen-types:dev": "tsx scripts/gen-openapi-types.ts development",
"gen-types:prod": "tsx scripts/gen-openapi-types.ts production",
"clean": "expo prebuild --clean",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"postinstall": "scripts/postinstall.sh"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/config": "^10.0.0",
"@expo/metro-config": "~0.19.0",
"@expo/vector-icons": "^14.0.2",
"@gorhom/bottom-sheet": "^5.0.6",
"@react-native-community/cli-server-api": "^15.1.3",
"@react-native-firebase/app": "^21.7.0",
"@react-native-firebase/messaging": "^21.7.0",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/native": "^7.0.0",
"@reduxjs/toolkit": "^2.3.0",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"color": "^4.2.3",
"deepmerge": "^4.3.1",
"expo": "~52.0.32",
"expo-application": "~6.0.2",
"expo-blur": "~14.0.3",
"expo-build-properties": "~0.13.2",
"expo-constants": "~17.0.2",
"expo-dev-client": "~5.0.12",
"expo-device": "~7.0.3",
"expo-file-system": "~18.0.12",
"expo-font": "~13.0.1",
"expo-haptics": "~14.0.0",
"expo-linear-gradient": "^14.0.2",
"expo-linking": "~7.0.5",
"expo-localization": "~16.0.1",
"expo-router": "~4.0.17",
"expo-secure-store": "~14.0.0",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.0",
"expo-symbols": "~0.2.2",
"expo-system-ui": "~4.0.8",
"expo-updates": "~0.26.17",
"expo-web-browser": "~14.0.1",
"lodash.debounce": "^4.0.8",
"moment": "^2.30.1",
"nativewind": "^4.1.21",
"openapi-fetch": "^0.13.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.2",
"react-native": "~0.77.1",
"react-native-blob-util": "^0.21.2",
"react-native-collapsible": "^1.6.2",
"react-native-event-listeners": "^1.0.7",
"react-native-gesture-handler": "~2.22.0",
"react-native-mmkv": "^2.11.0",
"react-native-notifications": "^5.1.0",
"react-native-pager-view": "6.5.1",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "~3.16.7",
"react-native-reanimated-skeleton": "^1.5.1",
"react-native-safe-area-context": "~5.1.0",
"react-native-screens": "~4.8.0",
"react-native-toast-message": "^2.2.1",
"react-native-web": "~0.19.13",
"react-redux": "^9.1.2",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@types/color": "^4.2.0",
"@types/jest": "^29.5.12",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"cross-env": "^7.0.3",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"husky": "^9.1.6",
"jest": "^29.2.1",
"jest-expo": "~52.0.0",
"lint-staged": "^15.2.10",
"openapi-typescript": "^7.6.1",
"prettier": "^3.3.3",
"react-test-renderer": "18.3.1",
"tsx": "^4.19.3",
"typescript": "^5.3.3"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
},
"expo": {
"install": {
"exclude": [
"react-native@~0.76.6",
"react-native-reanimated@~3.16.1",
"react-native-gesture-handler@~2.20.0",
"react-native-screens@~4.4.0",
"react-native-safe-area-context@~4.12.0",
"react-native-webview@~13.12.5"
]
}
},
"private": true
}