mango-v4-ui/package.json

76 lines
2.4 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",
2022-07-22 10:53:23 -07:00
"typecheck": "tsc",
2022-09-13 23:24:26 -07:00
"prepare": "husky install",
"postinstall": "tar -xzC public -f vendor/charting_library.tgz;tar -xzC public -f vendor/datafeeds.tgz"
2022-04-12 13:48:22 -07:00
},
"dependencies": {
2022-10-28 12:24:05 -07:00
"@blockworks-foundation/mango-v4": "https://tylersssss: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@github.com/blockworks-foundation/mango-v4.git#main",
2022-07-14 16:36:31 -07:00
"@headlessui/react": "^1.6.6",
2022-09-06 21:36:35 -07:00
"@heroicons/react": "^2.0.10",
2022-09-27 11:47:36 -07:00
"@project-serum/anchor": "0.25.0",
2022-11-17 07:31:17 -08:00
"@solana/wallet-adapter-base": "^0.9.18",
"@solana/wallet-adapter-react": "^0.15.24",
"@solana/wallet-adapter-wallets": "^0.19.5",
2022-07-26 21:40:17 -07:00
"@solflare-wallet/pfp": "^0.0.6",
2022-10-04 11:15:08 -07:00
"@tanstack/react-query": "^4.10.1",
2022-07-23 19:48:26 -07:00
"@tippyjs/react": "^4.2.6",
"@types/lodash": "^4.14.185",
2022-07-12 19:02:36 -07:00
"assert": "^2.0.0",
2022-09-13 23:24:26 -07:00
"big.js": "^6.2.1",
2022-09-29 20:22:55 -07:00
"date-fns": "^2.29.3",
2022-07-10 19:01:16 -07:00
"dayjs": "^1.11.3",
2022-08-15 21:19:09 -07:00
"decimal.js": "^10.4.0",
2022-10-11 04:59:01 -07:00
"html-react-parser": "^3.0.4",
2022-05-03 21:20:14 -07:00
"immer": "^9.0.12",
2022-09-13 23:24:26 -07:00
"lodash": "^4.17.21",
2022-10-28 14:46:38 -07:00
"next": "^13.0.0",
2022-07-14 16:44:28 -07:00
"next-i18next": "^11.1.1",
2022-07-05 20:37:49 -07:00
"next-themes": "^0.1.1",
2022-05-03 21:20:14 -07:00
"process": "^0.11.10",
2022-10-26 12:56:50 -07:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2022-07-22 10:07:55 -07:00
"react-flip-numbers": "^3.0.5",
2022-09-13 23:24:26 -07:00
"react-grid-layout": "^1.3.4",
2022-09-29 20:22:55 -07:00
"react-nice-dates": "^3.1.0",
"react-number-format": "^4.9.2",
2022-09-06 06:15:54 -07:00
"react-tsparticles": "^2.2.4",
2022-07-12 19:02:36 -07:00
"react-window": "^1.8.7",
2022-10-10 12:25:10 -07:00
"recharts": "^2.1.14",
2022-09-06 06:15:54 -07:00
"tsparticles": "^2.2.4",
2022-09-11 17:22:37 -07:00
"walktour": "^5.1.1",
2022-10-28 12:24:05 -07:00
"zustand": "^4.1.3"
2022-05-03 21:20:14 -07:00
},
"peerDependencies": {
2022-09-29 20:22:55 -07:00
"@project-serum/anchor": "0.25.0",
"@project-serum/serum": ">=0.13.62"
2022-04-12 13:48:22 -07:00
},
"devDependencies": {
2022-11-18 11:11:06 -08:00
"@types/big.js": "^6.1.6",
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-09-13 23:24:26 -07:00
"@types/react-grid-layout": "^1.3.2",
"@types/react-window": "^1.8.5",
2022-05-03 21:20:14 -07:00
"autoprefixer": "^10.4.4",
"eslint": "^8.13.0",
2022-10-26 12:56:50 -07:00
"eslint-config-next": "^13.0.0",
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",
2022-07-22 10:53:23 -07:00
"husky": "^8.0.1",
2022-05-03 21:20:14 -07:00
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.8",
2022-09-13 23:24:26 -07:00
"tailwindcss": "^3.1.8",
2022-04-12 13:48:22 -07:00
"typescript": "4.6.3"
}
}