-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.58 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
50
51
52
53
{
"name": "solsab-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true next build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@metaplex-foundation/digital-asset-standard-api": "^1.0.6",
"@metaplex-foundation/mpl-token-metadata": "^3.4.0",
"@metaplex-foundation/mpl-toolbox": "^0.10.0",
"@metaplex-foundation/umi": "^1.1.1",
"@metaplex-foundation/umi-bundle-defaults": "^1.1.1",
"@metaplex-foundation/umi-signer-wallet-adapters": "^1.1.1",
"@next/bundle-analyzer": "^14.2.5",
"@solana/spl-token": "^0.4.9",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/web3.js": "^1.98.0",
"@tanstack/react-query": "^5.62.16",
"@tanstack/react-query-devtools": "^5.63.0",
"clsx": "^2.1.1",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"lodash-es": "^4.17.21",
"next": "^14.2.22",
"nextjs-toploader": "^3.7.15",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.5.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "^14.2.5",
"postcss": "^8",
"sass": "^1.77.5",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}