2022-09-02 11:17:39 +00:00
|
|
|
{
|
|
|
|
"name": "mars-v2-frontend",
|
2023-05-02 07:55:32 +00:00
|
|
|
"version": "2.0.0",
|
2022-09-02 11:17:39 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-05-16 10:39:52 +00:00
|
|
|
"build": "yarn validate-env && next build",
|
2022-11-29 16:45:00 +00:00
|
|
|
"dev": "next dev",
|
2023-05-08 14:47:19 +00:00
|
|
|
"test": "jest",
|
2023-06-07 14:22:13 +00:00
|
|
|
"test:cov": "jest --coverage",
|
2022-12-13 13:21:30 +00:00
|
|
|
"lint": "eslint ./src/ && yarn prettier-check",
|
2023-05-31 08:34:26 +00:00
|
|
|
"format": "eslint ./src/ ./__tests__/ --fix && prettier --write ./src/ ./__tests__/",
|
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",
|
|
|
|
"validate-env": "node ./validate-env"
|
2022-09-02 11:17:39 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-23 09:43:35 +00:00
|
|
|
"@cosmjs/cosmwasm-stargate": "^0.30.1",
|
2023-05-23 08:41:23 +00:00
|
|
|
"@marsprotocol/wallet-connector": "^1.8.3",
|
2023-06-05 14:20:40 +00:00
|
|
|
"@sentry/nextjs": "^7.54.0",
|
2023-05-08 10:18:33 +00:00
|
|
|
"@tanstack/react-table": "^8.9.1",
|
2022-10-20 15:39:21 +00:00
|
|
|
"@tippyjs/react": "^4.2.6",
|
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-12-13 13:21:30 +00:00
|
|
|
"moment": "^2.29.4",
|
2023-06-26 07:11:42 +00:00
|
|
|
"next": "^13.4.7",
|
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-22 14:12:19 +00:00
|
|
|
"react-draggable": "^4.4.5",
|
2023-05-24 13:05:19 +00:00
|
|
|
"react-helmet": "^6.1.0",
|
2023-06-21 08:49:42 +00:00
|
|
|
"react-router-dom": "^6.13.0",
|
2023-03-09 09:26:16 +00:00
|
|
|
"react-spring": "^9.7.1",
|
2023-06-19 07:18:57 +00:00
|
|
|
"react-toastify": "^9.1.3",
|
2022-12-08 20:14:38 +00:00
|
|
|
"react-use-clipboard": "^1.0.9",
|
2023-05-11 10:23:08 +00:00
|
|
|
"recharts": "^2.6.0",
|
2023-06-26 07:04:08 +00:00
|
|
|
"swr": "^2.2.0",
|
2023-03-08 09:44:39 +00:00
|
|
|
"tailwind-scrollbar-hide": "^1.1.7",
|
2023-05-08 10:18:33 +00:00
|
|
|
"zustand": "^4.3.8"
|
2022-09-02 11:17:39 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-11 10:23:08 +00:00
|
|
|
"@svgr/webpack": "^8.0.1",
|
2023-05-16 10:39:52 +00:00
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
"@testing-library/react": "^14.0.0",
|
2023-06-19 18:46:55 +00:00
|
|
|
"@types/node": "^20.3.1",
|
2023-06-26 07:46:05 +00:00
|
|
|
"@types/react": "18.2.14",
|
2023-05-08 10:18:33 +00:00
|
|
|
"@types/react-dom": "18.2.4",
|
2023-05-24 13:05:19 +00:00
|
|
|
"@types/react-helmet": "^6.1.6",
|
2023-03-21 10:24:50 +00:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-05-16 10:39:52 +00:00
|
|
|
"babel-jest": "^29.5.0",
|
2023-06-05 14:17:44 +00:00
|
|
|
"dotenv": "^16.1.4",
|
2023-06-26 06:58:34 +00:00
|
|
|
"eslint": "8.43.0",
|
2023-05-29 06:33:38 +00:00
|
|
|
"eslint-config-next": "^13.4.4",
|
2023-03-09 09:26:16 +00:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2023-05-08 14:47:19 +00:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
|
|
|
"jest": "^29.5.0",
|
|
|
|
"jest-environment-jsdom": "^29.5.0",
|
2023-05-08 10:18:33 +00:00
|
|
|
"prettier": "^2.8.8",
|
2023-06-05 14:18:42 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
2023-05-08 08:54:11 +00:00
|
|
|
"tailwindcss": "^3.3.2",
|
2023-06-05 14:30:49 +00:00
|
|
|
"typescript": "5.1.3"
|
2022-09-02 11:17:39 +00:00
|
|
|
}
|
|
|
|
}
|