-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
109 lines (109 loc) · 3.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "compendex-dex-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@bonfida/hooks": "^0.0.4",
"@coral-xyz/borsh": "^0.27.0",
"@craco/craco": "^5.6.4",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@jup-ag/api": "^4.0.1-alpha.0",
"@jup-ag/core": "^4.0.0-beta.16",
"@jup-ag/react-hook": "^4.0.0-beta.16",
"@ledgerhq/hw-transport-webusb": "^5.41.0",
"@lndgalante/solutils": "^0.6.0",
"@mantine/core": "^6.0.2",
"@mantine/hooks": "^6.0.2",
"@mantine/next": "^6.0.8",
"@mantine/notifications": "^6.0.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.123",
"@mui/material": "^5.11.13",
"@project-serum/associated-token": "0.1.0",
"@project-serum/awesome-serum": "1.0.1",
"@project-serum/pool": "^0.2.3",
"@project-serum/serum": "^0.13.65",
"@project-serum/sol-wallet-adapter": "^0.2.0",
"@react-aria/ssr": "^3.5.0",
"@solana/spl-name-service": "^0.1.4",
"@solana/spl-token": "^0.3.7",
"@solana/spl-token-v1": "npm:@solana/[email protected]",
"@solana/spl-token-v2": "npm:@solana/[email protected]",
"@solana/wallet-adapter-base": "^0.9.22",
"@solana/wallet-adapter-bitpie": "^0.5.17",
"@solana/wallet-adapter-blocto": "^0.5.21",
"@solana/wallet-adapter-exodus": "^0.1.17",
"@solana/wallet-adapter-ledger": "^0.9.24",
"@solana/wallet-adapter-mathwallet": "^0.9.17",
"@solana/wallet-adapter-phantom": "^0.9.22",
"@solana/wallet-adapter-react": "^0.15.31",
"@solana/wallet-adapter-react-ui": "^0.9.30",
"@solana/wallet-adapter-solflare": "^0.6.24",
"@solana/wallet-adapter-sollet": "^0.11.16",
"@solana/wallet-adapter-solong": "^0.9.13",
"@solana/web3.js": "^1.63.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@tsconfig/node12": "^1.0.7",
"@types/bn.js": "^4.11.6",
"@types/jest": "^26.0.14",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"ahooks": "^3.7.6",
"antd": "4.16.11",
"apexcharts": "^3.37.1",
"axios": "^1.3.4",
"bignumber.js": "^9.1.1",
"bn.js": "^5.1.3",
"cookies-next": "^2.1.1",
"craco-less": "^1.17.0",
"html-react-parser": "^3.0.15",
"hyperspace-client-js": "^1.4.14",
"immutable-tuple": "0.4.10",
"js-abbreviation-number": "^1.4.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"material-ui-popup-state": "^5.0.8",
"nanoid": "^3.1.22",
"next": "13.2.4",
"next-compose-plugins": "^2.2.1",
"next-seo": "^6.0.0",
"next-sitemap": "^4.0.7",
"next-with-less": "^2.0.5",
"nextjs-progressbar": "^0.0.16",
"notistack": "^3.0.1",
"numeral": "^2.0.6",
"qrcode.react": "^1.0.0",
"query-string": "^7.0.1",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-async-hook": "^4.0.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"sitemap": "^7.1.1",
"styled-components": "^5.3.9",
"superstruct": "0.8.3",
"superstruct-old": "npm:[email protected]",
"typescript": "5.0.2",
"use-local-storage-state": "^18.2.1"
},
"devDependencies": {
"@types/numeral": "^2.0.2",
"@types/styled-components": "^5.1.26"
}
}