-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.6 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
{
"name": "dendra.science",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt --write -c .oxfmtrc.json \"**/*.{cjs,mjs,js,jsx,ts,tsx,json,jsonc,md}\"",
"typecheck": "tsc --noEmit",
"knip": "knip",
"deslop": "bun run scripts/deslop.ts"
},
"dependencies": {
"@bufbuild/protobuf": "^2.13.0",
"@connectrpc/connect": "^2.1.2",
"@connectrpc/connect-web": "^2.1.2",
"@expo/vector-icons": "^15.0.2",
"@react-navigation/bottom-tabs": "^7.18.13",
"@react-navigation/native": "^7.3.13",
"@react-navigation/native-stack": "^7.18.5",
"@tanstack/react-query": "^5.101.4",
"expo": "^57.0.8",
"expo-camera": "~57.0.3",
"expo-font": "~57.0.1",
"expo-image": "~57.0.1",
"expo-image-picker": "~57.0.6",
"expo-location": "~57.0.6",
"expo-secure-store": "~57.0.1",
"expo-splash-screen": "~57.0.5",
"expo-sqlite": "~57.0.1",
"expo-status-bar": "~57.0.1",
"react": "19.2.3",
"react-native": "0.86.0",
"react-native-date-picker": "^5.0.13",
"react-native-gesture-handler": "~2.32.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@types/node": "^26.1.1",
"@types/react": "~19.2.4",
"deslop-cli": "^0.9.1",
"knip": "^6.29.0",
"oxfmt": "^0.60.0",
"oxlint": "^1.75.0",
"typescript": "~6.0.3"
},
"private": true
}