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-11-09 09:04:06 +00:00
|
|
|
"format": "eslint . --ext=ts,tsx --fix && prettier --write ./**/*.ts ./**/*.tsx",
|
2022-11-29 16:45:00 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"start": "next start"
|
2022-09-02 11:17:39 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-08 20:14:38 +00:00
|
|
|
"@cosmjs/cosmwasm-stargate": "^0.29.4",
|
|
|
|
"@cosmjs/stargate": "^0.29.4",
|
2022-09-08 06:23:02 +00:00
|
|
|
"@headlessui/react": "^1.7.0",
|
2022-12-08 20:14:38 +00:00
|
|
|
"@marsprotocol/wallet-connector": "^0.9.5",
|
2022-09-14 11:28:18 +00:00
|
|
|
"@metamask/detect-provider": "^1.2.0",
|
2022-09-29 19:21:31 +00:00
|
|
|
"@radix-ui/react-slider": "^1.0.0",
|
2022-09-02 21:29:22 +00:00
|
|
|
"@sentry/nextjs": "^7.12.1",
|
2022-09-14 11:28:18 +00:00
|
|
|
"@tanstack/react-query": "^4.3.4",
|
2022-10-25 10:31:36 +00:00
|
|
|
"@tanstack/react-query-devtools": "^4.12.0",
|
2022-10-20 15:39:21 +00:00
|
|
|
"@tanstack/react-table": "^8.5.15",
|
|
|
|
"@tippyjs/react": "^4.2.6",
|
2022-09-14 11:28:18 +00:00
|
|
|
"bech32": "^2.0.0",
|
|
|
|
"bignumber.js": "^9.1.0",
|
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",
|
|
|
|
"graphql-request": "^5.0.0",
|
2022-10-21 07:17:31 +00:00
|
|
|
"next": "12.3.1",
|
2022-09-02 11:17:39 +00:00
|
|
|
"react": "18.2.0",
|
2022-09-14 11:28:18 +00:00
|
|
|
"react-dom": "18.2.0",
|
2022-10-28 11:14:14 +00:00
|
|
|
"react-number-format": "^5.1.0",
|
2022-11-29 16:45:00 +00:00
|
|
|
"react-spring": "^9.5.5",
|
2022-09-14 11:28:18 +00:00
|
|
|
"react-toastify": "^9.0.8",
|
2022-12-08 20:14:38 +00:00
|
|
|
"react-use-clipboard": "^1.0.9",
|
2022-11-29 16:45:00 +00:00
|
|
|
"tailwindcss-border-gradient-radius": "^3.0.1",
|
2022-10-12 15:41:03 +00:00
|
|
|
"use-local-storage-state": "^18.1.1",
|
2022-12-06 09:21:08 +00:00
|
|
|
"zustand": "^4.1.4"
|
2022-09-02 11:17:39 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-12 15:41:03 +00:00
|
|
|
"@svgr/webpack": "^6.4.0",
|
2022-12-06 12:49:05 +00:00
|
|
|
"@types/node": "18.11.11",
|
2022-12-06 09:22:56 +00:00
|
|
|
"@types/react": "18.0.26",
|
2022-12-06 09:21:32 +00:00
|
|
|
"@types/react-dom": "18.0.9",
|
2022-11-01 13:14:32 +00:00
|
|
|
"autoprefixer": "^10.4.13",
|
2022-09-02 11:17:39 +00:00
|
|
|
"eslint": "8.23.0",
|
2022-10-21 07:18:07 +00:00
|
|
|
"eslint-config-next": "12.3.1",
|
2022-11-09 09:04:06 +00:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-09-02 14:30:58 +00:00
|
|
|
"postcss": "^8.4.16",
|
2022-09-30 12:50:16 +00:00
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
2022-11-01 13:14:06 +00:00
|
|
|
"tailwindcss": "^3.2.1",
|
2022-09-02 11:17:39 +00:00
|
|
|
"typescript": "4.8.2"
|
|
|
|
}
|
|
|
|
}
|