-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
35 lines (35 loc) · 947 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@mintbase-js/react",
"version": "0.6.6-beta-prerelease.3",
"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"
},
"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/data": "0.6.2",
"@mintbase-js/wallet": "0.6.2",
"@near-wallet-selector/core": "8.9.12",
"@near-wallet-selector/here-wallet": "8.9.12",
"@near-wallet-selector/meteor-wallet": "8.9.12",
"@near-wallet-selector/modal-ui": "8.9.12",
"@near-wallet-selector/my-near-wallet": "8.9.12",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}