-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.58 KB
/
package.json
File metadata and controls
50 lines (50 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
{
"name": "mint-ui-example",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"prebuild": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@metaplex-foundation/js": "0.19.3",
"@metaplex/js": "^4.12.0",
"@solana/wallet-adapter-base": "^0.9.17",
"@solana/wallet-adapter-react": "^0.15.19",
"@solana/wallet-adapter-react-ui": "^0.9.17",
"@solana/wallet-adapter-wallets": "^0.19.0",
"@solana/web3.js": "^1.63.1",
"@metaplex-foundation/mpl-candy-machine": "6.0.1",
"@metaplex-foundation/mpl-token-metadata": "3.2.0",
"@metaplex-foundation/mpl-toolbox": "^0.9.2",
"@metaplex-foundation/umi": "^0.9.1",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.1",
"@metaplex-foundation/umi-rpc-web3js": "^0.9.1",
"@metaplex-foundation/umi-signer-wallet-adapters": "^0.9.1",
"@metaplex-foundation/umi-uploader-nft-storage": "^0.9.1",
"@metaplex-foundation/umi-web3js-adapters": "^0.9.1",
"antd": "^5.21.6",
"axios": "^0.27.2",
"next": "^15.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^6.8.7",
"react-router-dom": "^6.28.0",
"react-scripts": "5.0.1",
"react-spring": "^9.7.4",
"web-vitals": "^2.1.4",
"react-slick": "^0.29.0",
"typescript": "4.9.5"
},
"devDependencies": {
"eslint": "8.18.0",
"eslint-config-next": "12.2.0"
}
}