cd5ec3ee3b
* tidy: refactor text
* tidy: refactor text
* fix display of vaults table
* feat: added unstyled select
* tidy: useToggle
* tidy: useToggle
* add vaults to types
* MP-2344: first unstyled version of Select
* fix: fixed the build
* MP-2344: progress on the Select
* MP-2344: almost finished the Select
* implement basic vault modal (no logic)
* 🍱 max + displaycur for token input
* Convert to BN for TokenInputs
* env: update wallet-connector
* fix: fixed build errors and relative imports
* fix: updated TokenInput
* tidy: format
* fix: BN instead of new BigNumber
---------
Co-authored-by: Linkie Link <linkielink.dev@gmail.com>
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "mars-v2-frontend",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "eslint ./src/ && yarn prettier-check",
|
|
"format": "eslint ./src/ --fix && prettier --write ./src/",
|
|
"prettier-check": "prettier --ignore-path .gitignore --check ./src/",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@cosmjs/cosmwasm-stargate": "^0.30.1",
|
|
"@cosmjs/stargate": "^0.30.1",
|
|
"@marsprotocol/wallet-connector": "^1.5.4",
|
|
"@sentry/nextjs": "^7.48.0",
|
|
"@tanstack/react-table": "^8.8.5",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"bignumber.js": "^9.1.1",
|
|
"classnames": "^2.3.2",
|
|
"graphql-request": "^6.0.0",
|
|
"moment": "^2.29.4",
|
|
"next": "^13.3.0",
|
|
"react": "^18.2.0",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-draggable": "^4.4.5",
|
|
"react-spring": "^9.7.1",
|
|
"react-toastify": "^9.1.2",
|
|
"react-use-clipboard": "^1.0.9",
|
|
"recharts": "^2.5.0",
|
|
"swr": "^2.1.3",
|
|
"tailwind-scrollbar-hide": "^1.1.7",
|
|
"zustand": "^4.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^7.0.0",
|
|
"@types/node": "^18.15.11",
|
|
"@types/react": "18.0.35",
|
|
"@types/react-dom": "18.0.11",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "8.38.0",
|
|
"eslint-config-next": "^13.3.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.7",
|
|
"prettier-plugin-tailwindcss": "^0.2.7",
|
|
"tailwindcss": "^3.3.1",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "18.0.9"
|
|
}
|
|
}
|