mars-v2-frontend/package.json
Linkie Link 94175d6181
UI adjustments (#135)
* fix: restored sanity in fontSizes

* fix: added gap to borrow table

* env: dependency updates

* feat: added backdrop blur to clickaway overlay
2023-03-23 10:43:35 +01:00

61 lines
1.7 KiB
JSON

{
"name": "mars-v2-frontend",
"version": "0.1.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.2",
"@radix-ui/react-slider": "^1.1.1",
"@sentry/nextjs": "^7.44.2",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-table": "^8.7.9",
"@tippyjs/react": "^4.2.6",
"bignumber.js": "^9.1.1",
"classnames": "^2.3.2",
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
"moment": "^2.29.4",
"next": "^13.2.4",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-number-format": "^5.1.4",
"react-spring": "^9.7.1",
"react-toastify": "^9.1.2",
"react-use-clipboard": "^1.0.9",
"recharts": "^2.5.0",
"swr": "^2.1.1",
"tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^4.3.6"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/node": "^18.15.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14",
"eslint": "8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-plugin-import": "^2.27.5",
"postcss": "^8.4.21",
"prettier": "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.5",
"tailwindcss": "^3.2.7",
"typescript": "5.0.2"
},
"resolutions": {
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9"
}
}