-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
101 lines (101 loc) · 3.34 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
{
"name": "compendex-dex-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"@ant-design/icons": "^4.2.1",
"@craco/craco": "^5.6.4",
"@ledgerhq/hw-transport-webusb": "^5.41.0",
"@project-serum/associated-token": "0.1.0",
"@project-serum/awesome-serum": "1.0.1",
"@project-serum/pool": "0.2.2",
"@project-serum/serum": "^0.13.58",
"@project-serum/sol-wallet-adapter": "^0.2.0",
"@solana/spl-name-service": "^0.1.2",
"@solana/spl-token": "^0.1.6",
"@solana/wallet-adapter-ledger": "^0.9.20",
"@solana/wallet-adapter-mathwallet": "^0.9.13",
"@solana/wallet-adapter-phantom": "^0.9.17",
"@solana/wallet-adapter-react": "^0.15.21-rc.3",
"@solana/wallet-adapter-solflare": "^0.6.18",
"@solana/wallet-adapter-sollet": "^0.11.12",
"@solana/wallet-adapter-solong": "^0.9.13",
"@solana/web3.js": "^1.66.2",
"@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": "^14.11.4",
"@types/react": "^16.9.51",
"@types/react-dom": "^16.9.8",
"antd": "^4.6.0",
"bn.js": "^5.1.3",
"craco-less": "^1.17.0",
"immutable-tuple": "^0.4.10",
"nanoid": "^3.1.22",
"qrcode.react": "^1.0.0",
"query-string": "^7.0.1",
"react-copy-to-clipboard": "^5.0.2",
"styled-components": "^5.1.1",
"superstruct": "0.8.3",
"typescript": "^3.9.7",
"@solana/spl-token-v1": "npm:@solana/[email protected]"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mantine/core": "^6.0.2",
"@mantine/hooks": "^6.0.2",
"@mantine/notifications": "^6.0.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.123",
"@mui/material": "^5.11.13",
"@project-serum/pool": "^0.2.3",
"@project-serum/serum": "^0.13.65",
"@react-aria/ssr": "^3.5.0",
"@solana/spl-name-service": "^0.1.4",
"@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/web3.js": "^1.74.0",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"antd": "4.16.11",
"apexcharts": "^3.37.1",
"axios": "^1.3.4",
"immutable-tuple": "0.4.10",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"next": "13.2.4",
"next-compose-plugins": "^2.2.1",
"next-with-less": "^2.0.5",
"notistack": "^3.0.1",
"numeral": "^2.0.6",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "18.2.0",
"styled-components": "^5.3.9",
"superstruct": "0.8.3",
"typescript": "5.0.2"
},
"devDependencies": {
"@types/numeral": "^2.0.2",
"@types/styled-components": "^5.1.26"
}
}