-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.14 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@bithotel/bithotel-vue-wallet",
"version": "0.0.2",
"description": "Configurable multichain web3 wallet. Powered by walletconnect, web3modal and ethers",
"main": "index.ts",
"@comment main": "./dist/bithotel-vue-wallet.es.js",
"@comment module": "./dist/bithotel-vue-wallet.umd.js",
"@comment exports": {
".": {
"import": "./dist/bithotel-vue-wallet.es.js",
"require": "./dist/bithotel-vue-wallet.umd.js"
},
"./dist/style.css": "./dist/style.css"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test:unit": "vitest --environment jsdom"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/BitHotelOrg/bithotel-vue-wallet.git"
},
"keywords": [
"wallet",
"web3"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/BitHotelOrg/bithotel-vue-wallet/issues"
},
"homepage": "https://github.com/BitHotelOrg/bithotel-vue-wallet#readme",
"dependencies": {
"@kyvg/vue3-notification": "^2.3.4",
"ethers": "^5.7.1",
"mitt": "^3.0.0",
"pinia": "^2.0.13",
"pinia-plugin-persist": "^1.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"sass": "^1.51.0",
"vue": "^3.2.33",
"web3modal": "^1.9.7"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@ethersproject/providers": "^5.6.6",
"@rushstack/eslint-patch": "^1.1.0",
"@typechain/ethers-v5": "^10.0.0",
"@types/jsdom": "^16.2.14",
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0-rc.20",
"@vue/tsconfig": "^0.1.3",
"@walletconnect/web3-provider": "^1.7.8",
"cypress": "^9.5.4",
"eslint": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^8.2.0",
"jsdom": "^19.0.0",
"prettier": "^2.5.1",
"start-server-and-test": "^1.14.0",
"typechain": "^8.0.0",
"typescript": "~4.6.3",
"vite": "^2.9.5",
"vitest": "^0.12.9",
"vue-tsc": "^0.34.7"
}
}