52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "mango-v4-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "rm -rf .next && next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@blockworks-foundation/mango-v4": "git+https://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:x-oauth-basic@github.com/blockworks-foundation/mango-v4.git#dev",
|
|
"@headlessui/react": "^1.5.0",
|
|
"@heroicons/react": "^1.0.6",
|
|
"@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",
|
|
"lodash.debounce": "^4.0.8",
|
|
"next": "12.1.5",
|
|
"process": "^0.11.10",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"zustand": "^3.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@project-serum/anchor": "^0.22.0",
|
|
"@project-serum/serum": ">=0.13.62"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bn.js": "4.11.6",
|
|
"@types/lodash.debounce": "^4.0.7",
|
|
"@types/node": "17.0.23",
|
|
"@types/react": "18.0.3",
|
|
"@types/react-dom": "18.0.0",
|
|
"autoprefixer": "^10.4.4",
|
|
"eslint": "8.13.0",
|
|
"eslint-config-next": "12.1.5",
|
|
"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",
|
|
"typescript": "4.6.3"
|
|
}
|
|
}
|