forked from aleksey-hoffman/sigma-file-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.87 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "sigma-file-manager",
"productName": "Sigma file manager",
"version": "1.4.0",
"private": true,
"license": "GPL-3.0-or-later",
"author": "Aleksey Hoffman",
"email": "aleksey.hoffman.public@gmail.com",
"homepage": "https://github.com/aleksey-hoffman/sigma-file-manager",
"description": "\"Sigma File Manager\" is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows, MacOS, and Linux.",
"keywords": [
"open-source",
"app",
"file manager",
"file",
"explorer",
"browser",
"modern",
"cross-platform",
"vue",
"electron",
"node",
"js"
],
"main": "background.js",
"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",
"nibble": "eslint-nibble *"
},
"dependencies": {
"@electron/remote": "^1.1.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"@mdi/font": "^5.9.55",
"7zip-bin": "^5.1.1",
"atomically": "^1.7.0",
"chokidar": "^3.5.2",
"core-js": "^3.14.0",
"dayjs": "^1.10.5",
"diskusage": "github:aleksey-hoffman/node-diskusage",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"fast-sort": "^3.0.2",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^10.0.0",
"fswin": "^3.21.905",
"get-port": "^5.1.1",
"hash-wasm": "^4.7.0",
"idle-js": "^1.2.0",
"katex": "^0.13.11",
"micromatch": "^4.0.4",
"mime-types": "^2.1.31",
"mousetrap": "^1.6.5",
"node-7z": "^2.1.2",
"overlayscrollbars": "^1.13.1",
"overlayscrollbars-vue": "^0.2.2",
"qrcode": "^1.4.4",
"readdirp": "^3.6.0",
"serve-index": "^1.9.1",
"systeminformation": "^5.7.4",
"through2": "^4.0.2",
"trammel": "^5.0.0",
"vue": "^2.6.12",
"vue-router": "^3.5.1",
"vue-smooth-dnd": "^0.8.1",
"vuetify": "^2.5.3",
"vuex": "^3.6.2",
"vuex-map-fields": "^1.4.1",
"xxhash-addon": "^1.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.12",
"@vue/cli-plugin-eslint": "~4.5.12",
"@vue/cli-plugin-router": "~4.5.12",
"@vue/cli-plugin-vuex": "~4.5.12",
"@vue/cli-service": "~4.5.12",
"@vue/eslint-config-standard": "^6.0.0",
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "^5.1.2",
"electron": "^12.1.0",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "^1.0.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.8.0",
"node-loader": "^1.0.3",
"vue-cli-plugin-electron-builder": "2.0.0",
"vue-cli-plugin-vuetify": "~2.4.0",
"vue-template-compiler": "^2.6.11",
"worker-loader": "^2.0.0"
}
}