mango-v4-ui/package.json

53 lines
1.6 KiB
JSON
Raw Normal View History

2022-04-12 13:48:22 -07:00
{
"name": "mango-v4-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "rm -rf .next && next dev",
2022-04-12 13:48:22 -07:00
"build": "next build",
"start": "next start",
2022-06-10 11:24:29 -07:00
"lint": "next lint",
"typecheck": "tsc"
2022-04-12 13:48:22 -07:00
},
"dependencies": {
2022-06-30 13:12:36 -07:00
"@blockworks-foundation/mango-v4": "git+https://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:x-oauth-basic@github.com/blockworks-foundation/mango-v4.git#ts/deps",
2022-05-03 21:20:14 -07:00
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
2022-06-30 13:12:36 -07:00
"@jup-ag/core": "^1.0.0-beta.27",
"@project-serum/anchor": "0.24.2",
2022-05-03 21:20:14 -07:00
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.4",
"@solana/wallet-adapter-react-ui": "^0.9.6",
"@solana/wallet-adapter-wallets": "^0.16.0",
"@tailwindcss/forms": "^0.5.0",
"immer": "^9.0.12",
2022-06-10 06:05:45 -07:00
"lodash.debounce": "^4.0.8",
2022-04-12 13:48:22 -07:00
"next": "12.1.5",
2022-05-03 21:20:14 -07:00
"process": "^0.11.10",
2022-04-12 13:48:22 -07:00
"react": "18.0.0",
2022-05-03 21:20:14 -07:00
"react-dom": "18.0.0",
"zustand": "^3.7.2"
},
"peerDependencies": {
2022-05-04 14:41:15 -07:00
"@project-serum/serum": ">=0.13.62"
2022-04-12 13:48:22 -07:00
},
"devDependencies": {
2022-05-03 21:20:14 -07:00
"@types/bn.js": "4.11.6",
2022-06-10 06:05:45 -07:00
"@types/lodash.debounce": "^4.0.7",
2022-04-12 13:48:22 -07:00
"@types/node": "17.0.23",
"@types/react": "18.0.3",
"@types/react-dom": "18.0.0",
2022-05-03 21:20:14 -07:00
"autoprefixer": "^10.4.4",
2022-04-12 13:48:22 -07:00
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
2022-05-03 21:20:14 -07:00
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.24",
2022-04-12 13:48:22 -07:00
"typescript": "4.6.3"
}
}