mars-v2-frontend/package.json
dependabot[bot] f4b967a7e2
Build(deps): bump @sentry/nextjs from 7.41.0 to 7.43.0 (#123)
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 7.41.0 to 7.43.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.41.0...7.43.0)

---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 11:17:23 +01:00

66 lines
1.9 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.29.5",
"@cosmjs/stargate": "^0.29.5",
"@headlessui/react": "^1.7.13",
"@marsprotocol/wallet-connector": "^1.5.2",
"@radix-ui/react-slider": "^1.1.0",
"@sentry/nextjs": "^7.43.0",
"@tanstack/react-query": "^4.26.1",
"@tanstack/react-query-devtools": "^4.26.1",
"@tanstack/react-table": "^8.7.9",
"@tippyjs/react": "^4.2.6",
"bech32": "^2.0.0",
"bignumber.js": "^9.1.1",
"classnames": "^2.3.2",
"ethereumjs-util": "^7.1.5",
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
"moment": "^2.29.4",
"next": "^13.2.3",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-number-format": "^5.1.4",
"react-spring": "^9.7.1",
"react-toastify": "^9.1.1",
"react-use-clipboard": "^1.0.9",
"recharts": "^2.4.3",
"sass": "^1.58.3",
"swr": "^2.1.0",
"tailwind-scrollbar-hide": "^1.1.7",
"use-local-storage-state": "^18.2.1",
"zustand": "^4.3.6"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/node": "^18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.13",
"eslint": "8.35.0",
"eslint-config-next": "^13.2.3",
"eslint-plugin-import": "^2.27.5",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"tailwindcss": "^3.2.7",
"typescript": "4.9.5"
},
"resolutions": {
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9"
}
}