mirror of
https://github.com/LuauDAO/beachbums-nft-mint-dapp.git
synced 2026-01-08 20:57:54 -05:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "nextjs-nft-mint-dapp",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"build": "next build && next export",
|
|
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'",
|
|
"start": "next start -p 3001",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@metamask/detect-provider": "^1.2.0",
|
|
"@web3-react/core": "^6.1.9",
|
|
"@web3-react/injected-connector": "^6.0.7",
|
|
"axios": "^0.27.2",
|
|
"ethers": "^5.5.1",
|
|
"keccak256": "^1.0.6",
|
|
"merkletreejs": "^0.2.31",
|
|
"next": "^12.1.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"react-jazzicon": "^1.0.3",
|
|
"react-tooltip": "^4.2.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.1",
|
|
"@types/mocha": "^9.1.1",
|
|
"@types/node": "16.11.10",
|
|
"@types/react": "17.0.37",
|
|
"autoprefixer": "^10.4.1",
|
|
"chai": "^4.3.6",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-next": "12.0.4",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"mocha": "^10.0.0",
|
|
"postcss": "^8.4.5",
|
|
"tailwindcss": "^3.0.11",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "4.5.2"
|
|
}
|
|
}
|