mars-v2-frontend/package.json
dependabot[bot] 40d2950bf4
Build(deps): bump @tanstack/react-table from 8.9.1 to 8.9.3 (#277)
Bumps [@tanstack/react-table](https://github.com/tanstack/table) from 8.9.1 to 8.9.3.
- [Release notes](https://github.com/tanstack/table/releases)
- [Commits](https://github.com/tanstack/table/compare/v8.9.1...v8.9.3)

---
updated-dependencies:
- dependency-name: "@tanstack/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-03 09:41:24 +02:00

65 lines
1.9 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"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.30.1",
"@marsprotocol/wallet-connector": "^1.8.9",
"@sentry/nextjs": "^7.54.0",
"@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",
"moment": "^2.29.4",
"next": "^13.4.7",
"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-router-dom": "^6.14.1",
"react-spring": "^9.7.1",
"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.8"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/debounce-promise": "^3.1.6",
"@types/node": "^20.3.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-helmet": "^6.1.6",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.5.0",
"dotenv": "^16.3.1",
"eslint": "8.43.0",
"eslint-config-next": "^13.4.4",
"eslint-plugin-import": "^2.27.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "5.1.3"
}
}