8b22738217
* Chore: init * chore: init * feat: added basic dapps and improved README * fix: Unified env.example and added comments with instructions * fix: better usage instruction in readme * fix: removed advanced section * fix: added dapps and wallets * fix: added web3inbox * Update basic/dapps/web3inbox/README.md Co-authored-by: Ben Kremer <ben@walletconnect.com> * Update basic/dapps/ethereum-provider/src/App.tsx Co-authored-by: Gancho Radkov <43912948+ganchoradkov@users.noreply.github.com> * chore: added detailed README for basic section * chore(deps): updated deps for universal-provider-solana * fix: multiple suggestions --------- Co-authored-by: Boidushya Bhattacharya <boidushyabhattacharya@gmail.com> Co-authored-by: Ben Kremer <ben@walletconnect.com> Co-authored-by: Gancho Radkov <43912948+ganchoradkov@users.noreply.github.com>
36 lines
1014 B
JSON
36 lines
1014 B
JSON
{
|
|
"name": "sandbox",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
"@solana/web3.js": "^1.78.4",
|
|
"@walletconnect/modal": "^2.6.2",
|
|
"@walletconnect/universal-provider": "^2.10.1",
|
|
"bs58": "^5.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tweetnacl": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.21",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
|
"@typescript-eslint/parser": "^6.4.1",
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
|
"eslint": "^8.48.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9"
|
|
}
|
|
}
|