forked from bcgov/bc-wallet-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.75 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
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
{
"name": "bc-wallet-mobile",
"version": "1.0.0",
"description": "![Lifecycle:Maturing](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)",
"main": "index.js",
"private": true,
"license": "Apache-2.0",
"engines": {
"node": ">=18.18.2 <20.0.0",
"yarn": "^3.3.1"
},
"packageManager": "[email protected]",
"workspaces": {
"packages": [
"app",
"bifold-core"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcgov/bc-wallet-mobile.git"
},
"bugs": {
"url": "https://github.com/bcgov/bc-wallet-mobile/issues"
},
"homepage": "https://github.com/bcgov/bc-wallet-mobile#readme",
"scripts": {
"build:bifold": "yarn workspace aries-bifold prepack",
"preinstall": "yarn build:bifold && npx husky install .husky",
"lint:app": "cd app && yarn lint",
"lint": "yarn lint:app",
"prettier:app": "cd app && yarn prettier",
"prettier": "yarn prettier:app",
"test": "cd app && yarn test",
"pre-commit-lint:app": "cd app && yarn pre-commit-lint",
"pre-commit-lint": "yarn pre-commit-lint:app",
"typecheck": "cd app && yarn typecheck"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"commitlint": "^11.0.0",
"husky": "^7.0.0",
"npm-run-all": "^4.1.5"
},
"resolutions": {
"@hyperledger/aries-oca": "1.0.0-alpha.108",
"@hyperledger/indy-vdr-react-native@^0.1.0": "patch:@hyperledger/indy-vdr-react-native@npm:0.1.0#./.yarn/patches/@hyperledger-indy-vdr-react-native-npm-0.1.0-10c696b320.patch",
"react": "18.2.0",
"@types/react": "18.0.24",
"@react-navigation/core": "6.1.0",
"@react-navigation/native": "6.0.6",
"@react-navigation/stack": "6.0.11",
"@types/node": "16.9.6",
"did-resolver": "3.1.5",
"react-native": "0.72.5",
"@types/react-native": "0.72.3",
"react-i18next": "11.18.6",
"@aries-framework/[email protected]": "patch:@aries-framework/core@npm:0.3.3#./.yarn/patches/@aries-framework-core-npm-0.3.3-dd6486de3d.patch",
"@aries-framework/react-hooks@^0.4.2": "patch:@aries-framework/react-hooks@npm:0.4.2#./.yarn/patches/@aries-framework-react-hooks-npm-0.4.2-84b7eb8764.patch",
"@aries-framework/[email protected]": "patch:@aries-framework/react-native@npm:0.3.3#./.yarn/patches/@aries-framework-react-native-npm-0.3.3-bb75ece22d.patch",
"@aries-framework/anoncreds@^0.4.0": "patch:@aries-framework/anoncreds@npm%3A0.4.0#./.yarn/patches/@aries-framework-anoncreds-npm-0.4.0-4d3b4e769d.patch",
"@aries-framework/[email protected]": "patch:@aries-framework/anoncreds@npm%3A0.4.0#./.yarn/patches/@aries-framework-anoncreds-npm-0.4.0-4d3b4e769d.patch",
"@aries-framework/indy-vdr@^0.4.0": "patch:@aries-framework/indy-vdr@npm%3A0.4.0#./.yarn/patches/@aries-framework-indy-vdr-npm-0.4.0-b01067562c.patch"
}
}