mars-v2-frontend/package.json

64 lines
1.8 KiB
JSON
Raw Normal View History

2022-09-02 11:17:39 +00:00
{
"name": "mars-v2-frontend",
"version": "2.0.0",
2022-09-02 11:17:39 +00:00
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"test": "jest",
2022-12-13 13:21:30 +00:00
"lint": "eslint ./src/ && yarn prettier-check",
"format": "eslint ./src/ --fix && prettier --write ./src/",
2022-12-13 13:21:30 +00:00
"prettier-check": "prettier --ignore-path .gitignore --check ./src/",
"start": "next start"
2022-09-02 11:17:39 +00:00
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@marsprotocol/wallet-connector": "^1.5.8",
"@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",
"graphql-request": "^6.0.0",
2022-12-13 13:21:30 +00:00
"moment": "^2.29.4",
"next": "^13.4.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"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"
2022-09-02 11:17:39 +00:00
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/node": "^20.1.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.14",
"eslint": "8.40.0",
"eslint-config-next": "^13.4.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.5.0",
"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.2.8",
"tailwindcss": "^3.3.2",
"typescript": "5.0.4"
},
"resolutions": {
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9"
2022-09-02 11:17:39 +00:00
}
}