-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
71 lines (71 loc) · 2.11 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
{
"name": "vault",
"version": "1.1.0",
"description": "A multi platform desktop wallet for the NKN blockchain",
"main": "./dist/main/index.js",
"scripts": {
"dev": "node .electron-nuxt/dev.js",
"build": "node .electron-nuxt/build.js",
"lint": "node_modules/.bin/eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter ./src",
"lint:fix": "yarn run lint -- --fix",
"preinstall": "node .electron-nuxt/check-engines.js",
"postinstall": "electron-builder install-app-deps & yarn run lint:fix"
},
"keywords": [],
"author": "Rule110 <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/michalzaq12/electron-nuxt/blob/master/README.md",
"engines": {
"node": ">=12.13.0"
},
"husky": {
"hooks": {
"pre-commit": "yarn run lint"
}
},
"devDependencies": {
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "6.0.0",
"@nuxtjs/moment": "^1.3.0",
"@nuxtjs/style-resources": "^1.0.0",
"@xpda-dev/core": "^0.1.6",
"@xpda-dev/electron-launcher": "^0.3.0",
"@xpda-dev/electron-builder": "^0.2.1",
"@xpda-dev/webpack-step": "^0.1.2",
"babel-eslint": "10.1.0",
"browser-env": "3.3.0",
"cross-env": "7.0.3",
"electron": "12.0.2",
"electron-builder": "22.10.5",
"electron-debug": "3.0.1",
"electron-devtools-installer": "3.1.1",
"eslint": "7.23.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "4.0.2",
"node-sass": "5.0.0",
"nuxt": "^2.11.0",
"nuxt-svg-loader": "^1.0.1",
"sass-loader": "10.1.1",
"vue-devtools": "5.1.3",
"vue-i18n-extract": "^1.1.1",
"webpack": "4.44.2",
"webpack-node-externals": "2.5.2"
},
"dependencies": {
"chart.js": "^2.8.0",
"compare-versions": "^3.6.0",
"file-saver": "^2.0.2",
"husky": "^3.0.9",
"is-online": "^8.2.0",
"nkn-sdk": "^1.2.0",
"nuxt-clipboard2": "^0.2.1",
"nuxt-i18n": "^6.3.0",
"pusher-js": "^6.0.3",
"qrcode.vue": "^1.6.3",
"v-tooltip": "^2.0.2",
"vue-chartjs": "^3.4.2",
"vue-content-loader": "^0.2.2",
"vue-pusher": "^1.0.0"
}
}