-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.15 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
{
"name": "docker-dashboard",
"version": "1.5.0",
"author": "zero4994 <[email protected]>",
"scripts": {
"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",
"serve": "yarn electron:serve"
},
"main": "background.js",
"dependencies": {
"dockerode": "3.0.2",
"moment": "^2.24.0",
"vue": "^2.5.16",
"vue-command": "^6.2.3",
"vuetify": "^1.5.1",
"vuetify-dialog": "^0.3.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/eslint-config-prettier": "^3.0.0-rc.10",
"babel-eslint": "^10.0.1",
"concurrently": "^3.6.1",
"electron": "^5.0.2",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"nodemon": "^1.18.9",
"vue-cli-plugin-electron-builder": "^1.3.4",
"vue-template-compiler": "^2.5.21"
},
"license": "MIT",
"repository": "https://github.com/zero4994/docker-management-dashboard.git"
}