-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.35 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.35 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
{
"name": "liftcoach",
"version": "3.0.3",
"private": true,
"license": "Apache-2.0",
"type": "module",
"main": "mobile/index.ts",
"scripts": {
"knip": "knip",
"lint": "eslint mobile/",
"seed:load": "bash scripts/load-seed.sh",
"seed:snapshot": "bash scripts/snapshot-seed.sh",
"start": "expo start",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"web": "expo run:web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/slider": "^5.0.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@sentry/react-native": "~7.2.0",
"@tanstack/react-query": "^5.90.21",
"@trpc/client": "^11.11.0",
"@trpc/react-query": "^11.11.0",
"@trpc/server": "^11.11.0",
"@types/uuid": "^10.0.0",
"date-fns": "^4.0.0",
"drizzle-orm": "^0.45.1",
"expo": "~54.0.33",
"expo-font": "~14.0.11",
"expo-linear-gradient": "^15.0.8",
"expo-sqlite": "~16.0.10",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"lucide-react-native": "^0.441.0",
"mixpanel-react-native": "^3.3.0",
"pino-pretty": "^11.2.2",
"react": "19.1.0",
"react-hook-form": "^7.53.0",
"react-native": "0.81.5",
"react-native-get-random-values": "^1.11.0",
"react-native-pager-view": "^6.9.1",
"react-native-safe-area-context": "5.6.2",
"react-native-screens": "4.16.0",
"react-native-svg": "15.12.1",
"ts-pattern": "^5.6.0",
"uuid": "^11.0.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/runtime": "^7.25.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@react-native/assets-registry": "0.81.5",
"@sentry/cli": "^3.2.0",
"@types/node": "^22.5.4",
"@types/react": "~19.1.17",
"babel-preset-expo": "^54.0.10",
"drizzle-kit": "^0.31.9",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.9.0",
"knip": "^5.83.1",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.7.0",
"vitest": "^4.0.18"
},
"packageManager": "pnpm@9.7.1",
"engines": {
"node": ">=22 < 23"
}
}