-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.32 KB
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
{
"name": "nft-staking",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.0",
"@heroicons/react": "^2.0.14",
"@mdi/js": "^6.6.96",
"@mdi/react": "^1.6.0",
"@metaplex/js": "^4.12.0",
"@project-serum/anchor": "^0.26.0",
"@solana/wallet-adapter-base": "^0.9.22",
"@solana/wallet-adapter-react": "^0.15.31",
"@solana/wallet-adapter-react-ui": "^0.9.30",
"@solana/wallet-adapter-wallets": "^0.19.15",
"@solana/web3.js": "^1.74.0",
"@tanstack/react-query": "^4.22.0",
"@tanstack/react-query-devtools": "^4.22.0",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"dayjs": "^1.11.4",
"lodash.chunk": "^4.2.0",
"next": "12.1.5",
"p-queue": "^7.2.0",
"react": "18.0.0",
"react-countup": "^6.4.0",
"react-dom": "18.0.0",
"react-toastify": "^9.0.1",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/lodash.chunk": "^4.2.7",
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"autoprefixer": "^10.4.4",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "4.6.3"
}
}