-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 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
76
{
"name": "Builderz-Solana-dApp-Scaffold",
"version": "1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate:sitemap": "node sitemap.js"
},
"dependencies": {
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@metaplex-foundation/mpl-token-metadata": "^3.1.0",
"@metaplex-foundation/mpl-toolbox": "^0.9.1",
"@metaplex-foundation/umi": "^0.8.9",
"@metaplex-foundation/umi-bundle-defaults": "^0.8.9",
"@metaplex-foundation/umi-signer-wallet-adapters": "^0.8.9",
"@mui/icons-material": "^5.10.15",
"@mui/material": "^5.10.15",
"@mui/styled-engine-sc": "^5.10.14",
"@nextui-org/react": "^1.0.0-beta.10",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.3.8",
"@solana/wallet-adapter-base": "^0.9.22",
"@solana/wallet-adapter-react": "^0.15.32",
"@solana/wallet-adapter-react-ui": "^0.9.31",
"@solana/wallet-adapter-wallets": "^0.19.23",
"@solana/web3.js": "^1.87.1",
"@sunrisestake/client": "^0.1.16",
"@tailwindcss/forms": "^0.5.3",
"antd": "^5.10.0",
"avsc": "https://github.com/Irys-xyz/avsc.git#csp-fixes",
"base58": "^2.0.1",
"bs58": "^5.0.0",
"cors": "^2.8.5",
"cross-fetch": "^4.0.0",
"daisyui": "^2.42.0",
"express": "^4.18.2",
"framer-motion": "^10.16.4",
"fs": "^0.0.1-security",
"helius-sdk": "^1.0.16",
"mongoose": "^7.6.1",
"next": "^13",
"next-themes": "^0.2.1",
"nextjs-sitemap-generator": "^1.3.1",
"react": "^18.2",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-router-dom": "^6.4.3",
"react-toastify": "^9.1.1",
"sonner": "^1.0.3",
"styled-components": "^5.3.6",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/bn.js": "^5.1.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/styled-components": "^5.1.26",
"autoprefixer": "^10.4.13",
"eslint": "^8.28.0",
"eslint-config-next": "^13.0.4",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3"
},
"browser": {
"fs": false
}
}