-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) 路 2.56 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) 路 2.56 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
80
81
82
83
84
85
86
87
{
"name": "nicky",
"version": "1.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"prebuild": "expo prebuild --clean",
"ios": "expo run:ios --device",
"web": "expo start --web",
"lint": "expo lint",
"lint-fix": "expo lint --fix",
"typecheck": "tsc --noEmit",
"prepare": "vp config"
},
"dependencies": {
"@commitlint/cli": "^21.2.2",
"@commitlint/config-conventional": "^21.2.2",
"@commitlint/types": "^21.2.0",
"@expo/ui": "~58.0.3",
"@react-native-ai/llama": "^0.12.0",
"@stardazed/streams-text-encoding": "^1.0.2",
"@ungap/structured-clone": "^1.3.3",
"ai": "^7.0.58",
"babel-plugin-inline-import": "^3.0.0",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"drizzle-zod": "^0.8.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-unused-imports": "^4.4.1",
"expo": "58.0.0-preview.3",
"expo-constants": "~58.0.3",
"expo-crypto": "~58.0.1",
"expo-device": "~58.0.0",
"expo-document-picker": "^58.0.0",
"expo-drizzle-studio-plugin": "^0.2.1",
"expo-file-system": "^58.0.0",
"expo-font": "~58.0.1",
"expo-glass-effect": "~58.0.0",
"expo-image": "~58.0.2",
"expo-image-picker": "^58.0.3",
"expo-linking": "~58.0.3",
"expo-localization": "^58.0.0",
"expo-location": "~58.0.3",
"expo-maps": "~58.0.1",
"expo-notifications": "~58.0.3",
"expo-router": "~58.0.4",
"expo-sharing": "^58.0.6",
"expo-splash-screen": "~58.0.0",
"expo-sqlite": "~58.0.3",
"expo-status-bar": "~58.0.0",
"expo-symbols": "~58.0.1",
"expo-system-ui": "~58.0.1",
"expo-web-browser": "~58.0.0",
"i18next": "^26.3.6",
"jszip": "^3.10.1",
"llama.rn": "0.13.0-rc.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-i18next": "^17.0.11",
"react-native": "0.88.0-rc.0",
"react-native-enriched-markdown": "^1.0.2",
"react-native-gesture-handler": "~3.2.1",
"react-native-reanimated": "4.6.0",
"react-native-safe-area-context": "~5.9.1",
"react-native-screens": "~4.27.0",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.12.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/react": "~19.2.2",
"eslint": "^9.39.5",
"eslint-config-expo": "~58.0.1",
"typescript": "~6.0.3",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@11.0.0",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"unrs-resolver"
]
}
}