-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
58 lines (58 loc) · 1.66 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
54
55
56
57
58
{
"name": "ecto",
"version": "1.5.5",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-watch": "vue-cli-service build-watch"
},
"dependencies": {
"@cityofzion/neon-js": "^4.8.3",
"@enumatech/secp256k1-js": "^1.0.0",
"big-integer": "^1.6.48",
"bip39": "^3.0.4",
"bs58": "^4.0.1",
"core-js": "^3.6.4",
"cross-fetch": "^3.1.5",
"crypto-js": "^4.0.0",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^7.1.3",
"ethereumjs-wallet": "^1.0.2",
"qrcode-generator-ts": "0.0.4",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-i18n": "^8.22.2",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.1.6",
"vuetify": "^2.3.4",
"wif": "^2.0.6"
},
"devDependencies": {
"@types/bs58": "^4.0.1",
"@types/chrome": "^0.0.75",
"@types/create-hash": "^1.2.2",
"@types/crypto-js": "^3.1.47",
"@types/elliptic": "^6.4.12",
"@types/node": "^14.0.5",
"@types/wif": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-router": "^4.3.1",
"@vue/cli-plugin-typescript": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"@vue/eslint-config-typescript": "^5.0.2",
"copy-webpack-plugin": "^4.6.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.49.0",
"sass-loader": "^10",
"typescript": "~3.8.3",
"vue-cli-plugin-chrome-ext": "0.0.5",
"vue-template-compiler": "^2.6.11"
}
}