-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.77 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.77 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "wallet",
"version": "2.6.0",
"description": "wallet app for rubix users",
"author": "Rubix Maintainers <maintainers@rubix.network>",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 8081",
"build": "vue-cli-service build --port 8081",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make"
},
"main": "background.js",
"dependencies": {
"@chenfengyuan/vue-carousel": "^1.0.6",
"@vue/compiler-sfc": "^3.0.7",
"axios": "^0.21.2",
"bootstrap": "^4.4.1",
"core-js": "^3.6.4",
"easy-circular-progress": "^1.0.4",
"electron-root-path": "^1.0.16",
"fix-path": "^3.0.0",
"i": "^0.3.6",
"kill-port": "^1.6.0",
"npm": "^7.17.0",
"popper": "^1.0.1",
"tree-kill": "^1.2.2",
"update-electron-app": "^2.0.1",
"v-file-upload": "^3.1.7",
"vue": "^2.6.12",
"vue-agile": "^1.1.3",
"vue-awesome-swiper": "^4.1.1",
"vue-axios-cors": "^1.0.1",
"vue-chartjs": "^3.5.0",
"vue-clipboard2": "^0.3.1",
"vue-good-table": "^2.21.3",
"vue-js-modal": "^2.0.0-rc.6",
"vue-notification": "^1.3.20",
"vue-over-body": "^0.0.5",
"vue-picture-input": "^2.1.6",
"vue-progress-circle": "^1.1.2",
"vue-progress-path": "^0.0.2",
"vue-promise-dialogs": "^1.0.2",
"vue-router": "^3.1.5",
"vue-simple-suggest": "^1.11.0",
"vue-suggestion": "^1.1.0",
"vue2-circle-progress": "^1.2.3",
"vuejs-loading-plugin": "^1.0.51",
"vuejs-smart-table": "^0.0.7",
"vuex": "^3.1.2",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.59",
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-eslint": "^4.2.0",
"@vue/cli-service": "^4.2.0",
"babel-eslint": "^10.0.3",
"electron": "^13.0.1",
"electron-builder": "^22.11.7",
"electron-devtools-installer": "^3.1.0",
"electron-icon-builder": "^2.0.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"tailwindcss": "^1.2.0",
"vue-cli-plugin-electron-builder": "~2.0.0",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"no-unused-vars": "off"
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"repository": "https://github.com/rubixchain/wallet.git",
"license": "MIT"
}