mirror of
https://github.com/LuauDAO/beachbums-nft-mint-dapp.git
synced 2026-01-08 20:57:54 -05:00
33 lines
781 B
JSON
33 lines
781 B
JSON
{
|
|
"name": "nextjs-nft-mint-dapp",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@web3-react/core": "^6.1.9",
|
|
"@web3-react/injected-connector": "^6.0.7",
|
|
"ethers": "^5.5.1",
|
|
"next": "12.0.4",
|
|
"react": "17.0.2",
|
|
"react-blockies": "^1.4.1",
|
|
"react-dom": "17.0.2",
|
|
"react-icons": "^4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "16.11.10",
|
|
"@types/react": "17.0.37",
|
|
"@types/react-blockies": "^1.4.1",
|
|
"autoprefixer": "^10.4.0",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-next": "12.0.4",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"postcss": "^8.4.3",
|
|
"tailwindcss": "^2.2.19",
|
|
"typescript": "4.5.2"
|
|
}
|
|
}
|