mango-ui-v3/package.json

95 lines
2.8 KiB
JSON

{
"name": "with-typescript-eslint-jest",
"author": "@erikdstock",
"license": "MIT",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"devnet": "NEXT_PUBLIC_CLUSTER=devnet NEXT_PUBLIC_ENDPOINT=https://mango.devnet.rpcpool.com/ NEXT_PUBLIC_GROUP=devnet.2 next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install",
"type-check": "tsc --pretty --noEmit",
"format": "prettier --write .",
"lint": "eslint . --ext ts --ext tsx --ext js --quiet",
"test": "jest",
"test-all": "yarn lint && yarn type-check && yarn test"
},
"lint-staged": {
"*.@(ts|tsx)": [
"yarn lint",
"yarn format",
"yarn type-check"
]
},
"dependencies": {
"@blockworks-foundation/mango-client": "^3.3.20",
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.0",
"@jup-ag/react-hook": "^1.0.0-beta.16",
"@project-serum/serum": "0.13.55",
"@project-serum/sol-wallet-adapter": "0.2.0",
"@solana/web3.js": "^1.31.0",
"@solflare-wallet/pfp": "^0.0.6",
"@solflare-wallet/sdk": "^1.0.10",
"@tippyjs/react": "^4.2.5",
"big.js": "^6.1.1",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"buffer-layout": "^1.2.0",
"dayjs": "^1.10.4",
"export-to-csv": "^0.2.1",
"immer": "^9.0.1",
"intro.js": "^4.2.2",
"intro.js-react": "^0.5.0",
"lodash": "^4.17.21",
"next": "^12.1.0",
"next-i18next": "^10.4.0",
"next-themes": "^0.1.1",
"rc-slider": "^9.7.5",
"react": "^17.0.2",
"react-cool-dimensions": "^2.0.7",
"react-dom": "^17.0.2",
"react-grid-layout": "^1.3.3",
"react-portal": "^4.2.1",
"react-super-responsive-table": "^5.2.0",
"react-swipeable-views": "^0.14.0",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"recharts": "^2.1.9",
"zustand": "^3.3.3"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.1.0",
"@svgr/webpack": "^6.1.2",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.4.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.7",
"jest-watch-typeahead": "^0.6.1",
"lint-staged": "^10.0.10",
"postcss": "^8.4.7",
"prettier": "^2.0.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"react-is": "^17.0.2",
"tailwindcss": "^3.0.23",
"twin.macro": "^2.4.1",
"typescript": "^4.1.3"
},
"resolutions": {
"bn.js": "5.1.3",
"@solana/buffer-layout": "3.0.0",
"@types/bn.js": "5.1.0"
}
}