forked from honey-protocol/honey-frontend-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.01 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
{
"name": "honey-finance-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"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.22.8",
"@gokiprotocol/walletkit": "^1.6.5",
"@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",
"@project-serum/anchor": "^0.22.1",
"@saberhq/solana-contrib": "^1.12.48",
"@saberhq/token-utils": "^1.12.48",
"@saberhq/use-solana": "^1.12.48",
"@solana/spl-token": "0.1.8",
"@solana/web3.js": "^1.36.0",
"@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",
"bn.js": "^5.2.0",
"degen": "^0.0.69",
"jsbi": "^4.1.0",
"next": "12.1.0",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-number-format": "^4.9.1",
"react-toastify": "^8.2.0",
"yarn": "^1.22.18"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"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",
"prettier": "^2.5.1",
"typescript": "4.6.2"
}
}