-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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": "shuttleflow-adminsigner",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/posaggen/Shuttleflow-AdminSigner.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/posaggen/Shuttleflow-AdminSigner/issues"
},
"homepage": "https://github.com/posaggen/Shuttleflow-AdminSigner#readme",
"dependencies": {
"@vue/compiler-sfc": "^3.3.7",
"bignumber.js": "^9.0.1",
"bip32": "^2.0.6",
"bip39": "^3.0.3",
"bitcoinjs-lib": "5.1.6",
"core-js": "^3.6.5",
"element-ui": "^2.4.5",
"eth-crypto": "^1.9.0",
"ethereumjs-wallet": "0.6.3",
"js-conflux-sdk": "^2.1.12",
"js-file-download": "^0.4.12",
"vue": "^2.6.11",
"web3": "1.2.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-plugin-component": "^1.1.1",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"vue-cli-plugin-element": "^1.0.1",
"vue-template-compiler": "^2.6.11"
},
"extends": [
"plugin:vue/essential"
],
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}