forked from TxnLab/use-wallet-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.38 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "use-wallet-js",
"description": "use-wallet-js monorepo",
"keywords": [
"algorand",
"wallet",
"walletconnect",
"pera",
"defly",
"exodus",
"algosdk",
"algokit",
"kmd",
"react",
"vue"
],
"author": "Doug Richar <drichar@gmail.com>",
"license": "MIT",
"workspaces": [
"packages/use-wallet-js",
"packages/use-wallet-react",
"packages/use-wallet-vue",
"examples/use-wallet-example-vanilla-ts",
"examples/use-wallet-example-react",
"examples/use-wallet-example-vue"
],
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r --if-present test",
"lint": "pnpm -r lint",
"prettier": "prettier --check .",
"typecheck": "pnpm -r typecheck"
},
"repository": {
"type": "git",
"url": "git+https://github.com/txnlab/use-wallet-js.git"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "3.2.5",
"vite": "^5.0.8",
"vitest": "^1.1.1",
"vue-demi": "^0.14.6"
}
}