cc70fe52e6
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 7.60.0 to 7.61.1. - [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.60.0...7.61.1) --- 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>
72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"name": "mars-v2-frontend",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "yarn validate-env && next build",
|
|
"dev": "next dev",
|
|
"test": "jest",
|
|
"test:cov": "jest --coverage",
|
|
"lint": "eslint ./src/ && yarn prettier-check",
|
|
"format": "eslint ./src/ ./__tests__/ --fix && prettier --write ./src/ ./__tests__/",
|
|
"prettier-check": "prettier --ignore-path .gitignore --check ./src/",
|
|
"start": "next start",
|
|
"validate-env": "node ./validate-env",
|
|
"install-charting-library": "dotenv -e .env.local node install_charting_library.js"
|
|
},
|
|
"dependencies": {
|
|
"@cosmjs/cosmwasm-stargate": "^0.31.0",
|
|
"@delphi-labs/shuttle-react": "^3.6.0",
|
|
"@keplr-wallet/cosmos": "^0.12.16",
|
|
"@sentry/nextjs": "^7.61.1",
|
|
"@tanstack/react-table": "^8.9.3",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"bignumber.js": "^9.1.1",
|
|
"classnames": "^2.3.2",
|
|
"debounce-promise": "^3.1.2",
|
|
"lodash.throttle": "^4.1.1",
|
|
"moment": "^2.29.4",
|
|
"next": "13.4.9",
|
|
"react": "^18.2.0",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-draggable": "^4.4.5",
|
|
"react-helmet": "^6.1.0",
|
|
"react-qr-code": "^2.0.11",
|
|
"react-router-dom": "^6.14.1",
|
|
"react-spring": "^9.7.2",
|
|
"react-toastify": "^9.1.3",
|
|
"react-use-clipboard": "^1.0.9",
|
|
"recharts": "^2.7.2",
|
|
"swr": "^2.2.0",
|
|
"tailwind-scrollbar-hide": "^1.1.7",
|
|
"zustand": "^4.3.9"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^8.0.1",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/debounce-promise": "^3.1.6",
|
|
"@types/lodash.throttle": "^4.1.7",
|
|
"@types/node": "^20.4.4",
|
|
"@types/react": "18.2.14",
|
|
"@types/react-dom": "18.2.7",
|
|
"@types/react-helmet": "^6.1.6",
|
|
"autoprefixer": "^10.4.14",
|
|
"babel-jest": "^29.6.2",
|
|
"dotenv": "^16.3.1",
|
|
"dotenv-cli": "^7.2.1",
|
|
"eslint": "8.46.0",
|
|
"eslint-config-next": "^13.4.12",
|
|
"eslint-plugin-import": "^2.28.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.5.0",
|
|
"jest-environment-jsdom": "^29.6.1",
|
|
"prettier": "^3.0.0",
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
"shelljs": "^0.8.5",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "5.1.6"
|
|
}
|
|
}
|