mars-v2-frontend/package.json
dependabot[bot] 3b5555cc2b
Build(deps-dev): bump prettier-plugin-tailwindcss from 0.2.8 to 0.3.0 (#242)
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.2.8 to 0.3.0.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.2.8...v0.3.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  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-06-05 17:18:42 +03:00

63 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",
"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.3",
"@sentry/nextjs": "^7.51.2",
"@tanstack/react-table": "^8.9.1",
"@tippyjs/react": "^4.2.6",
"bignumber.js": "^9.1.1",
"classnames": "^2.3.2",
"moment": "^2.29.4",
"next": "^13.4.3",
"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.11.2",
"react-spring": "^9.7.1",
"react-toastify": "^9.1.2",
"react-use-clipboard": "^1.0.9",
"recharts": "^2.6.0",
"swr": "^2.1.5",
"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/node": "^20.2.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/react-helmet": "^6.1.6",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.5.0",
"dotenv": "^16.1.4",
"eslint": "8.41.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",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "5.0.4"
}
}