forked from trestleinc/replicate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.16 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
{
"name": "interval-expo",
"version": "1.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"start:dev": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"prebuild": "expo prebuild",
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" && prettier -c \"**/*.{js,jsx,ts,tsx,json}\"",
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write"
},
"dependencies": {
"@op-engineering/op-sqlite": "15.1.14",
"@react-navigation/native": "^7.1.8",
"@rn-primitives/portal": "^1.3.0",
"@rn-primitives/slot": "^1.2.0",
"@tailwindcss/postcss": "4.1.18",
"@tanstack/db": "0.5.15",
"@tanstack/react-db": "0.1.59",
"@oneiron-dev/replicate": "workspace:*",
"class-variance-authority": "0.7.1",
"clsx": "catalog:",
"convex": "1.31.2",
"effect": "3.19.13",
"expo": "~54.0.0",
"expo-router": "6.0.21",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.0",
"lib0": "0.2.116",
"lucide-react-native": "0.562.0",
"nativewind": "preview",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-css": "latest",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "^2.0.0",
"react-native-random-uuid": "^0.1.4",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-worklets": "0.5.1",
"tailwind-merge": "catalog:",
"tailwindcss-animate": "^1.0.7",
"yjs": "13.6.28",
"zod": "4.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/compat": "catalog:",
"@types/react": "~19.1.10",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "catalog:",
"eslint-config-expo": "~10.0.0",
"eslint-config-prettier": "catalog:",
"postcss": "8.5.6",
"prettier": "catalog:",
"prettier-plugin-tailwindcss": "catalog:",
"tailwindcss": "catalog:",
"typescript": "~5.9.2"
},
"op-sqlite": {
"sqlcipher": false,
"crsqlite": false,
"performanceMode": true
}
}