This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
66 lines (66 loc) · 1.93 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
{
"name": "mcsmanager-ui",
"version": "3.3.0",
"description": "Provides a Web UI for MCSManager to display data, terminals, tables, i18n, settings, and more",
"homepage": "https://mcsmanager.com/",
"author": "https://github.com/unitwk",
"scripts": {
"serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"start": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"lint": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
},
"dependencies": {
"@element-plus/icons": "0.0.11",
"axios": "^0.21.2",
"core-js": "^3.6.5",
"echarts": "^5.2.2",
"element-plus": "^1.1.0-beta.15",
"register-service-worker": "^1.7.2",
"socket.io": "^4.5.3",
"socket.io-client": "^4.1.2",
"vue": "^3.2.9",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.0-0",
"vue3-menus": "^1.1.2",
"vuex": "^4.0.2",
"workbox-webpack-plugin": "^6.5.4",
"xterm": "^4.12.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"prettier": "^2.3.2",
"sass": "^1.27.0",
"sass-loader": "^10.0.4",
"vue-cli-plugin-element-plus": "0.0.13"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}