-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 923 Bytes
/
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
{
"name": "candymachine-v3-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@metaplex-foundation/js": "^0.17.12",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.106",
"@mui/material": "^5.11.4",
"@solana/wallet-adapter-material-ui": "^0.16.19",
"@solana/wallet-adapter-react-ui": "^0.9.21",
"@solana/wallet-adapter-wallets": "^0.19.5",
"@solana/web3.js": "^1.70.1",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"next": "13.0.1",
"notistack": "^2.0.8",
"react": "18.2.0",
"react-content-loader": "^6.2.0",
"react-dom": "18.2.0",
"react-made-with-love": "^1.0.1",
"typescript": "4.8.4"
}
}