-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
191 lines (191 loc) · 6.45 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"name": "@multiversx/sdk-dapp",
"version": "3.0.9",
"description": "A library to hold the main logic for a dapp on the MultiversX blockchain",
"author": "MultiversX",
"license": "GPL-3.0-or-later",
"repository": "multiversx/mx-sdk-dapp",
"main": "./__commonjs",
"browser": "./",
"react-native": "./",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "yarn watch",
"build:esm-types": "tsc --project tsconfig.json",
"build:cjs-types": "tsc --build tsconfig.cjs.json",
"build": "rimraf dist && node esbuild.js && yarn build:esm-types && yarn build:cjs-types && cp package.json dist && cp README.md dist",
"publish-package": "yarn test && yarn build && cd dist && npm publish",
"publish-package-next": "yarn test && yarn build && cd dist && npm publish --tag next",
"unpublish-verdaccio": "npm unpublish @multiversx/sdk-dapp@3.0.0-alpha.0 --registry http://localhost:4873",
"publish-verdaccio": "npm run unpublish-verdaccio && npm run build && cd dist && npm publish --registry http://localhost:4873",
"publish-yalc": "yarn build && cd dist && yalc publish --push",
"watch": "yarn node esbuild-watch.js && yarn build:esm-types && yarn build:cjs-types -- --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"storybook": "start-storybook -p 6006",
"test-storybook": "test-storybook",
"build-storybook": "build-storybook",
"lint": "eslint --fix --ext js,ts,tsx src"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@ledgerhq/hw-transport-mocker": "6.27.17",
"@multiversx/sdk-core": ">= 13.12.0",
"@octokit/rest": "19.0.5",
"@storybook/addon-actions": "6.5.14",
"@storybook/addon-essentials": "6.5.14",
"@storybook/addon-interactions": "6.5.14",
"@storybook/addon-jest": "6.5.14",
"@storybook/addon-links": "6.5.14",
"@storybook/builder-webpack4": "6.5.14",
"@storybook/jest": "0.0.10",
"@storybook/manager-webpack4": "6.5.14",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "6.5.14",
"@storybook/test-runner": "0.9.1",
"@storybook/testing-library": "0.0.13",
"@swc-node/jest": "1.6.6",
"@swc/core": "1.3.74",
"@swc/jest": "0.2.27",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "13.3.0",
"@types/lodash": "4.14.181",
"@types/lodash.debounce": "4.0.6",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.throttle": "4.1.6",
"@types/lodash.uniqby": "4.7.7",
"@types/platform": "1.3.4",
"@types/qrcode": "1.4.2",
"@types/qs": "6.9.7",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.14.0",
"axios": "1.7.4",
"axios-mock-adapter": "1.21.2",
"babel-jest": "29.7.0",
"babel-loader": "8.3.0",
"css-loader": "5.2.6",
"dotenv": "16.0.3",
"esbuild": "0.14.47",
"esbuild-node-externals": "1.4.1",
"esbuild-plugin-replace": "1.3.0",
"esbuild-plugin-svgr": "1.0.1",
"esbuild-sass-plugin": "2.2.6",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-react": "1.1.7",
"eslint-config-standard": "17.0.0",
"eslint-config-standard-react": "9.2.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.5.0",
"glob": "8.0.3",
"history": "5.3.0",
"husky": "8.0.1",
"identity-obj-proxy": "3.0.0",
"isomorphic-fetch": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "28.1.3",
"jest-mock": "29.3.1",
"jest-scss-transform": "1.0.3",
"mini-css-extract-plugin": "2.7.1",
"msw": "1.3.1",
"node-stdlib-browser": "1.2.0",
"postcss": "8.4.14",
"postcss-modules": "4.3.1",
"process": "0.11.10",
"react": "18.2.0",
"react-router-dom": "6.4.4",
"rimraf": "3.0.2",
"sass": "1.56.1",
"sass-loader": "10.1.1",
"storybook-css-modules": "1.0.8",
"style-loader": "2.0.0",
"typescript": "4.7.3"
},
"keywords": [
"multiversx",
"blockchain",
"dapp",
"smart-contract",
"transaction"
],
"peerDependencies": {
"@multiversx/sdk-core": ">= 13.12.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"axios": ">=1.7.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@reduxjs/toolkit": "1.8.2",
"react-redux": "8.0.2",
"redux-persist": "6.0.0"
},
"optionalDependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"classnames": "2.3.1",
"platform": "1.3.6",
"qrcode": "1.5.0",
"swr": "2.2.0"
},
"files": [
"*.js",
"*.js",
"**/*.js",
"*.d.ts",
"**/*.d.ts"
],
"dependencies": {
"@lifeomic/axios-fetch": "3.0.1",
"@metamask/providers": "16.0.0",
"@multiversx/sdk-dapp-utils": "1.0.0",
"@multiversx/sdk-extension-provider": "4.0.0",
"@multiversx/sdk-hw-provider": "7.0.0",
"@multiversx/sdk-metamask-provider": "1.0.0",
"@multiversx/sdk-native-auth-client": "1.0.9",
"@multiversx/sdk-opera-provider": "1.0.0-alpha.1",
"@multiversx/sdk-passkey-provider": "2.0.0",
"@multiversx/sdk-wallet-connect-provider": "5.0.0",
"@multiversx/sdk-web-wallet-cross-window-provider": "2.0.1",
"@multiversx/sdk-web-wallet-iframe-provider": "2.0.1",
"@multiversx/sdk-web-wallet-provider": "4.0.0",
"@multiversx/sdk-webview-provider": "2.0.0-alpha.0",
"@reduxjs/toolkit": "1.8.2",
"bignumber.js": "9.x",
"linkify-react": "4.0.2",
"linkifyjs": "4.0.2",
"lodash.debounce": "4.0.8",
"lodash.isequal": "4.5.0",
"lodash.omit": "4.5.0",
"lodash.throttle": "4.1.1",
"lodash.uniqby": "4.7.0",
"protobufjs": "7.2.6",
"qs": "6.10.3",
"react-idle-timer": "5.0.0",
"react-redux": "8.0.2",
"redux-persist": "6.0.0",
"reselect": "4.0.0",
"socket.io-client": "4.6.1"
}
}