Skip to content

Commit

Permalink
add react back
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed Jul 26, 2024
1 parent fbd0988 commit 85349f6
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "@mintbase-js/react",
"version": "0.6.0-beta-prerelease.0",
"description": "React app tools for Mintbase JS SDK",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc && tsc --watch & jest --watch --coverage",
"lint": "eslint . --fix --ext ts --ext tsx",
"test": "jest --coverage"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.2"
},
"dependencies": {
"@mintbase-js/wallet": "0.6.0-add-bitte-wallet-setup-ac02910.0",
"@near-wallet-selector/core": "8.9.3",
"@near-wallet-selector/here-wallet": "8.9.3",
"@near-wallet-selector/meteor-wallet": "8.9.3",
"@near-wallet-selector/modal-ui": "8.9.3",
"@near-wallet-selector/my-near-wallet": "8.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}

0 comments on commit 85349f6

Please sign in to comment.