forked from UXDProtocol/governance-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.9 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
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "@uxdprotocol/governance-ui",
"author": "UXD Protocol",
"private": true,
"license": "MIT",
"version": "1.0.0",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"prepare": "husky install",
"analyze": "ANALYZE=true next build",
"tc": "yarn type-check --watch",
"type-check": "tsc --pretty --noEmit",
"format": "prettier --write .",
"lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
"test": "jest",
"test-all": "yarn lint && yarn type-check && yarn test",
"notifier": "ts-node scripts/governance-notifier.ts"
},
"lint-staged": {
"*.@(ts|tsx|js|jsx)": [
"yarn format"
]
},
"dependencies": {
"@blockworks-foundation/mango-client": "^3.3.16",
"@blockworks-foundation/voter-stake-registry-client": "^0.2.0",
"@credix/credix-client": "2.3.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.1",
"@marinade.finance/marinade-ts-sdk": "^2.0.9",
"@mercurial-finance/dynamic-amm-sdk": "0.0.1-769fc61d.0",
"@metaplex-foundation/mpl-core": "^0.6.0",
"@metaplex-foundation/mpl-token-metadata": "1.2.5",
"@next/bundle-analyzer": "^12.1.0",
"@nfteyez/sol-rayz": "^0.8.0",
"@orca-so/sdk": "^1.2.25",
"@orca-so/whirlpools-sdk": "^0.5.0",
"@project-serum/anchor": "^0.22.1",
"@project-serum/borsh": "^0.2.5",
"@project-serum/sol-wallet-adapter": "^0.2.0",
"@quarryprotocol/quarry-sdk": "^3.0.0",
"@raydium-io/raydium-sdk": "^1.0.1-beta.34",
"@saberhq/anchor-contrib": "^1.12.56",
"@saberhq/saber-periphery": "^1.1.1",
"@saberhq/stableswap-sdk": "^1.12.55",
"@saberhq/token-utils": "^1.12.55",
"@soceanfi/bonding": "^0.3.0",
"@soceanfi/descending-auction": "^0.2.1",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-governance": "0.0.34",
"@solana/spl-token": "0.1.8",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/wallet-adapter-base": "^0.7.1",
"@solana/wallet-adapter-phantom": "^0.7.0",
"@solana/wallet-adapter-sollet": "^0.8.0",
"@solana/web3.js": "^1.34.0",
"@solana/web3.js-1.41.0": "npm:@solana/[email protected]",
"@solendprotocol/solend-sdk": "^0.4.9",
"@tippyjs/react": "^4.2.5",
"@uxd-protocol/uxd-client": "8.1.4-rc1",
"@uxdprotocol/uxd-staking-client": "3.1.0",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"buffer-layout": "^1.2.2",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"decimal.js": "^10.3.1",
"immer": "^9.0.1",
"jsbi": "^4.3.0",
"next": "^12.1.0",
"next-themes": "^0.0.14",
"next-transpile-modules": "^8.0.0",
"node-fetch": "^2.6.1",
"rc-slider": "^9.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-headless-pagination": "^0.1.0",
"react-markdown": "^7.0.0",
"react-portal": "^4.2.1",
"superstruct": "^0.15.3",
"ts-node": "^10.5.0",
"tsconfig-paths": "^3.12.0",
"yup": "^0.32.11",
"zustand": "^3.4.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^11.2.5",
"@types/jest": "^27.0.3",
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"@types/react-virtualized": "^9.21.15",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^6.0.0",
"jest": "^27.4.5",
"lint-staged": "^10.0.10",
"next-router-mock": "^0.6.3",
"patch-package": "^6.4.7",
"postcss": "^8.2.12",
"postcss-preset-env": "^6.7.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.0.2",
"tailwindcss": "^2.2.19",
"twin.macro": "^2.4.0",
"typescript": "^4.1.3"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
}
}