-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.84 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.84 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
54
55
56
57
58
{
"name": "preda-ts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@irys/sdk": "^0.1.14",
"@metaplex-foundation/digital-asset-standard-api": "^1.0.3",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-bubblegum": "^3.1.2",
"@metaplex-foundation/mpl-candy-machine": "^6.0.1",
"@metaplex-foundation/mpl-core": "^0.4.4",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/mpl-toolbox": "^0.9.4",
"@metaplex-foundation/umi": "^0.9.1",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.1",
"@metaplex-foundation/umi-signer-wallet-adapters": "^0.9.1",
"@metaplex-foundation/umi-uploader-irys": "^0.9.1",
"@mui/base": "^5.0.0-beta.38",
"@mui/icons-material": "^5.15.12",
"@mui/joy": "^5.0.0-beta.30",
"@mui/material": "^5.15.15",
"@mui/system": "^5.15.12",
"@solana/spl-token": "^0.4.3",
"@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.30",
"@solana/web3.js": "^1.90.1",
"axios": "^1.6.8",
"bs58": "^5.0.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.2.9",
"mathjs": "^12.4.1",
"next": "14.1.0",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18",
"react-svg": "^16.1.34"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"typescript": "^5.4.2"
}
}