-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
169 lines (169 loc) · 5.96 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "@docknetwork/react-native-sdk",
"version": "0.1.0",
"private": true,
"workspaces": {
"packages": [
"packages/**"
]
},
"resolutions": {
"@polkadot/wasm-crypto": "6.3.1",
"@polkadot/rpc-core": "9.7.1",
"@docknetwork/sdk": "8.6.0",
"@polkadot/api": "9.7.1",
"@polkadot/keyring": "10.1.11",
"@polkadot/rpc-provider": "9.7.1",
"@polkadot/types": "9.7.1",
"@polkadot/types-known": "9.7.1",
"@polkadot/util": "10.1.11",
"@polkadot/util-crypto": "10.1.11",
"commander": "11.0.0",
"@noble/hashes": "1.3.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.22.10",
"@docknetwork/sdk": "8.6.0",
"@docknetwork/universal-wallet": "2.1.1",
"@polkadot/api": "9.7.1",
"@polkadot/keyring": "10.1.11",
"@polkadot/rpc-core": "9.7.1",
"@polkadot/rpc-provider": "9.7.1",
"@polkadot/types": "9.7.1",
"@polkadot/types-known": "9.7.1",
"@polkadot/ui-shared": "3.4.1",
"@polkadot/util": "10.1.11",
"@polkadot/util-crypto": "10.1.11",
"@polkadot/wasm-crypto": "6.3.1",
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.0",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-polyfill": "^6.26.0",
"bfj": "^7.0.2",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^7.11.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^3.9.2",
"jest": "29.6.1",
"jest-circus": "26.6.0",
"jest-localstorage-mock": "^2.4.14",
"jest-resolve": "26.6.0",
"jest-watch-typeahead": "0.6.1",
"prompts": "2.4.0",
"react": "^17.0.2",
"resolve": "1.18.1",
"semver": "7.3.2",
"ts-jest": "29.1.0",
"ts-node": "^10.9.1",
"ts-pnp": "1.2.0",
"typescript": "^5.1.6",
"web-vitals": "^1.0.1",
"webpack": "^5.67.0"
},
"scripts": {
"build": "sh ./scripts/build.sh",
"build:rn:webview": "node ./packages/react-native/bundler/build.js",
"build-and-copy": "node ./packages/react-native/bundler/build-and-copy.js",
"build-packages": "yarn workspace @docknetwork/wallet-sdk-dids build",
"test": "export NODE_OPTIONS=\"--max_old_space_size=4096\";node ./node_modules/jest/bin/jest.js --forceExit",
"test:ci": "yarn test",
"test:integration": "export API_MOCK_DISABLED=true; jest --config jest.config.e2e.js --ci --forceExit --runInBand",
"examples:all": "nodemon --exec NODE_ENV=development npx babel-node ./examples/index.js",
"lint": "eslint './packages/**/*.js' --max-warnings=0 --ignore-path=.prettierignore",
"lint:fix": "eslint './src/**/*.js' --fix --ignore-path=.prettierignore",
"format": "prettier './src/**/*.{js,json}' --write",
"exec": "BABEL_ENV=development; babel-node",
"docs": "documentation build packages/core/lib/** -f html -o docs",
"postinstall": "sh ./scripts/fix-deps.sh && node ./fixdeps && yarn build"
},
"jest-junit": {
"outputDirectory": "reports",
"outputName": "jest-junit.xml",
"ancestorSeparator": " › ",
"uniqueOutputName": "false",
"suiteNameTemplate": "{filepath}",
"classNameTemplate": "{classname}",
"titleTemplate": "{title}"
},
"dependencies": {
"@astronautlabs/jsonpath": "^1.1.2",
"@babel/node": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.16.0",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/preset-flow": "^7.16.7",
"@babel/preset-typescript": "^7.22.5",
"@digitalbazaar/x25519-key-agreement-key-2020": "2.1.0",
"@inquirer/checkbox": "^1.3.8",
"@inquirer/input": "^1.2.8",
"@inquirer/prompts": "^3.0.3",
"@inquirer/select": "^1.2.8",
"@noble/hashes": "1.3.1",
"@react-native-async-storage/async-storage": "^1.15.17",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/plugin-wasm": "^5.1.2",
"@sphereon/oid4vci-client": "^0.16.0",
"@types/jest": "^28.1.6",
"assert": "^2.0.0",
"axios": "^0.25.0",
"axios-mock-adapter": "^1.20.0",
"babel-node": "^0.0.1-security",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"base64url": "^3.0.1",
"bignumber.js": "^9.0.1",
"buffer": "^6.0.3",
"chalk": "^5.3.0",
"core-js": "^3.20.3",
"crypto-browserify": "^3.12.0",
"documentation": "^13.2.5",
"glob": "^7.2.0",
"https-browserify": "^1.0.0",
"jest-junit": "^16.0.0",
"jsdoc": "^3.6.7",
"jsdoc-babel": "^0.5.0",
"jsdom": "^19.0.0",
"mock-local-storage": "^1.1.19",
"node-localstorage": "^2.2.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"nodemon": "^2.0.15",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"promise-memoize": "^1.2.1",
"react-native-keychain": "^8.0.0",
"regenerator-runtime": "^0.13.9",
"rollup": "^2.65.0",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^12.0.1",
"stream-browserify": "^3.0.0",
"ts-jest": "29.1.0",
"ts-loader": "^9.4.4",
"uuid": "^8.3.2",
"winston": "^3.3.3"
}
}