-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1020 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
{
"name": "evilcity",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@burner-wallet/burner-connect-provider": "^0.1.1",
"@portis/web3": "^4.0.7",
"@walletconnect/web3-provider": "^1.7.8",
"authereum": "^0.1.14",
"echarts": "^5.3.2",
"element-plus": "^2.1.11",
"ethers": "^5.6.5",
"fortmatic": "^2.2.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.13",
"vue": "^3.2.25",
"vue-echarts": "^6.0.2",
"vue-i18n": "^9.2.0-beta.35",
"vue-router": "^4.0.14",
"web3modal": "^1.9.7"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.10",
"@iconify/json": "^2.1.35",
"@vitejs/plugin-vue": "^2.3.1",
"rollup-plugin-polyfill-node": "^0.9.0",
"unplugin-auto-import": "^0.7.1",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.5",
"vite-plugin-windicss": "^1.8.4",
"windicss": "^3.5.1"
}
}