-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.81 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.81 KB
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
{
"name": "dentnet-staking-dashboard",
"version": "1.8.6",
"type": "module",
"license": "GPL-3.0-only",
"scripts": {
"build": "tsc && vite build --base ${BASE_URL:-'/'}",
"build:pages": "tsc && vite build --base '/dentnet-staking-dashboard/'",
"clear": "rm -rf node_modules build tsconfig.tsbuildinfo yarn.lock",
"deploy:pages": "yarn build:pages && gh-pages -d build",
"dev": "vite --port 3000",
"lint": "eslint . --fix && npx prettier --write . && npx prettier --write ./.scripts && node ./.scripts/localeOrderKeys.cjs",
"locale:order": "node ./.scripts/localeOrderKeys.cjs",
"locale:validate": "node ./.scripts/localeValidate.cjs",
"preview": "vite preview",
"test": "vitest",
"visualizer": "vite-bundle-visualizer"
},
"dependencies": {
"@dotlottie/player-component": "^2.7.10",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@ledgerhq/hw-transport-webhid": "^6.29.2",
"@polkadot-api/merkleize-metadata": "^1.1.2",
"@polkadot-cloud/assets": "0.3.2",
"@polkadot-cloud/core": "1.2.2",
"@polkadot-cloud/react": "0.3.6",
"@polkadot-cloud/utils": "0.2.1",
"@polkadot/api": "^12.2.3",
"@polkadot/keyring": "^13.0.2",
"@polkadot/rpc-provider": "^12.2.3",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkawatch/ddp-client": "^2.0.11",
"@substrate/connect": "^0.8.10",
"@zondax/ledger-substrate": "^0.44.7",
"axios": "^1.6.7",
"bignumber.js": "^9.1.2",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"chart.js": "^4.4.2",
"chroma-js": "^2.4.2",
"compare-versions": "^6.1.1",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.8",
"html5-qrcode": "^2.3.8",
"i18next": "^23.10.0",
"i18next-browser-languagedetector": "^7.2.0",
"jwt-decode": "^4.0.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"qrcode-generator": "1.4.4",
"rc-slider": "^10.5.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-helmet": "^6.1.0",
"react-i18next": "^14.0.5",
"react-router-dom": "^6.22.2",
"react-scroll": "^1.9.0",
"react-select": "^5.8.0",
"styled-components": "^6.1.12",
"usehooks-ts": "2.15.1"
},
"resolutions": {
"@polkadot/keyring": "13.0.2",
"@polkadot/util": "13.0.2"
},
"devDependencies": {
"@ledgerhq/logs": "^6.12.0",
"@types/chroma-js": "^2.4.3",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.17",
"@types/react-helmet": "^6.1.11",
"@types/react-scroll": "^1.8.10",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prefer-arrow-functions": "^3.2.4",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"gh-pages": "^6.1.1",
"prettier": "^3.2.4",
"prettier-plugin-organize-imports": "^3.2.4",
"sass": "^1.70.0",
"typescript": "^5.3.3 <5.4.0",
"vite": "^5.0.12",
"vite-bundle-visualizer": "^1.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.1"
},
"packageManager": "yarn@4.0.2"
}