forked from CQEN-QDCE/portefeuille-mobile-qc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
155 lines (155 loc) · 5.73 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
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
151
152
153
154
155
{
"name": "qcwallet-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"engines": {
"node": ">= 16.10.0",
"npm": ">= 8.0.0"
},
"scripts": {
"style-check": "npm run prettier -- --check",
"style-format": "npm run prettier -- --write",
"style-watch": "onchange '**/*.+(js|jsx|json|ts|tsx|md|yml|yaml)' -- prettier --write {{changed}}",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start --reset-cache",
"test": "jest",
"test:watch": "jest --watch --notify --notifyMode=change --coverage",
"test:coverage": "jest --coverage",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --color .",
"prettier": "prettier --ignore-path .gitignore '**/*.+(js|jsx|json|ts|tsx|md|yml|yaml)'",
"pre-commit-lint": "npx lint-staged",
"setup": "cd .. && husky install .husky",
"postinstall:copy-patches": "copyfiles -V -u 4 \"../bifold/app/patches/*\" \"./patches/\"",
"postinstall:patch": "npx patch-package",
"postinstall": "run-s postinstall:copy-patches postinstall:patch",
"typecheck": "tsc --noEmit",
"storybook": "start-storybook -p 7007",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcgov/bc-wallet-mobile.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bcgov/bc-wallet-mobile/issues"
},
"homepage": "https://github.com/bcgov/bc-wallet-mobile#readme",
"dependencies": {
"@aries-framework/core": "^0.3.3",
"@aries-framework/react-hooks": "^0.4.0",
"@aries-framework/react-native": "^0.3.2",
"@bugsnag/plugin-react-navigation": "^7.19.0",
"@bugsnag/react-native": "^7.20.2",
"@formatjs/intl-datetimeformat": "4.2.4",
"@formatjs/intl-displaynames": "5.2.4",
"@formatjs/intl-getcanonicallocales": "1.7.3",
"@formatjs/intl-listformat": "6.3.4",
"@formatjs/intl-locale": "2.4.38",
"@formatjs/intl-numberformat": "7.2.4",
"@formatjs/intl-pluralrules": "4.1.4",
"@formatjs/intl-relativetimeformat": "9.3.1",
"@react-native-async-storage/async-storage": "1.15.11",
"@react-native-community/masked-view": "0.1.11",
"@react-native-community/netinfo": "9.3.0",
"@react-navigation/bottom-tabs": "6.0.9",
"@react-navigation/core": "6.1.0",
"@react-navigation/devtools": "6.0.8",
"@react-navigation/native": "6.0.6",
"@react-navigation/stack": "6.0.11",
"aries-bifold": "file:../bifold/packages/legacy/core",
"axios": "0.21.4",
"googleapis": "^113.0.0",
"i18next": "21.4.0",
"indy-sdk-react-native": "0.2.2",
"lodash.flatten": "4.4.0",
"lodash.merge": "^4.6.2",
"lodash.startcase": "4.4.0",
"moment": "^2.29.4",
"patch-package": "^6.4.7",
"query-string": "7.0.1",
"react": "17.0.2",
"react-i18next": "11.13.0",
"react-native": "0.66.5",
"react-native-animated-pagination-dots": "0.1.72",
"react-native-argon2": "2.0.1",
"react-native-bouncy-checkbox": "^3.0.5",
"react-native-camera": "3.44.3",
"react-native-collapsible": "1.6.0",
"react-native-config": "1.4.4",
"react-native-confirmation-code-field": "7.3.0",
"react-native-device-info": "8.4.9",
"react-native-encrypted-storage": "4.0.2",
"react-native-fs": "2.18.0",
"react-native-gesture-handler": "1.10.3",
"react-native-get-random-values": "1.7.0",
"react-native-gifted-chat": "0.16.3",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-keychain": "^7.0.0",
"react-native-localize": "^2.2.4",
"react-native-permissions": "^3.6.1",
"react-native-qrcode-svg": "6.1.1",
"react-native-reanimated": "2.2.4",
"react-native-safe-area-context": "3.3.2",
"react-native-scalable-image": "^1.1.0",
"react-native-screens": "3.7.2",
"react-native-splash-screen": "3.3.0",
"react-native-svg": "12.1.1",
"react-native-tcp-socket": "^6.0.3",
"react-native-toast-message": "2.0.1",
"react-native-uuid": "2.0.1",
"react-native-vector-icons": "8.1.0",
"react-native-webview": "11.23.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/runtime": "7.15.4",
"@bugsnag/source-maps": "^2.3.1",
"@commitlint/cli": "^11.0.0",
"@react-native-community/eslint-config": "^2.0.0",
"@storybook/addon-actions": "^5.3.21",
"@storybook/addon-knobs": "^5.3.21",
"@storybook/addon-links": "^5.3.21",
"@storybook/addon-ondevice-actions": "^5.3.23",
"@storybook/addon-ondevice-knobs": "^5.3.26",
"@storybook/react-native": "^5.3.25",
"@storybook/react-native-server": "^5.3.23",
"@testing-library/jest-native": "^4.0.13",
"@testing-library/react-native": "^9.0.0",
"@types/jest": "^27.4.0",
"@types/lodash.flatten": "^4.4.6",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.startcase": "^4.4.6",
"@types/react": "16.14.15",
"@types/react-native": "0.63.53",
"@types/react-native-vector-icons": "^6.4.12",
"@types/react-test-renderer": "^16.9.5",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-jest": "^27.5.1",
"babel-plugin-module-resolver": "4.1.0",
"commitlint": "^11.0.0",
"copyfiles": "^2.4.1",
"eslint": "^7.14.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^7.0.0",
"jest": "^27.5.1",
"lint-staged": "^11.2.6",
"metro-react-native-babel-preset": "0.66.2",
"mockdate": "^3.0.5",
"patch-package": "^6.4.7",
"prettier": "^2.1.2",
"react-dom": "^17.0.2",
"react-native-svg-transformer": "0.14.3",
"react-test-renderer": "^17.0.2",
"run-s": "^0.0.0",
"typescript": "4.4.3"
}
}