-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.27 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
{
"name": "webapp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"serve": "serve",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@coral-xyz/anchor": "0.29.0",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-bubblegum": "4.2.1",
"@metaplex-foundation/umi": "0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "0.9.2",
"@metaplex-foundation/umi-web3js-adapters": "0.9.2",
"@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/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "1.87.6",
"@tabler/icons-react": "^3.26.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "4",
"alchemy-sdk": "^3.5.1",
"axios": "^1.7.9",
"buffer": "^6.0.3",
"events": "^3.3.0",
"firebase": "^11.2.0",
"firebase-tools": "^13.29.1",
"lucide-react": "^0.469.0",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-image-lightbox": "^5.1.4",
"react-markdown": "^9.0.3",
"react-router-dom": "^6.28.0",
"react-syntax-highlighter": "^15.6.1",
"rpc-websockets": "7.5.1",
"stream-browserify": "^3.0.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"postcss-nesting": "^13.0.1",
"postcss-preset-env": "^10.0.9",
"prettier": "3.3.3",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-runtime": "^1.4.0"
},
"resolutions": {
"@eslint/plugin-kit": "^0.2.3",
"rpc-websockets": "^7.5.1",
"@solana/web3.js": "1.87.6"
}
}