-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
914 changed files
with
21,927 additions
and
1,988 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Copyright 2024 @polkadot-cloud/polkadot-staking-dashboard authors & contributors | ||
// SPDX-License-Identifier: GPL-3.0-only | ||
|
||
declare module '*.module.scss' { | ||
const classes: Record<string, string>; | ||
export default classes; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"name": "app", | ||
"version": "1.7.0", | ||
"type": "module", | ||
"license": "GPL-3.0-only", | ||
"scripts": { | ||
"build": "npx tsc && vite build --base '/'", | ||
"clear": "rm -rf build dist tsconfig.tsbuildinfo", | ||
"reset": "yarn run clear && rm -rf node_modules yarn.lock && yarn", | ||
"dev": "vite", | ||
"lint": "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.12", | ||
"@fortawesome/fontawesome-svg-core": "^6.5.2", | ||
"@fortawesome/free-brands-svg-icons": "^6.5.2", | ||
"@fortawesome/free-regular-svg-icons": "^6.5.2", | ||
"@fortawesome/free-solid-svg-icons": "^6.5.2", | ||
"@fortawesome/react-fontawesome": "^0.2.2", | ||
"@ledgerhq/hw-transport-webhid": "^6.29.2", | ||
"@polkadot-api/merkleize-metadata": "^1.1.4", | ||
"@polkadot/api": "^14.2.3", | ||
"@polkadot/rpc-provider": "^14.2.3", | ||
"@polkawatch/ddp-client": "^2.0.20", | ||
"@substrate/connect": "^2.0.1", | ||
"@w3ux/extension-assets": "^0.4.0", | ||
"@w3ux/factories": "^1.0.0", | ||
"@w3ux/hooks": "^1.2.1", | ||
"@w3ux/react-connect-kit": "^1.8.0", | ||
"@w3ux/react-odometer": "^1.1.0", | ||
"@w3ux/react-polkicon": "^2.0.1-alpha.0", | ||
"@w3ux/utils": "1.1.1-beta.9", | ||
"@w3ux/validator-assets": "^0.2.0", | ||
"@zondax/ledger-substrate": "^1.0.0", | ||
"bignumber.js": "^9.1.2", | ||
"bn.js": "^5.2.1", | ||
"buffer": "^6.0.3", | ||
"chart.js": "^4.4.4", | ||
"chroma-js": "^3.1.1", | ||
"compare-versions": "^6.1.1", | ||
"date-fns": "^4.1.0", | ||
"framer-motion": "^11.11.1", | ||
"html5-qrcode": "^2.3.8", | ||
"i18next": "^23.11.5", | ||
"i18next-browser-languagedetector": "^8.0.0", | ||
"lodash.debounce": "^4.0.8", | ||
"lodash.throttle": "^4.1.1", | ||
"qrcode-generator": "1.4.4", | ||
"rc-slider": "^11.1.6", | ||
"react": "^18.3.1", | ||
"react-chartjs-2": "^5.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-error-boundary": "^4.0.13", | ||
"react-helmet": "^6.1.0", | ||
"react-i18next": "^15.0.2", | ||
"react-router-dom": "^6.23.1", | ||
"react-scroll": "^1.9.0", | ||
"styled-components": "^6.1.13", | ||
"ui-buttons": "workspace:*", | ||
"usehooks-ts": "^3.0.2", | ||
"viem": "^2.21.35", | ||
"wagmi": "^2.12.25", | ||
"xxhash-wasm": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"vite": "^5.2.12", | ||
"vite-bundle-visualizer": "^1.2.1", | ||
"vite-plugin-checker": "^0.7.0", | ||
"vite-plugin-eslint": "^1.8.1", | ||
"vite-plugin-svgr": "^4.2.0", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
"vitest": "^1.6.0" | ||
}, | ||
"packageManager": "yarn@4.1.1" | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.