-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.88 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
{
"name": "stinker",
"version": "0.3.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=dist_electron --flatten",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@electerm/ssh2": "^0.8.11",
"@electron/remote": "^1.2.1",
"@headlessui/vue": "^1.4.0",
"@tailwindcss/postcss7-compat": "^2.2.7",
"anser": "^2.0.1",
"autoprefixer": "^9.8.6",
"core-js": "^3.16.1",
"dexie": "^3.0.3",
"electron-store": "^8.0.0",
"electron-updater": "^4.3.9",
"execa": "^5.1.1",
"iniparser": "^1.0.5",
"monaco-editor": "^0.23.0",
"postcss": "^7",
"prismjs": "^1.24.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"vue": "^3.2.2",
"vue-code-highlight": "^0.7.8",
"vue-router": "^4.0.11",
"vuex": "^4.0.2",
"which": "^2.0.2"
},
"devDependencies": {
"@heroicons/vue": "^1.0.1",
"@tailwindcss/forms": "^0.3.2",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"electron": "^11.4.11",
"electron-devtools-installer": "^3.2.0",
"electron-icon-builder": "^2.0.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"iconv-corefoundation": "^1.1.6",
"monaco-editor-webpack-plugin": "^3.0.1",
"vue-cli-plugin-electron-builder": "~2.0.0",
"vue-cli-plugin-tailwind": "~2.0.6"
}
}