-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.46 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
{
"name": "jumpspace",
"version": "0.2.2-beta",
"author": "@nameEO",
"description": "The visual SSH connection editor",
"repository": {
"type": "git",
"url": "https://github.com/nameEO/jumpspace.git"
},
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"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",
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten"
},
"main": "background.js",
"dependencies": {
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.20.2",
"electron": "^16.0.6",
"electron-store": "^8.0.1",
"graceful-fs": "^4.2.9",
"lodash": "^4.17.21",
"regenerator-runtime": "^0.13.9",
"register-service-worker": "^1.7.2",
"rete": "^1.0.0-rc2",
"rete-alight-render-plugin": "^0.1.5",
"rete-area-plugin": "^0.2.1",
"rete-comment-plugin": "^0.7.0-rc.1",
"rete-connection-path-plugin": "^0.3.1",
"rete-connection-plugin": "^0.9.0",
"rete-context-menu-plugin": "^0.6.0",
"rete-minimap-plugin": "^0.3.1",
"rete-readonly-plugin": "^0.4.1",
"rete-vue-render-plugin": "^0.5.1",
"v-click-outside": "^3.1.2",
"v-tooltip": "^2.1.3",
"vue": "^2.6.14",
"vue-router": "^3.5.3",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-pwa": "^4.5.15",
"@vue/cli-plugin-router": "4.5.15",
"@vue/cli-plugin-vuex": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/eslint-config-standard": "^6.1.0",
"babel-loader": "^8.2.3",
"electron-devtools-installer": "^3.2.0",
"electron-icon-builder": "^2.0.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^8.2.0",
"sass": "^1.47.0",
"sass-loader": "^10.2.0",
"stat-mode": "^1.0.0",
"vue-cli-plugin-electron-builder": "^2.1.1",
"vue-template-compiler": "^2.6.14"
}
}