-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.55 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
82
{
"name": "osiris-react",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start -c --no-dev --minify",
"dev": "expo start -c",
"android": "expo start -c --android",
"ios": "expo start -c --ios",
"web": "expo start -c --web",
"test": "jest",
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix --cache && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
"build": "expo build:android && expo build:ios && expo build:web"
},
"jest": {
"preset": "jest-expo"
},
"pre-commit": [
"format"
],
"dependencies": {
"@expo-google-fonts/nunito": "^0.2.3",
"@expo-google-fonts/ubuntu": "^0.2.3",
"@expo/vector-icons": "^14.0.2",
"@hookform/resolvers": "^3.3.4",
"@react-navigation/native": "^6.0.2",
"@tanstack/react-query": "^5.32.0",
"expo": "^52.0.5",
"expo-camera": "~16.0.5",
"expo-font": "~13.0.1",
"expo-image": "~2.0.0",
"expo-image-picker": "~16.0.1",
"expo-linking": "~7.0.2",
"expo-localization": "~16.0.0",
"expo-router": "~4.0.5",
"expo-splash-screen": "~0.29.8",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.2",
"expo-web-browser": "~14.0.0",
"i18n-js": "^4.5.0",
"nativewind": "^2.0.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.3",
"react-native": "0.76.1",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.0.0",
"react-native-toast-message": "^2.2.0",
"react-native-web": "~0.19.13",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"zod": "^3.23.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@tanstack/eslint-plugin-query": "^5.28.11",
"@testing-library/react-native": "^12.4.5",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^12.0.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.0",
"pre-commit": "^1.2.2",
"prettier": "^3.2.5",
"react-test-renderer": "18.2.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
},
"private": true
}