* bump abacus for new env config path usage * bump abacus + localization for good til date
167 lines
5.4 KiB
JSON
167 lines
5.4 KiB
JSON
{
|
|
"name": "dydx-chain-web",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"license": "AGPL-3.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:inject-app-deeplinks": "sh scripts/inject-app-deeplinks.sh",
|
|
"build:inject-amplitude": "node scripts/inject-amplitude.js",
|
|
"build:inject-bugsnag": "node scripts/inject-bugsnag.js",
|
|
"build:inject-intercom": "node scripts/inject-intercom.js",
|
|
"build:inject-statuspage": "node scripts/inject-statuspage.js",
|
|
"build:inject-smartbanner": "node scripts/inject-smartbanner.js",
|
|
"deploy:ipfs": "node scripts/upload-ipfs.js --verbose",
|
|
"deploy:update-ipns": "node scripts/update-ipns.js",
|
|
"deploy:update-dnslink": "node scripts/update-dnslink.js",
|
|
"coverage": "vitest run --coverage",
|
|
"clean-install": "rm -rf node_modules/ && pnpm i",
|
|
"preview": "vite preview",
|
|
"ladle": "ladle serve",
|
|
"ladle-b": "ladle build",
|
|
"ladle-p": "ladle preview",
|
|
"lint": "eslint --ext .ts,.tsx src/",
|
|
"fix-lint": "eslint --fix --ext .ts,.tsx src/",
|
|
"test": "vitest",
|
|
"tsc": "tsc",
|
|
"postinstall": "tar -xzC public -f tradingview/tradingview.tgz"
|
|
},
|
|
"packageManager": "pnpm@8.6.6",
|
|
"dependencies": {
|
|
"@0xsquid/sdk": "^1.10.0",
|
|
"@cosmjs/amino": "^0.32.1",
|
|
"@cosmjs/crypto": "^0.32.1",
|
|
"@cosmjs/encoding": "^0.32.1",
|
|
"@cosmjs/proto-signing": "^0.32.1",
|
|
"@cosmjs/stargate": "^0.32.1",
|
|
"@cosmjs/tendermint-rpc": "^0.32.1",
|
|
"@dydxprotocol/v4-abacus": "^1.4.9",
|
|
"@dydxprotocol/v4-client-js": "^1.0.20",
|
|
"@dydxprotocol/v4-localization": "^1.1.34",
|
|
"@ethersproject/providers": "^5.7.2",
|
|
"@js-joda/core": "^5.5.3",
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-collapsible": "^1.0.3",
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-navigation-menu": "^1.1.3",
|
|
"@radix-ui/react-popover": "^1.0.6",
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"@radix-ui/react-select": "^1.2.2",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slider": "^1.1.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-toast": "^1.1.4",
|
|
"@radix-ui/react-toggle": "^1.0.3",
|
|
"@radix-ui/react-toggle-group": "^1.0.4",
|
|
"@radix-ui/react-toolbar": "^1.0.4",
|
|
"@radix-ui/react-tooltip": "^1.0.6",
|
|
"@radix-ui/react-use-rect": "^1.0.1",
|
|
"@react-spring/web": "^9.7.2",
|
|
"@react-stately/table": "^3.9.1",
|
|
"@react-types/grid": "^3.1.8",
|
|
"@react-types/shared": "^3.18.1",
|
|
"@react-types/table": "^3.6.1",
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"@scure/bip32": "^1.3.0",
|
|
"@scure/bip39": "^1.2.0",
|
|
"@types/lodash": "^4.14.195",
|
|
"@types/styled-components": "^5.1.26",
|
|
"@visx/axis": "^3.1.0",
|
|
"@visx/curve": "^3.0.0",
|
|
"@visx/event": "^3.0.1",
|
|
"@visx/gradient": "^3.0.0",
|
|
"@visx/group": "^3.0.0",
|
|
"@visx/point": "^3.0.1",
|
|
"@visx/react-spring": "^3.1.0",
|
|
"@visx/responsive": "^3.0.0",
|
|
"@visx/scale": "^3.0.0",
|
|
"@visx/shape": "^3.0.0",
|
|
"@visx/text": "^3.0.0",
|
|
"@visx/threshold": "^3.0.0",
|
|
"@visx/tooltip": "^3.1.2",
|
|
"@visx/xychart": "^3.1.2",
|
|
"bignumber.js": "^9.1.1",
|
|
"buffer": "^6.0.3",
|
|
"cmdk": "^0.2.0",
|
|
"color": "^4.2.3",
|
|
"cosmjs-types": "^0.9.0",
|
|
"crypto-js": "^4.1.1",
|
|
"ethers": "^6.6.1",
|
|
"graz": "^0.0.43",
|
|
"lodash": "^4.17.21",
|
|
"long": "^5.2.3",
|
|
"luxon": "^3.3.0",
|
|
"qr-code-styling": "1.6.0-rc.1",
|
|
"query-string": "^8.1.0",
|
|
"react": "^18.2.0",
|
|
"react-aria": "^3.25.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-number-format": "^5.2.2",
|
|
"react-query": "^3.39.3",
|
|
"react-redux": "^8.1.1",
|
|
"react-router-dom": "^6.14.0",
|
|
"react-stately": "^3.23.0",
|
|
"reselect": "^4.1.8",
|
|
"styled-components": "^5.3.11",
|
|
"use-latest": "^1.2.1",
|
|
"viem": "^1.20.0",
|
|
"wagmi": "^1.4.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.5",
|
|
"@ladle/react": "^4.0.2",
|
|
"@types/color": "^3.0.3",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/luxon": "^3.3.0",
|
|
"@types/node": "^20.3.1",
|
|
"@types/react": "^18.2.14",
|
|
"@types/react-dom": "^18.2.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
|
"@typescript-eslint/parser": "^5.60.0",
|
|
"@vitejs/plugin-react": "^4.0.1",
|
|
"assert": "^2.0.0",
|
|
"babel-loader": "^9.1.2",
|
|
"babel-plugin-styled-components": "^2.1.4",
|
|
"browserify-zlib": "^0.2.0",
|
|
"eslint": "^8.43.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-standard-with-typescript": "^35.0.0",
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-n": "^16.0.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"minimist": "^1.2.8",
|
|
"node-fetch": "^3.3.1",
|
|
"pnpm": "^8.6.6",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^5.1.3",
|
|
"url-polyfill": "^1.1.12",
|
|
"util": "^0.12.5",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-svgr": "^3.2.0",
|
|
"vitest": "^0.32.2",
|
|
"w3name": "^1.0.8",
|
|
"web3.storage": "^4.5.4"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"follow-redirects": "1.15.3"
|
|
}
|
|
}
|
|
}
|