mango-ui-v3/package.json

100 lines
3.1 KiB
JSON
Raw Normal View History

2021-03-26 09:44:55 -07:00
{
"name": "with-typescript-eslint-jest",
"author": "@erikdstock",
"license": "MIT",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
2021-12-30 19:49:10 -08:00
"devnet": "NEXT_PUBLIC_CLUSTER=devnet NEXT_PUBLIC_ENDPOINT=https://mango.devnet.rpcpool.com/ NEXT_PUBLIC_GROUP=devnet.2 next dev",
2021-03-26 09:44:55 -07:00
"build": "next build",
"start": "next start",
2022-01-13 11:14:31 -08:00
"prepare": "husky install",
2021-03-26 09:44:55 -07:00
"type-check": "tsc --pretty --noEmit",
"format": "prettier --write .",
2021-04-14 11:40:28 -07:00
"lint": "eslint . --ext ts --ext tsx --ext js --quiet",
"lint-staged": "lint-staged --config lint-staged.js",
2022-03-25 04:17:29 -07:00
"lint-all": "yarn lint && yarn type-check",
"analyze": "ANALYZE=true yarn build"
2021-03-26 09:44:55 -07:00
},
"dependencies": {
2022-04-18 17:48:26 -07:00
"@blockworks-foundation/mango-client": "^3.4.4",
"@headlessui/react": "^0.0.0-insiders.2dbc38c",
2021-04-02 11:26:21 -07:00
"@heroicons/react": "^1.0.0",
2022-04-20 14:04:16 -07:00
"@jup-ag/react-hook": "^1.0.0-beta.22",
2021-08-29 21:56:27 -07:00
"@project-serum/serum": "0.13.55",
2021-06-17 17:43:53 -07:00
"@project-serum/sol-wallet-adapter": "0.2.0",
2022-03-29 05:28:08 -07:00
"@sentry/react": "^6.19.2",
"@sentry/tracing": "^6.19.2",
2022-03-22 02:18:58 -07:00
"@solana/wallet-adapter-base": "^0.9.5",
2022-03-24 07:39:24 -07:00
"@solana/wallet-adapter-huobi": "^0.1.0",
2022-03-22 02:18:58 -07:00
"@solana/wallet-adapter-react": "^0.15.4",
"@solana/wallet-adapter-wallets": "^0.16.0",
2022-03-22 02:18:58 -07:00
"@solana/web3.js": "^1.36.0",
"@solflare-wallet/pfp": "^0.0.6",
2021-04-16 11:16:31 -07:00
"@tippyjs/react": "^4.2.5",
"big.js": "^6.1.1",
"bignumber.js": "^9.0.2",
2022-03-16 14:38:31 -07:00
"bn.js": "^5.1.0",
2021-04-09 17:01:00 -07:00
"bs58": "^4.0.1",
2022-03-29 19:05:12 -07:00
"date-fns": "^2.28.0",
"dayjs": "^1.10.4",
2021-12-02 16:37:20 -08:00
"export-to-csv": "^0.2.1",
2021-04-02 11:26:21 -07:00
"immer": "^9.0.1",
2021-10-29 05:05:55 -07:00
"intro.js": "^4.2.2",
"intro.js-react": "^0.5.0",
2021-11-30 18:46:23 -08:00
"lodash": "^4.17.21",
2022-02-22 13:45:25 -08:00
"next": "^12.1.0",
2022-03-01 21:17:36 -08:00
"next-i18next": "^10.4.0",
"next-themes": "^0.1.1",
"rc-slider": "^9.7.5",
2021-08-29 17:37:31 -07:00
"react": "^17.0.2",
2022-03-01 21:17:36 -08:00
"react-cool-dimensions": "^2.0.7",
2021-08-29 17:37:31 -07:00
"react-dom": "^17.0.2",
"react-grid-layout": "^1.3.3",
2022-03-29 19:05:12 -07:00
"react-nice-dates": "^3.1.0",
2021-04-09 07:27:49 -07:00
"react-portal": "^4.2.1",
"react-super-responsive-table": "^5.2.0",
"react-swipeable-views": "^0.14.0",
2021-12-09 09:23:19 -08:00
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
2022-03-01 21:17:36 -08:00
"recharts": "^2.1.9",
"zustand": "^3.7.0"
2021-03-26 09:44:55 -07:00
},
"devDependencies": {
2022-03-25 04:17:29 -07:00
"@next/bundle-analyzer": "^12.1.0",
2022-01-09 20:54:57 -08:00
"@svgr/webpack": "^6.1.2",
2021-03-26 09:44:55 -07:00
"@testing-library/react": "^11.2.5",
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
2022-03-01 21:17:36 -08:00
"autoprefixer": "^10.4.2",
2022-03-29 20:51:03 -07:00
"encoding": "^0.1.13",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
2021-12-09 09:23:19 -08:00
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.3.0",
2022-01-09 20:31:59 -08:00
"husky": "^7.0.4",
2021-03-26 09:44:55 -07:00
"identity-obj-proxy": "^3.0.0",
"lint-staged": "^12.3.6",
2022-03-01 21:17:36 -08:00
"postcss": "^8.4.7",
2021-03-26 09:44:55 -07:00
"prettier": "^2.0.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"react-is": "^17.0.2",
2022-03-02 15:03:33 -08:00
"tailwindcss": "^3.0.23",
"tsc-files": "^1.1.3",
"twin.macro": "^2.4.1",
2022-03-28 07:17:54 -07:00
"typescript": "^4.6.3"
},
"resolutions": {
"bn.js": "5.1.3",
2021-12-22 16:39:57 -08:00
"@solana/buffer-layout": "3.0.0",
2021-12-09 09:23:19 -08:00
"@types/bn.js": "5.1.0"
2022-03-24 20:17:06 -07:00
},
"nextBundleAnalysis": {
"budget": 512000,
"budgetPercentIncreaseRed": 20,
"showDetails": true
2021-03-26 09:44:55 -07:00
}
2022-03-24 20:32:31 -07:00
}