-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
102 lines (102 loc) · 3.24 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
{
"name": "honey-finance-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"serve": "yarn build && yarn start",
"lint": "next lint",
"postinstall": "patch-package"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@fontsource/ia-writer-mono": "^4.5.1",
"@fontsource/inter": "^4.5.4",
"@gemworks/gem-farm-ts": "^0.24.1",
"@gokiprotocol/client": "^0.10.4",
"@gokiprotocol/walletkit": "^1.6.5",
"@heroicons/react": "^1.0.6",
"@jup-ag/api": "^3.0.2",
"@metaplex-foundation/mpl-auction": "^0.0.2",
"@metaplex-foundation/mpl-core": "^0.0.4",
"@metaplex-foundation/mpl-metaplex": "^0.0.5",
"@metaplex-foundation/mpl-token-metadata": "^1.2.5",
"@metaplex-foundation/mpl-token-vault": "^0.0.2",
"@metaplex/js": "^4.12.0",
"@nfteyez/sol-rayz": "^0.10.2",
"@nfteyez/sol-rayz-react": "^0.10.2",
"@octokit/plugin-rest-endpoint-methods": "^5.13.0",
"@project-serum/anchor": "^0.24.2",
"@quarryprotocol/quarry-sdk": "^5.0.2",
"@saberhq/anchor-contrib": "^1.12.69",
"@saberhq/sail": "3.4.4",
"@saberhq/snapshots": "^0.2.8",
"@saberhq/solana-contrib": "^1.12.69",
"@saberhq/token-utils": "^1.12.48",
"@saberhq/use-solana": "^1.12.48",
"@solana/spl-token": "0.1.8",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
"@solana/web3.js": "^1.47.3",
"@strata-foundation/spl-utils": "^3.5.7",
"@tribecahq/tribeca-sdk": "^0.5.6",
"@vanilla-extract/babel-plugin": "^1.1.4",
"@vanilla-extract/css": "^1.6.8",
"@vanilla-extract/next-plugin": "^2.0.1",
"@vanilla-extract/sprinkles": "^1.4.0",
"ahooks": "^3.7.1",
"bn.js": "^5.2.0",
"chrome-aws-lambda": "^10.1.0",
"daisyui": "^2.13.6",
"date-fns": "^2.28.0",
"degen": "^0.0.69",
"jsbi": "^4.3.0",
"lodash-es": "^4.17.21",
"next": "12.1.0",
"pluralize": "^8.0.0",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-markdown": "^8.0.3",
"react-number-format": "^4.9.1",
"react-query": "^3.39.0",
"react-toastify": "^8.2.0",
"recharts": "^2.1.9",
"swr": "^1.3.0",
"yarn": "^1.22.18",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/node": "17.0.21",
"@types/pluralize": "^0.0.29",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.4",
"eslint": "^8.10.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.12.0",
"eslint-plugin-unicorn": "^41.0.0",
"patch-package": "^6.4.7",
"postcss": "^8.4.12",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
},
"resolutions": {
"jsbi": "^4",
"@saberhq/solana-contrib": "^1.12.69",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}