-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.38 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
{
"name": "console-next",
"productName": "Console Lite",
"version": "0.0.1",
"description": "The next generation of MUN conference softwares",
"main": "main.js",
"scripts": {
"test": "eslint .",
"electron": "electron",
"start": "electron .",
"start-wsl": "LIBGL_ALWAYS_INDIRECT=1 DISPLAY=:0 yarn start --disable-gpu --force-cpu-draw",
"server": "electron server/main.js",
"reset": "rm -rf server/backend/storage/*.db server/backend/storage/*.files",
"clean": "rm -rf Console-Lite-* Console\\ Lite*",
"pack": "node bin/pack.js",
"rebuildNative": "node bin/rebuild.js"
},
"author": "Liu Xiaoyi",
"license": "MIT",
"devDependencies": {
"electron": "^3.0.0-beta.4",
"electron-packager": "^12.1.0",
"electron-rebuild": "^1.2.0",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"listr": "^0.14.1",
"ora": "^3.0.0",
"rxjs": "^6.2.2"
},
"dependencies": {
"bezier-easing": "^2.0.3",
"encoding-down": "^5.0.4",
"leveldown": "^4.0.1",
"levelup": "^3.1.1",
"markdown-it": "^8.4.2",
"minio": "^7.0.0",
"mkdirp": "^0.5.1",
"pdfjs-dist": "^2.0.489",
"pinyin": "^2.8.0",
"polo": "^0.8.1",
"push.js": "1.0.7",
"rimraf": "^2.5.4",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"tar": "^4.4.6",
"vue": "^2.5.17"
}
}