2022-09-02 11:17:39 +00:00
|
|
|
{
|
|
|
|
"name": "mars-v2-frontend",
|
2024-02-14 14:01:25 +00:00
|
|
|
"version": "2.2.4",
|
2024-02-13 10:33:13 +00:00
|
|
|
"homepage": "./",
|
|
|
|
"private": false,
|
|
|
|
"license": "SEE LICENSE IN LICENSE FILE",
|
2022-09-02 11:17:39 +00:00
|
|
|
"scripts": {
|
2024-02-13 10:33:13 +00:00
|
|
|
"build": "yarn install-charting-library && 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",
|
2024-01-03 14:50:38 +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-05-16 10:39:52 +00:00
|
|
|
"start": "next start",
|
2024-02-13 10:33:13 +00:00
|
|
|
"install-charting-library": "dotenv -e .env.local node install_charting_library.js"
|
2023-10-24 14:41:40 +00:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.ts*": [
|
2024-01-03 14:50:38 +00:00
|
|
|
"eslint ./src/ --fix",
|
|
|
|
"prettier --write ./src/"
|
2023-10-24 14:41:40 +00:00
|
|
|
]
|
2022-09-02 11:17:39 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-10 08:54:36 +00:00
|
|
|
"@cosmjs/cosmwasm-stargate": "^0.32.2",
|
2024-02-09 13:36:44 +00:00
|
|
|
"@delphi-labs/shuttle-react": "^3.19.1",
|
|
|
|
"@keplr-wallet/cosmos": "^0.12.67",
|
2023-09-27 08:16:41 +00:00
|
|
|
"@splinetool/react-spline": "^2.2.6",
|
2024-02-13 16:30:04 +00:00
|
|
|
"@splinetool/runtime": "^1.0.52",
|
2023-11-20 10:29:59 +00:00
|
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
2024-02-05 07:46:30 +00:00
|
|
|
"@tanstack/react-table": "^8.11.8",
|
2022-10-20 15:39:21 +00:00
|
|
|
"@tippyjs/react": "^4.2.6",
|
2023-09-11 08:19:43 +00:00
|
|
|
"bignumber.js": "^9.1.2",
|
2024-02-09 13:36:44 +00:00
|
|
|
"classnames": "^2.5.1",
|
2023-06-26 08:08:45 +00:00
|
|
|
"debounce-promise": "^3.1.2",
|
2023-11-20 10:36:25 +00:00
|
|
|
"ibc-domains-sdk": "^1.1.0",
|
2023-08-14 12:55:53 +00:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2023-09-07 08:37:49 +00:00
|
|
|
"lodash.throttle": "^4.1.1",
|
2024-02-09 13:36:44 +00:00
|
|
|
"moment": "^2.30.1",
|
2024-02-13 16:30:04 +00:00
|
|
|
"next": "^14.1.0",
|
2023-02-24 08:47:27 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-device-detect": "^2.2.3",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-10-03 11:36:09 +00:00
|
|
|
"react-draggable": "^4.4.6",
|
2024-02-09 13:36:44 +00:00
|
|
|
"react-helmet-async": "^2.0.4",
|
2023-09-27 08:16:41 +00:00
|
|
|
"react-qr-code": "^2.0.12",
|
2024-02-09 13:36:44 +00:00
|
|
|
"react-router-dom": "^6.22.0",
|
2023-09-27 08:16:41 +00:00
|
|
|
"react-spring": "^9.7.3",
|
2024-02-05 07:46:03 +00:00
|
|
|
"react-toastify": "^10.0.4",
|
2022-12-08 20:14:38 +00:00
|
|
|
"react-use-clipboard": "^1.0.9",
|
2024-02-09 13:36:44 +00:00
|
|
|
"recharts": "^2.12.0",
|
2023-09-27 08:16:41 +00:00
|
|
|
"swr": "^2.2.4",
|
2023-03-08 09:44:39 +00:00
|
|
|
"tailwind-scrollbar-hide": "^1.1.7",
|
2024-02-09 13:36:44 +00:00
|
|
|
"zustand": "^4.5.0"
|
2022-09-02 11:17:39 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-28 10:27:53 +00:00
|
|
|
"@svgr/webpack": "^8.1.0",
|
2023-12-08 15:10:28 +00:00
|
|
|
"@types/debounce-promise": "^3.1.9",
|
2023-11-20 10:38:53 +00:00
|
|
|
"@types/lodash.debounce": "^4.0.9",
|
2024-02-09 13:36:44 +00:00
|
|
|
"@types/lodash.throttle": "^4.1.9",
|
|
|
|
"@types/node": "^20.11.17",
|
|
|
|
"@types/react": "18.2.55",
|
|
|
|
"@types/react-dom": "18.2.19",
|
2023-12-12 12:08:15 +00:00
|
|
|
"@types/react-helmet": "^6.1.11",
|
2024-01-29 16:27:21 +00:00
|
|
|
"autoprefixer": "^10.4.17",
|
2024-02-13 16:30:04 +00:00
|
|
|
"dotenv": "^16.4.3",
|
2023-08-28 10:29:35 +00:00
|
|
|
"dotenv-cli": "^7.3.0",
|
2024-01-10 08:55:32 +00:00
|
|
|
"eslint": "^8.56.0",
|
2024-02-09 13:36:44 +00:00
|
|
|
"eslint-config-next": "^14.1.0",
|
2024-01-29 16:27:37 +00:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2024-02-09 13:36:44 +00:00
|
|
|
"husky": "^9.0.10",
|
2023-05-08 14:47:19 +00:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
2024-02-09 13:36:44 +00:00
|
|
|
"lint-staged": "^15.2.2",
|
|
|
|
"prettier": "^3.2.5",
|
2024-01-29 16:26:58 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
2023-07-13 12:38:08 +00:00
|
|
|
"shelljs": "^0.8.5",
|
2024-02-09 13:36:44 +00:00
|
|
|
"tailwindcss": "^3.4.1",
|
2024-02-05 07:47:37 +00:00
|
|
|
"typescript": "5.3.3"
|
2024-02-13 10:33:13 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.19.1"
|
2022-09-02 11:17:39 +00:00
|
|
|
}
|
2023-09-13 10:51:51 +00:00
|
|
|
}
|