-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.48 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
{
"name": "@acme/expo",
"version": "0.1.0",
"main": "index.ts",
"scripts": {
"clean": "rm -rf .expo .turbo node_modules",
"dev": "expo start --tunnel",
"dev:android": "expo start --android",
"dev:ios": "expo start --ios",
"lint": "eslint .",
"lint:fix": "pnpm lint --fix",
"FIXME(no-work):type-check": "tsc --noEmit",
"start": "expo start --dev-client --tunnel",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native-community/datetimepicker": "^6.7.3",
"@shopify/flash-list": "^1.4.3",
"@tanstack/react-query": "^4.24.10",
"@trpc/client": "^10.14.0",
"@trpc/react-query": "^10.14.0",
"@trpc/server": "^10.14.0",
"dayjs": "^1.11.7",
"expo": "~48.0.6",
"expo-application": "~5.1.1",
"expo-auth-session": "~4.0.3",
"expo-build-properties": "~0.5.1",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.1.5",
"expo-device": "~5.2.1",
"expo-image-picker": "~14.1.1",
"expo-linking": "~4.0.1",
"expo-notifications": "~0.18.1",
"expo-random": "~13.1.1",
"expo-router": "^1.0.1",
"expo-secure-store": "~12.1.1",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"jotai": "^2.0.3",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-native": "0.71.3",
"react-native-calendars": "^1.1293.0",
"react-native-dropdown-picker": "^5.4.4",
"react-native-image-pan-zoom": "^2.1.12",
"react-native-reanimated": "^3.1.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0",
"react-native-webview": "11.26.0",
"rive-react-native": "^4.1.2",
"superjson": "1.9.1",
"uploadthing": "^3.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@acme/api": "*",
"@acme/nextjs": "*",
"@acme/tailwind-config": "*",
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@expo/config-plugins": "^6.0.0",
"@octokit/types": "^9.0.0",
"@types/react": "^18.0.27",
"eslint": "^8.39.0",
"eslint-config-acme": "0.0.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.4"
},
"private": true
}