-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.4 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
{
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"expo-install": "expo install",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "biome format --write src",
"fmt": "biome format --write src",
"fmt:check": "biome format src",
"check": "biome check src",
"gen:type": "tsx openapi-typescript.ts",
"test": "jest"
},
"dependencies": {
"@aspida/axios": "^1.14.0",
"@aspida/react-query": "^1.14.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@tamagui/config": "^1.94.3",
"@tamagui/lucide-icons": "1.94.3",
"axios": "^1.6.8",
"expo": "^51.0.0",
"expo-camera": "~15.0.5",
"expo-constants": "~16.0.1",
"expo-doctor": "^1.6.0",
"expo-image-picker": "~15.0.5",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.11",
"expo-secure-store": "~13.0.1",
"expo-status-bar": "~1.12.1",
"jotai": "^2.8.0",
"lottie-react-native": "6.7.0",
"mime": "^4.0.3",
"moti": "^0.29.0",
"openapi-fetch": "^0.9.6",
"react": "18.2.0",
"react-hook-form": "^7.51.3",
"react-native": "0.74.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-qrcode-styled": "^0.3.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "^15.3.0",
"react-native-vector-icons": "^10.0.3",
"react-query": "^3.39.3",
"tamagui": "^1.94.3",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@biomejs/biome": "1.6.3",
"@eslint/js": "^9.5.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.5.1",
"@types/jest": "^29.5.12",
"@types/qrcode": "^1.5.5",
"@types/react": "~18.2.79",
"@types/react-native-vector-icons": "^6.4.18",
"eslint": "^9.5.0",
"eslint-config-expo": "^7.0.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.0.0",
"globals": "^15.4.0",
"openapi-typescript": "^6.7.5",
"openapi2aspida": "^0.23.2",
"ts-node": "^10.9.2",
"tsx": "^4.10.5",
"typescript": "~5.3.3",
"typescript-eslint": "^7.13.0"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}