-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.78 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
{
"name": "chinarui-admin",
"version": "0.0.1",
"description": "A Quasar Framework app",
"productName": "chinarui-shell",
"cordovaId": "org.cordova.quasar.app",
"capacitorId": "",
"author": "chinarui <>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ./",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"element-ui": "^2.13.1",
"express": "^4.17.1",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"path": "^0.12.7",
"quasar": "^1.0.0",
"shortid": "^2.2.15",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"sortablejs": "^1.10.2",
"ssh2": "^0.8.9",
"ssh2-sftp-client": "^5.1.2",
"through": "^2.3.8",
"utf8": "^3.0.0",
"v-contextmenu": "^2.9.0",
"vue-good-table": "^2.19.2",
"vue-runtime-helpers": "^1.1.2",
"vuedraggable": "^2.23.2",
"xterm": "^4.5.0",
"xterm-addon-fit": "^0.3.0",
"xterm-addon-web-links": "^0.3.0"
},
"devDependencies": {
"@quasar/app": "^1.0.0",
"babel-eslint": "^10.0.1",
"devtron": "^1.4.0",
"electron": "^8.2.3",
"electron-builder": "^22.4.1",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^14.2.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.1.2"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
],
"resolutions": {
"@babel/parser": "7.7.5"
}
}