-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.97 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.97 KB
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
{
"name": "@linux-remote/client",
"version": "4.21.1",
"author": {
"name": "Du Wei",
"email": "hezedu@hotmail.com"
},
"description": "linuxRemote's client",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:linux-remote/client.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --progress --hot --inline --colors --port 4000",
"build": "webpack --colors --hide-modules",
"_pro_build": "webpack --colors",
"pro": "node script/pro",
"p": "npm publish --access public",
"publish": "node ../linux-remote/up-version-map.js",
"minBC": "terser ./src/lib/browser-check.js -o ./src/lib/browser-check.min.js --compress --mangle"
},
"files": [
"dist",
"index.js",
"logo_def.png"
],
"license": "MPL-2.0",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-do-expressions": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/plugin-proposal-function-sent": "^7.8.3",
"@babel/plugin-proposal-json-strings": "^7.8.3",
"@babel/plugin-proposal-logical-assignment-operators": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@hezedu/socket-request": "^0.1.2",
"amd_ef": "3.0.1",
"autoprefixer": "^9.7.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-vue": "^5.2.3",
"express": "^4.17.1",
"fuckwinfsdel": "^2.1.0",
"html-loader": "^0.5.5",
"jquery": "3.5.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pako": "1.0.10",
"postcss-loader": "^3.0.0",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"terser": "^4.8.0",
"terser-webpack-plugin": "^2.3.5",
"vue": "2.6.11",
"vue-loader": "^15.9.1",
"vue-router": "3.0.1",
"vue-template-compiler": "2.6.11",
"vuex": "3.0.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"xterm": "^4.7.0",
"xterm-addon-fit": "0.3.0"
}
}