-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 950 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
36
37
38
39
40
{
"name": "vveb3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"main": "lib/main.ts",
"dependencies": {
"vue": "^3.3.4"
},
"devDependencies": {
"@csstools/postcss-global-data": "^2.1.0",
"@types/node": "^20.6.3",
"@vitejs/plugin-vue": "^4.2.3",
"@vueuse/core": "^10.4.1",
"@wagmi/chains": "^1.8.0",
"@wagmi/core": "^1.4.2",
"feather-icons": "4",
"postcss-preset-env": "^9.1.4",
"typescript": "^5.0.2",
"viem": "^1.11.0",
"vite": "^4.4.5",
"vue-feather": "2",
"vue-tsc": "^1.8.5"
},
"peerDependencies": {
"@csstools/postcss-global-data": "^2.1.0",
"@vueuse/core": "^10.4.1",
"@wagmi/chains": "^1.8.0",
"@wagmi/core": "^1.4.2",
"feather-icons": "4",
"postcss-preset-env": "^9.1.4",
"viem": "^1.11.0",
"vue-feather": "2"
}
}