forked from PolymeshAssociation/polymesh-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.68 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
{
"name": "polymesh-portal",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.7.10",
"@hookform/resolvers": "^2.9.11",
"@polymeshassociation/browser-extension-signing-manager": "^1.3.0",
"@polymeshassociation/polymesh-sdk": "20.2.0-alpha.3",
"@tanstack/react-table": "^8.7.9",
"events": "^3.3.0",
"graphql": "^15.8.0",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.5",
"react-loading-skeleton": "^3.3.1",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.8.2",
"react-toastify": "^9.1.1",
"styled-components": "^5.3.8",
"vite-plugin-svgr": "^2.4.0",
"yup": "^1.0.2"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@polkadot/extension-inject": "^0.44.9",
"@types/react": "^18.0.27",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.8.4",
"rollup-plugin-polyfill-node": "^0.12.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-tsconfig-paths": "^4.0.5"
},
"resolutions": {
"@polkadot/keyring": "10.4.2",
"@polkadot/api-augment": "9.14.2",
"@polkadot/api-base": "9.14.2",
"@polkadot/api-derive": "9.14.2",
"@polkadot/rpc-augment": "9.14.2",
"@polkadot/rpc-core": "9.14.2",
"@polkadot/rpc-provider": "9.14.2",
"@polkadot/types": "9.14.2",
"@polkadot/types-augment": "9.14.2",
"@polkadot/types-codec": "9.14.2",
"@polkadot/types-create": "9.14.2",
"@polkadot/types-known": "9.14.2",
"@polkadot/util": "10.4.2",
"@polkadot/networks": "10.4.2",
"@polkadot/util-crypto": "10.4.2",
"@polkadot/x-bigint": "10.4.2"
},
"overrides": {
"@polkadot/keyring": "10.4.2",
"@polkadot/api-augment": "9.14.2",
"@polkadot/api-base": "9.14.2",
"@polkadot/api-derive": "9.14.2",
"@polkadot/rpc-augment": "9.14.2",
"@polkadot/rpc-core": "9.14.2",
"@polkadot/rpc-provider": "9.14.2",
"@polkadot/types": "9.14.2",
"@polkadot/types-augment": "9.14.2",
"@polkadot/types-codec": "9.14.2",
"@polkadot/types-create": "9.14.2",
"@polkadot/types-known": "9.14.2",
"@polkadot/util": "10.4.2",
"@polkadot/networks": "10.4.2",
"@polkadot/util-crypto": "10.4.2",
"@polkadot/x-bigint": "10.4.2"
},
"pnpm": {
"overrides": {
"@polkadot/keyring": "10.4.2",
"@polkadot/api-augment": "9.14.2",
"@polkadot/api-base": "9.14.2",
"@polkadot/api-derive": "9.14.2",
"@polkadot/rpc-augment": "9.14.2",
"@polkadot/rpc-core": "9.14.2",
"@polkadot/rpc-provider": "9.14.2",
"@polkadot/types": "9.14.2",
"@polkadot/types-augment": "9.14.2",
"@polkadot/types-codec": "9.14.2",
"@polkadot/types-create": "9.14.2",
"@polkadot/types-known": "9.14.2",
"@polkadot/util": "10.4.2",
"@polkadot/networks": "10.4.2",
"@polkadot/util-crypto": "10.4.2",
"@polkadot/x-bigint": "10.4.2"
}
}
}