-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
150 lines (150 loc) · 6.01 KB
/
Copy pathpackage.json
File metadata and controls
150 lines (150 loc) · 6.01 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "private-mind",
"version": "1.2.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write '**/*.{ts,tsx,js,jsx,json,md}'",
"format:check": "prettier --check '**/*.{ts,tsx,js,jsx,json,md}'",
"test": "jest",
"test:watch": "jest --watch",
"postinstall": "patch-package",
"prepare": "husky"
},
"jest": {
"preset": "jest-expo",
"testMatch": [
"**/__tests__/**/*.test.ts",
"**/__tests__/**/*.test.tsx"
],
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|react-native-gesture-handler|react-native-reanimated|react-native-keyboard-controller|zustand)"
],
"setupFiles": [
"<rootDir>/jest.setup.js"
],
"moduleNameMapper": {
"\\.svg$": "<rootDir>/__mocks__/svgMock.tsx",
"^react-native-device-info$": "<rootDir>/__mocks__/react-native-device-info.ts",
"^@react-native-async-storage/async-storage$": "<rootDir>/__mocks__/async-storage.ts",
"^react-native-pdfium$": "<rootDir>/__mocks__/react-native-pdfium.ts",
"^expo-file-system$": "<rootDir>/__mocks__/expo-file-system.ts",
"^react-native-executorch$": "<rootDir>/__mocks__/react-native-executorch.ts",
"^react-native-executorch-expo-resource-fetcher$": "<rootDir>/__mocks__/react-native-executorch-expo-resource-fetcher.ts",
"^@dr.pogodin/react-native-fs$": "<rootDir>/__mocks__/react-native-fs.ts",
"^react-native-toast-message$": "<rootDir>/__mocks__/react-native-toast-message.ts",
"^react-native-reanimated$": "<rootDir>/__mocks__/react-native-reanimated.ts",
"^react-native-audio-api$": "<rootDir>/__mocks__/react-native-audio-api.ts",
"^expo-clipboard$": "<rootDir>/__mocks__/expo-clipboard.ts",
"^expo-paste-input$": "<rootDir>/__mocks__/expo-paste-input.tsx",
"^@gorhom/bottom-sheet$": "<rootDir>/__mocks__/@gorhom/bottom-sheet.tsx",
"^react-native-safe-area-context$": "<rootDir>/__mocks__/react-native-safe-area-context.ts",
"^expo-store-review$": "<rootDir>/__mocks__/expo-store-review.ts",
"^react-native-pulsar$": "<rootDir>/__mocks__/react-native-pulsar.ts",
"^react-native-keyboard-controller$": "<rootDir>/node_modules/react-native-keyboard-controller/jest"
}
},
"op-sqlite": {
"libsql": true
},
"dependencies": {
"@dr.pogodin/react-native-fs": "^2.35.1",
"@expo-google-fonts/dm-sans": "^0.4.0",
"@gorhom/bottom-sheet": "^5.2.9",
"@op-engineering/op-sqlite": "^15.2.7",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "11.5.2",
"@react-native-rag/executorch": "^0.8.0",
"@react-native-rag/op-sqlite": "^0.8.0",
"@react-native/metro-config": "^0.76.3",
"@react-navigation/drawer": "^7.9.8",
"expo": "^55.0.0",
"expo-application": "~55.0.13",
"expo-asset": "~55.0.13",
"expo-clipboard": "~55.0.12",
"expo-constants": "~55.0.12",
"expo-device": "~55.0.13",
"expo-document-picker": "~55.0.12",
"expo-file-system": "~55.0.15",
"expo-font": "~55.0.6",
"expo-linear-gradient": "~55.0.13",
"expo-linking": "~55.0.11",
"expo-localization": "~55.0.12",
"expo-paste-input": "^0.1.15",
"expo-router": "~55.0.11",
"expo-sharing": "~55.0.17",
"expo-splash-screen": "~55.0.16",
"expo-sqlite": "~55.0.14",
"expo-status-bar": "~55.0.5",
"expo-store-review": "~55.0.12",
"metro-config": "^0.81.0",
"react": "19.2.0",
"react-native": "0.83.4",
"react-native-audio-api": "0.12.0-nightly-f7c925b-20260402",
"react-native-device-info": "^15.0.1",
"react-native-enriched-markdown": "^0.4.1",
"react-native-executorch": "^0.9.0",
"react-native-executorch-expo-resource-fetcher": "^0.9.0",
"react-native-gesture-handler": "~2.30.0",
"react-native-image-picker": "^8.2.1",
"react-native-keyboard-controller": "1.22.3",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-pdfium": "file:./react-native-pdfium-0.1.3.tgz",
"react-native-pulsar": "^1.4.0",
"react-native-rag": "^0.8.0",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.23.0",
"react-native-streamdown": "0.1.1",
"react-native-svg": "15.15.3",
"react-native-svg-transformer": "^1.5.0",
"react-native-toast-message": "^2.3.0",
"react-native-wheel-scrollview-picker": "^2.0.6",
"react-native-worklets": "0.8.3",
"remend": "^1.3.0",
"zustand": "^5.0.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@react-native/eslint-config": "0.83.6",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "29.5.14",
"@types/react": "~19.2.10",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^9",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-native": "^5.0.0",
"husky": "^9.1.7",
"jest": "~29.7.0",
"jest-expo": "~55.0.14",
"lint-staged": "^16.4.0",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.8.1",
"react-test-renderer": "19.2.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.58.1"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{js,jsx,json,md}": [
"prettier --write"
]
},
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}