-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 KB
/
package.json
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
{
"name": "homebase-id-app",
"version": "0.0.1",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"postinstall": "patch-package",
"start": "npm run start:mobile",
"start:mobile": "npm run start --w packages/mobile",
"build:libs": "npm run build --w packages/react-native-gifted-chat",
"test": "npm run test -workspaces --if-present",
"lint": "npm run lint -workspaces --if-present"
},
"dependencies": {
"@homebase-id/js-lib": "0.0.6-alpha.23",
"axios": "1.7.5",
"patch-package": "8.0.0",
"react": "18.3.1",
"react-native": "0.75.4"
},
"overrides": {
"browserify-sign": "4.2.2",
"readable-stream": "^3.6.2"
},
"devDependencies": {
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "^8.56.0",
"@react-native/eslint-config": "0.75.2",
"@react-native/eslint-plugin": "0.75.2",
"typescript-eslint": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@typescript-eslint/eslint-plugin": "8.3.0",
"eslint": "8.57.0",
"eslint-plugin-jest": "^28.8.1"
}
}