-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "web3-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@metamask/detect-provider": "^2.0.0",
"@splidejs/vue-splide": "^0.6.12",
"@splinetool/runtime": "^0.9.325",
"@splinetool/vue-spline": "^1.0.1",
"@types/web3": "^1.2.2",
"axios": "^1.3.5",
"bigdecimal": "^0.6.1",
"bn.js": "^5.2.1",
"element-plus": "^2.3.3",
"ethers": "^6.3.0",
"normalize.css": "^8.0.1",
"pinia": "^2.0.34",
"qrcode.vue": "^3.3.4",
"tsc": "^2.0.4",
"vue": "^3.2.41",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.3.0-beta.17",
"vue-lazyload": "^3.0.0-rc.2",
"vue-loading-overlay": "^6.0.3",
"vue-qr": "^4.0.9",
"vue-router": "^4.1.6",
"vue3-loading-overlay": "^0.0.0",
"web3": "^1.9.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@vitejs/plugin-vue": "^3.2.0",
"less": "^4.1.3",
"terser": "^5.16.9",
"typescript": "^4.6.4",
"vite": "^3.2.0",
"vue-tsc": "^1.0.9"
}
}