-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.46 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
{
"name": "react-native-template",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "infisical run -- expo start -c",
"android": "infisical run -- expo start --android",
"ios": "infisical run -- expo start --ios",
"web": "infisical run -- expo start --web -c",
"gen-api": "infisical run --path='/frontend' --command 'openapi-zod-client \"$EXPO_PUBLIC_API_URL/docs/bundle.yml\" -o './api/index.ts' -t ./scripts/zodios-client-template.hbs' && prettier --write ./api/index.ts",
"lint": "eslint .",
"format-check": "prettier --check .",
"format-fix": "prettier --write .",
"prepare": "husky",
"eas-build-pre-install": "./scripts/infisical.sh"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"@sentry/react-native": "~5.22.0",
"@tanstack/react-query": "^5.29.2",
"@zodios/core": "^10.9.6",
"@zodios/react": "^10.4.5",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"expo": "~51.0.9",
"expo-constants": "~16.0.2",
"expo-font": "~12.0.6",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-network": "~6.0.1",
"expo-router": "~3.5.14",
"expo-status-bar": "~1.12.1",
"i18next": "^23.10.1",
"intl-pluralrules": "^2.0.1",
"lottie-react-native": "6.7.0",
"lucide-react-native": "^0.368.0",
"nativewind": "^4.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-i18next": "^14.1.0",
"react-native": "0.74.1",
"react-native-gesture-handler": "~2.16.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.2.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.2.0",
"@types/aes-js": "^3.1.4",
"@types/react": "~18.2.79",
"@types/react-dom": "~18.2.25",
"eslint": "8",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-sonarjs": "^1.0.3",
"husky": "^9.0.11",
"openapi-zod-client": "^1.18.1",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.13",
"typescript": "~5.3.3",
"typescript-eslint": "^7.9.0"
},
"private": true
}