create-near-app
Version:
Quickly scaffold your dApp on NEAR Blockchain
46 lines • 1.39 kB
JSON
{
"name": "hello-near",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@near-wallet-selector/bitte-wallet": "^9.0.2",
"@near-wallet-selector/core": "^9.0.2",
"@near-wallet-selector/ethereum-wallets": "^9.0.2",
"@near-wallet-selector/here-wallet": "^9.0.2",
"@near-wallet-selector/hot-wallet": "^9.0.2",
"@near-wallet-selector/ledger": "^9.0.2",
"@near-wallet-selector/meteor-wallet": "^9.0.2",
"@near-wallet-selector/meteor-wallet-app": "^9.0.2",
"@near-wallet-selector/modal-ui": "^9.0.2",
"@near-wallet-selector/my-near-wallet": "^9.0.2",
"@near-wallet-selector/near-mobile-wallet": "^9.0.2",
"@near-wallet-selector/react-hook": "^9.0.2",
"@near-wallet-selector/sender": "^9.0.2",
"@near-wallet-selector/welldone-wallet": "^9.0.2",
"@reown/appkit": "^1.7.7",
"@reown/appkit-adapter-wagmi": "^1.7.7",
"@wagmi/core": "^2.17.2",
"bootstrap": "^5",
"bootstrap-icons": "^1.11.3",
"near-api-js": "^5.0.0",
"next": "^15",
"react": "^18",
"react-dom": "^18",
"viem": "^2.30.5"
},
"devDependencies": {
"encoding": "^0.1.13",
"eslint": "^9",
"eslint-config-next": "^15",
"pino-pretty": "^11.2.2"
}
}