2022-09-02 11:17:39 +00:00
|
|
|
{
|
|
|
|
"name": "mars-v2-frontend",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "next build",
|
2022-11-29 16:45:00 +00:00
|
|
|
"dev": "next dev",
|
2022-12-13 13:21:30 +00:00
|
|
|
"lint": "eslint ./src/ && yarn prettier-check",
|
2023-02-28 08:20:53 +00:00
|
|
|
"format": "eslint ./src/ --fix && prettier --write ./src/",
|
2022-12-13 13:21:30 +00:00
|
|
|
"prettier-check": "prettier --ignore-path .gitignore --check ./src/",
|
2023-02-24 08:47:27 +00:00
|
|
|
"start": "next start"
|
2022-09-02 11:17:39 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-09 09:26:16 +00:00
|
|
|
"@cosmjs/cosmwasm-stargate": "^0.29.5",
|
2022-12-23 11:28:15 +00:00
|
|
|
"@cosmjs/stargate": "^0.29.5",
|
2023-03-09 09:26:16 +00:00
|
|
|
"@headlessui/react": "^1.7.13",
|
|
|
|
"@marsprotocol/wallet-connector": "^1.5.2",
|
|
|
|
"@radix-ui/react-slider": "^1.1.0",
|
2023-03-21 10:17:23 +00:00
|
|
|
"@sentry/nextjs": "^7.43.0",
|
2023-03-09 09:26:16 +00:00
|
|
|
"@tanstack/react-query": "^4.26.1",
|
|
|
|
"@tanstack/react-query-devtools": "^4.26.1",
|
|
|
|
"@tanstack/react-table": "^8.7.9",
|
2022-10-20 15:39:21 +00:00
|
|
|
"@tippyjs/react": "^4.2.6",
|
2022-09-14 11:28:18 +00:00
|
|
|
"bech32": "^2.0.0",
|
2023-03-09 09:26:16 +00:00
|
|
|
"bignumber.js": "^9.1.1",
|
2022-11-29 16:45:00 +00:00
|
|
|
"classnames": "^2.3.2",
|
2022-09-14 11:28:18 +00:00
|
|
|
"ethereumjs-util": "^7.1.5",
|
2022-11-22 09:14:12 +00:00
|
|
|
"graphql": "^16.6.0",
|
2023-03-09 09:26:16 +00:00
|
|
|
"graphql-request": "^5.2.0",
|
2022-12-13 13:21:30 +00:00
|
|
|
"moment": "^2.29.4",
|
2023-03-09 09:26:16 +00:00
|
|
|
"next": "^13.2.3",
|
2023-02-24 08:47:27 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-device-detect": "^2.2.3",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-03-09 09:26:16 +00:00
|
|
|
"react-number-format": "^5.1.4",
|
|
|
|
"react-spring": "^9.7.1",
|
|
|
|
"react-toastify": "^9.1.1",
|
2022-12-08 20:14:38 +00:00
|
|
|
"react-use-clipboard": "^1.0.9",
|
2023-03-09 09:26:16 +00:00
|
|
|
"recharts": "^2.4.3",
|
2023-02-28 08:20:53 +00:00
|
|
|
"sass": "^1.58.3",
|
2023-03-09 09:26:16 +00:00
|
|
|
"swr": "^2.1.0",
|
2023-03-08 09:44:39 +00:00
|
|
|
"tailwind-scrollbar-hide": "^1.1.7",
|
2023-03-09 09:26:16 +00:00
|
|
|
"use-local-storage-state": "^18.2.1",
|
|
|
|
"zustand": "^4.3.6"
|
2022-09-02 11:17:39 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-09 09:26:16 +00:00
|
|
|
"@svgr/webpack": "^6.5.1",
|
|
|
|
"@types/node": "^18.14.6",
|
|
|
|
"@types/react": "18.0.28",
|
|
|
|
"@types/react-dom": "18.0.11",
|
2023-03-21 10:24:50 +00:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-03-09 09:26:16 +00:00
|
|
|
"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"
|
2023-02-24 08:47:27 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "18.0.26",
|
|
|
|
"@types/react-dom": "18.0.9"
|
2022-09-02 11:17:39 +00:00
|
|
|
}
|
|
|
|
}
|