-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 794 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 794 Bytes
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
{
"name": "vueth-hooks",
"version": "0.0.1",
"private": true,
"author": "Aleksey Lisun (@insulineru)",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"ethers": "^5.6.9",
"merge-anything": "^5.0.2",
"vue": "^3.2.25",
"vue-query": "^1.25.0",
"web3modal": "^1.9.8"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@ethersproject/providers": "^5.6.8",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"eslint": "^8.18.0",
"rollup-plugin-polyfill-node": "^0.9.0",
"ts-invariant": "^0.10.3",
"typescript": "^4.5.4",
"vite": "^3.0.4",
"vue-tsc": "^0.39.4"
}
}