-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·79 lines (79 loc) · 2.38 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "nautilus-wallet",
"version": "0.5.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@download/blockies": "^1.0.3",
"@emurgo/cip4-js": "^1.0.7",
"@ledgerhq/hw-transport-webusb": "^6.27.1",
"@mdi/js": "^6.9.96",
"@nautilus-wallet/ergo-ts": "^0.3.3",
"@oruga-ui/oruga-next": "^0.5.5",
"@vuelidate/core": "2.0.0-alpha.42",
"@vuelidate/validators": "2.0.0-alpha.30",
"axios": "^0.27.2",
"axios-retry": "^3.3.1",
"bignumber.js": "^9.0.2",
"bip32": "^3.0.1",
"bip39": "^3.0.4",
"bs58check": "^2.1.2",
"cleave.js": "^1.6.0",
"core-js": "3.22.8",
"crypto-js": "^4.1.1",
"dexie": "^3.2.2",
"ergo-lib-wasm-browser": "^0.18.0",
"feather-icons": "^4.29.0",
"json-bigint": "^1.0.0",
"ledger-ergo-js": "^0.1.1",
"lodash": "^4.17.21",
"mdi-vue": "^3.0.13",
"qrcode": "^1.5.0",
"tiny-secp256k1": "1.1.6",
"vue": "^3.2.37",
"vue-feather": "^2.0.0-rc.1",
"vue-json-pretty": "^2.1.1",
"vue-router": "^4.0.16",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@types/bs58check": "^2.1.0",
"@types/chrome": "^0.0.191",
"@types/cleave.js": "^1.4.7",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^28.1.4",
"@types/json-bigint": "^1.0.1",
"@types/lodash": "^4.14.182",
"@types/qrcode": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@vue/cli-plugin-babel": "5.0.6",
"@vue/cli-plugin-eslint": "^5.0.6",
"@vue/cli-plugin-router": "5.0.6",
"@vue/cli-plugin-typescript": "^5.0.6",
"@vue/cli-plugin-vuex": "5.0.6",
"@vue/cli-service": "^5.0.6",
"@vue/compiler-sfc": "^3.2.37",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^8.18.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.1.1",
"jest": "^28.1.2",
"prettier": "^2.7.1",
"stream-browserify": "^3.0.0",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4",
"vue-svg-loader": "0.17.0-beta.2",
"webpack": "^5.73.0",
"webpack-extension-manifest-plugin": "^0.8.0",
"windicss-webpack-plugin": "^1.7.4"
}
}