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",
|
2021-06-12 19:03:05 -07:00
|
|
|
"format": "prettier --write .",
|
2021-04-14 11:40:28 -07:00
|
|
|
"lint": "eslint . --ext ts --ext tsx --ext js --quiet",
|
2022-03-16 14:25:52 -07:00
|
|
|
"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",
|
2022-03-19 12:39:34 -07:00
|
|
|
"@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",
|
2022-04-20 12:32:12 -07:00
|
|
|
"@solana/wallet-adapter-wallets": "^0.16.0",
|
2022-03-22 02:18:58 -07:00
|
|
|
"@solana/web3.js": "^1.36.0",
|
2022-01-18 10:26:13 -08:00
|
|
|
"@solflare-wallet/pfp": "^0.0.6",
|
2021-04-16 11:16:31 -07:00
|
|
|
"@tippyjs/react": "^4.2.5",
|
2021-06-18 10:50:25 -07:00
|
|
|
"big.js": "^6.1.1",
|
2022-03-20 18:30:12 -07:00
|
|
|
"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",
|
2021-05-07 12:41:26 -07:00
|
|
|
"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",
|
2022-03-01 21:17:16 -08:00
|
|
|
"next-themes": "^0.1.1",
|
2022-01-03 16:20:45 -08:00
|
|
|
"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",
|
2022-02-04 09:57:18 -08:00
|
|
|
"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",
|
2021-04-20 07:19:08 -07:00
|
|
|
"react-super-responsive-table": "^5.2.0",
|
2021-09-19 17:36:02 -07:00
|
|
|
"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",
|
2022-03-16 14:25:52 -07:00
|
|
|
"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",
|
2021-12-18 13:04:19 -08:00
|
|
|
"@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",
|
2021-12-18 13:04:19 -08:00
|
|
|
"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",
|
2022-03-16 14:25:52 -07:00
|
|
|
"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",
|
2022-03-09 12:53:11 -08:00
|
|
|
"prettier-plugin-tailwindcss": "^0.1.8",
|
2021-05-18 09:27:09 -07:00
|
|
|
"react-is": "^17.0.2",
|
2022-03-02 15:03:33 -08:00
|
|
|
"tailwindcss": "^3.0.23",
|
2022-03-16 14:25:52 -07:00
|
|
|
"tsc-files": "^1.1.3",
|
2021-05-18 09:27:09 -07:00
|
|
|
"twin.macro": "^2.4.1",
|
2022-03-28 07:17:54 -07:00
|
|
|
"typescript": "^4.6.3"
|
2021-10-05 13:22:47 -07:00
|
|
|
},
|
|
|
|
"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
|
|
|
}
|