-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.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
{
"private": true,
"name": "bare-runtime-state-management-example",
"description": "Example of embedding Bare in an Expo application",
"main": "expo-router/entry",
"scripts": {
"start": "expo run",
"android": "expo run:android",
"build-backend": "npx bare-pack --target ios --target android --linked --out app/app.bundle.mjs backend/backend.mjs",
"ios": "expo run:ios"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hopets/bare-runtime-native-state-tutorial.git"
},
"author": "holepunchto",
"license": "Apache-2.0",
"dependencies": {
"@hopets/peardrive-core": "^0.2.52",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-navigation/native": "^7.1.14",
"@react-navigation/native-stack": "^7.3.21",
"b4a": "^1.6.7",
"bare-fs": "^4.1.6",
"bare-rpc": "^0.2.6",
"corestore": "^7.4.5",
"events": "^3.3.0",
"expo": "^53.0.9",
"expo-build-properties": "^0.14.6",
"expo-constants": "~17.1.7",
"expo-linking": "^7.1.5",
"expo-router": "~5.1.3",
"expo-system-ui": "^5.0.7",
"pear": "^1.1.8",
"react": "~19.0.0",
"react-dom": "~19.0.0",
"react-native": "^0.79.2",
"react-native-bare-kit": "^0.8.1",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-web": "^0.20.0"
},
"devDependencies": {
"@types/b4a": "^1.6.5",
"@types/react": "^19.1.3",
"bare-pack": "^1.4.0",
"prettier": "^3.3.3",
"prettier-config-standard": "^7.0.0",
"typescript": "^5.3.3"
},
"version": "1.0.0"
}