forked from lay2dev/ckb.pw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
{
"name": "ckb.pw",
"version": "0.0.1",
"description": "A web based high security wallet for ckb blockchain",
"productName": "CKB P Wallet",
"cordovaId": "org.cordova.quasar.app",
"capacitorId": "",
"author": "zhixian <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --fix --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@nervosnetwork/ckb-sdk-core": "^0.28.0",
"@quasar/extras": "^1.5.0",
"abcwallet": "^1.0.2",
"axios": "^0.18.1",
"ckb-js-toolkit": "^0.9.1",
"ethereum-ens": "^0.8.0",
"ethereumjs-util": "^6.2.0",
"moment": "^2.24.0",
"quasar": "^1.8.4",
"v-money": "^0.8.1",
"vconsole": "^3.3.4",
"vue-i18n": "^8.0.0",
"vue-qr": "^2.2.1",
"vuelidate": "^0.7.5",
"web3-utils": "^1.2.6"
},
"devDependencies": {
"@quasar/app": "^1.6.0",
"@quasar/quasar-app-extension-dotenv": "^1.0.0",
"@vue/eslint-config-prettier": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}