-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 915 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
{
"name": "metacartel-ventures-dapp",
"version": "0.1.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@portis/web3": "^2.0.0-beta.54",
"@walletconnect/web3-provider": "^1.0.0-beta.39",
"bnc-notify": "^1.0.11",
"bootstrap-vue": "^2.1.0",
"core-js": "^3.5.0",
"vue": "^2.6.10",
"vue-form-wizard": "git://github.com/BinarCode/vue-form-wizard.git#promise-convertion",
"vue-router": "^3.1.3",
"vuex": "^3.1.2",
"web3": "1.2.1",
"web3connect": "^1.0.0-beta.25"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-router": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}