-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1 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
{
"name": "evm-bridge-frontend",
"version": "0.11.4",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"deploy": "rsync -avz dist/* evm:/var/www/html/evm-client"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@wagmi/core": "^1.4.2",
"@web3modal/wagmi": "^3.1.0",
"bn.js": "^5.2.1",
"bootstrap": "^5.3.0",
"bootstrap-vue-next": "^0.14.10",
"clipboard.js": "^1.0.1",
"enf-eosjs": "^23.0.0",
"events": "^3.3.0",
"react": "^18.2.0",
"viem": "^1.11.1",
"vite-plugin-external": "^4.0.1",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.2",
"web3": "^1.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.42.0",
"eslint-plugin-vue": "^9.14.1",
"sass": "^1.63.2",
"sass-loader": "^13.3.1",
"vite": "^4.3.9"
},
"packageManager": "[email protected]"
}