-
-
Notifications
You must be signed in to change notification settings - Fork 161
/
package.json
102 lines (102 loc) · 2.96 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
98
99
100
101
102
{
"name": "sigma-file-manager",
"productName": "Sigma file manager",
"version": "1.7.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 and Linux.",
"keywords": [
"open-source",
"app",
"file manager",
"file",
"explorer",
"browser",
"modern",
"cross-platform",
"vue",
"electron",
"node",
"js"
],
"main": "background.js",
"engines": {
"node": "15.14.0"
},
"scripts": {
"lint": "vue-cli-service lint",
"build": "vue-cli-service electron:build",
"dev": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"nibble": "eslint-nibble *"
},
"dependencies": {
"@electron/remote": "^2.0.8",
"@fortawesome/fontawesome-free": "^5.15.3",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@mdi/font": "^7.0.96",
"atomically": "^1.7.0",
"core-js": "^3.14.0",
"dayjs": "^1.11.5",
"diskusage": "github:aleksey-hoffman/node-diskusage",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"fast-sort": "^3.2.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^10.1.0",
"fswin": "^3.22.106",
"get-port": "^5.1.1",
"hash-wasm": "^4.9.0",
"idle-js": "^1.2.0",
"katex": "^0.16.2",
"micromatch": "^4.0.5",
"mime-types": "^2.1.35",
"mousetrap": "^1.6.5",
"node-7z": "^3.0.0",
"node-watch": "^0.7.3",
"overlayscrollbars": "^1.13.1",
"overlayscrollbars-vue": "^0.2.2",
"qrcode": "^1.5.1",
"readdirp": "^3.6.0",
"serve-index": "^1.9.1",
"systeminformation": "^5.12.6",
"through2": "^4.0.2",
"trammel": "^5.0.0",
"vue": "^2.6.12",
"vue-i18n": "^8.27.2",
"vue-router": "^3.5.1",
"vue-smooth-dnd": "^0.8.1",
"vuetify": "^2.6.9",
"vuex": "^3.6.2",
"vuex-map-fields": "^1.4.1",
"watcher": "^1.2.0",
"xxhash-addon": "^2.0.1"
},
"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": "^6.4.0",
"electron": "^20.1.3",
"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": "^3.0.8"
}
}