-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 4.63 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 4.63 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "tidgi-mobile",
"main": "index.js",
"scripts": {
"android": "cross-env NODE_ENV=development expo start --android",
"simulate-production": "cross-env NODE_ENV=production expo start --go --android --no-dev --minify",
"build:plugin": "zx scripts/buildPlugins.mjs",
"build:tw-assets": "zx scripts/buildTiddlyWikiAssets.mjs",
"build:android-apk": "eas build --profile preview --platform android --non-interactive",
"build:ios-ipa": "eas build --profile preview --platform ios",
"build:expo-sdk": "eas build --profile development --platform android --non-interactive",
"ios": "cross-env NODE_ENV=development expo start --go --ios",
"start": "cross-env NODE_ENV=development expo start",
"start:tunnel": "cross-env NODE_ENV=development expo start --tunnel --android",
"start:devClient": "cross-env NODE_ENV=development npx expo start --dev-client --android",
"web": "cross-env NODE_ENV=development expo start --web",
"lint": "eslint ./src --ext js,ts,tsx,json",
"lint:fix": "eslint ./src --ext ts,tsx,json --fix",
"check": "tsc --noEmit --skipLibCheck",
"init-submodules": "git submodule update --init --recursive",
"detox:test": "adb reverse --remove-all; adb reverse tcp:8081 tcp:8081; TS_NODE_PROJECT=tsconfig.e2e.json detox test --configuration android.usb.dev-client"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-community/datetimepicker": "~8.4.4",
"@react-native-picker/picker": "~2.11.1",
"@react-navigation/bottom-tabs": "^7.2.1",
"@react-navigation/elements": "^2.2.6",
"@react-navigation/material-bottom-tabs": "^6.2.29",
"@react-navigation/native": "^7.0.15",
"@react-navigation/stack": "^7.1.2",
"@types/lodash": "^4.17.16",
"beautiful-react-hooks": "^5.0.2",
"buffer": "^6.0.3",
"date-fns": "^4.1.0",
"expo": "~54.0.33",
"expo-application": "~7.0.8",
"expo-asset": "~12.0.12",
"expo-background-task": "~1.0.10",
"expo-camera": "~17.0.10",
"expo-clipboard": "~8.0.8",
"expo-device": "~8.0.10",
"expo-file-system": "~19.0.21",
"expo-filesystem-android-external-storage": "^1.0.5",
"expo-haptics": "~15.0.8",
"expo-intent-launcher": "^13.0.8",
"expo-linking": "~8.0.11",
"expo-localization": "~17.0.8",
"expo-notifications": "~0.32.16",
"expo-share-intent": "5.1.1",
"expo-sharing": "~14.0.8",
"expo-status-bar": "~3.0.9",
"expo-task-manager": "~14.0.9",
"exponential-backoff": "^3.1.2",
"i18next": "^25.2.1",
"immer": "^10.1.1",
"isomorphic-git": "^1.36.3",
"lodash": "^4.17.21",
"p-timeout": "^6.1.4",
"react": "19.1.0",
"react-i18next": "^15.4.0",
"react-native": "0.81.5",
"react-native-collapsible": "^1.6.2",
"react-native-gesture-handler": "~2.28.0",
"react-native-localize": "^3.4.1",
"react-native-paper": "^5.13.1",
"react-native-postmessage-cat": "^0.3.3",
"react-native-reanimated": "~4.1.1",
"react-native-reorderable-list": "^0.15.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-webview": "13.15.0",
"react-native-webview-stream-chunks": "0.4.0",
"react-native-worklets": "0.5.1",
"readable-stream": "^4.7.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"serialize-error": "^12.0.0",
"styled-components": "^6.1.18",
"type-fest": "^4.37.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/helper-function-name": "^7.24.7",
"@babel/helper-split-export-declaration": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-transform-flow-strip-types": "^7.26.5",
"@babel/plugin-transform-private-methods": "^7.28.6",
"@babel/preset-typescript": "^7.26.0",
"@cucumber/cucumber": "^12.6.0",
"@expo/config-plugins": "^54.0.4",
"@react-native-community/cli-platform-android": "^15.1.3",
"@types/react": "~19.1.17",
"@types/readable-stream": "^4.0.18",
"@types/stream-chain": "^2.1.0",
"@types/stream-json": "^1.7.8",
"babel-plugin-import": "^1.13.8",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"babel-preset-expo": "^54.0.10",
"cross-env": "^7.0.3",
"detox": "20.47.0",
"drizzle-kit": "^0.30.5",
"eslint-config-tidgi": "^2.2.0",
"eslint-plugin-react-native": "^5.0.0",
"expo-dev-client": "^6.0.20",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"rimraf": "^6.1.2",
"tiddlywiki": "^5.3.8",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"tw5-typed": "^1.1.4",
"typescript": "~5.9.3",
"zx": "^8.4.1"
}
}