forked from grabkairos/FCW_NFT_Mint_Site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.76 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.76 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
{
"name": "inkwork-labs-staking",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.8.1",
"@metaplex-foundation/mpl-core-candy-machine": "^0.3.0",
"@metaplex-foundation/mpl-toolbox": "^0.10.0",
"@metaplex-foundation/umi": "^1.2.0",
"@metaplex-foundation/umi-bundle-defaults": "^1.2.0",
"@metaplex-foundation/umi-signer-wallet-adapters": "^1.2.0",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-react-ui": "^0.9.39",
"@solana/wallet-adapter-wallets": "^0.19.37",
"@solana/web3.js": "^1.98.2",
"@supabase/supabase-js": "^2.53.0",
"@types/react-icons": "^3.0.0",
"@types/react-slick": "^0.23.10",
"@web3-react/core": "6.1.9",
"@web3-react/injected-connector": "6.0.7",
"@web3-react/walletconnect-connector": "6.2.13",
"bs58": "^5.0.0",
"ethers": "^5.7.1",
"framer-motion": "4.1.17",
"moment": "^2.29.3",
"mongodb": "^6.17.0",
"next": "12.1.0",
"react": "17.0.2",
"react-awesome-reveal": "^4.2.3",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-icons": "^4.8.0",
"react-slick": "^0.28.1",
"react-spinners": "^0.11.0",
"react-toastify": "^8.2.0",
"sass": "^1.49.8",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.13",
"eslint": "^8.40.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^5.8.3"
}
}