-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 975 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 975 Bytes
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
{
"name": "vue-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"bip39": "^3.1.0",
"core-js": "^3.8.3",
"crypto-browserify": "^3.12.0",
"element-plus": "^2.3.2",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^7.1.5",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.0.10",
"ipfs-core": "^0.18.0",
"ipfs-http-client": "^60.0.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"register-service-worker": "^1.7.2",
"vue": "^3.2.13",
"vue-router": "^4.1.6",
"vuex": "^4.0.0",
"web3": "^1.9.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"stream-browserify": "^3.0.0"
}
}