-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
executable file
·53 lines (53 loc) · 1.53 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "vue-metamask",
"version": "2.2.1",
"description": "Testing Metamask status with Vue",
"main": "./src/index.js",
"scripts": {
"deploy": "webpack --mode production",
"push": "git push && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/MikeCheng1208/vue-metamask.git"
},
"keywords": [
"vue",
"metamask",
"web3",
"ethereum",
"network"
],
"author": "mike cheng <https://github.com/MikeCheng1208/> (https://github.com/MikeCheng1208/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MikeCheng1208/vue-metamask/issues"
},
"homepage": "https://github.com/MikeCheng1208/vue-metamask",
"dependencies": {
"vue": "^2.6.14",
"web3": "^1.5.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^1.0.0",
"loader-utils": "^1.1.0",
"npm": "^6.2.0",
"npm-run-all": "^4.1.3",
"style-loader": "^0.21.0",
"vue-html-loader": "^1.2.4",
"vue-loader": "^15.2.6",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-manifest-plugin": "^2.0.3"
}
}