-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.91 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
{
"name": "polymesh-staking-app",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@polymeshassociation/browser-extension-signing-manager": "^2.3.0",
"@polymeshassociation/polymesh-sdk": "^26.2.0",
"chart.js": "^3.9.1",
"chartjs-plugin-annotation": "^2.2.1",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-zoom": "^1.3.0",
"d3": "^7.9.0",
"d3-scale-chromatic": "^3.1.0",
"next": "14.2.18",
"react": "^18.3.1",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.3.1",
"react-query": "^3.39.3"
},
"devDependencies": {
"@polymeshassociation/signing-manager-types": "^3.4.0",
"@types/d3": "^7.4.3",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.18",
"typescript": "^5.6.3"
},
"resolutions": {
"@polkadot/api": "11.3.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/api-augment": "11.3.1",
"@polkadot/api-base": "11.3.1",
"@polkadot/api-derive": "11.3.1",
"@polkadot/rpc-augment": "11.3.1",
"@polkadot/rpc-core": "11.3.1",
"@polkadot/rpc-provider": "11.3.1",
"@polkadot/types": "11.3.1",
"@polkadot/types-augment": "11.3.1",
"@polkadot/types-codec": "11.3.1",
"@polkadot/types-create": "11.3.1",
"@polkadot/types-known": "11.3.1",
"@polkadot/util": "12.6.2",
"@polkadot/networks": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@polkadot/x-bigint": "12.6.2"
},
"overrides": {
"@polkadot/api": "11.3.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/api-augment": "11.3.1",
"@polkadot/api-base": "11.3.1",
"@polkadot/api-derive": "11.3.1",
"@polkadot/rpc-augment": "11.3.1",
"@polkadot/rpc-core": "11.3.1",
"@polkadot/rpc-provider": "11.3.1",
"@polkadot/types": "11.3.1",
"@polkadot/types-augment": "11.3.1",
"@polkadot/types-codec": "11.3.1",
"@polkadot/types-create": "11.3.1",
"@polkadot/types-known": "11.3.1",
"@polkadot/util": "12.6.2",
"@polkadot/networks": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@polkadot/x-bigint": "12.6.2"
},
"pnpm": {
"overrides": {
"@polkadot/api": "11.3.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/api-augment": "11.3.1",
"@polkadot/api-base": "11.3.1",
"@polkadot/api-derive": "11.3.1",
"@polkadot/rpc-augment": "11.3.1",
"@polkadot/rpc-core": "11.3.1",
"@polkadot/rpc-provider": "11.3.1",
"@polkadot/types": "11.3.1",
"@polkadot/types-augment": "11.3.1",
"@polkadot/types-codec": "11.3.1",
"@polkadot/types-create": "11.3.1",
"@polkadot/types-known": "11.3.1",
"@polkadot/util": "12.6.2",
"@polkadot/networks": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@polkadot/x-bigint": "12.6.2"
}
}
}