forked from bank2bank/zksync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 904 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
{
"name": "sync-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "yarn copy_config && vue-cli-service serve --port=7000",
"build": "yarn copy_config && vue-cli-service build",
"copy_config": "cp ../../etc/js/env-config.js src/",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap-vue": "^2.0.4",
"core-js": "^3.3.2",
"ethers": "^5.0.0",
"lru-cache": "^6.0.0",
"node-libs-browser": "^2.2.1",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"v-clipboard": "^2.2.2",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vue-timers": "^2.0.4",
"zksync": "link:../../sdk/zksync.js"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
}
}