[Update] 完成windows录像播放
Showing
... | ... | @@ -4,8 +4,8 @@ |
"license": "GPLv3", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --proxy-config proxy.conf.json --host 0.0.0.0 --port 4200", | ||
"build": "ng build --environment prod --base-href=/luna/ --deploy '/luna/'", | ||
"start": "ng serve --proxy-config proxy.conf.json", | ||
"build": "ng build --environment prod --base-href=/luna/ --deploy '/luna/'", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e" | ||
... | ... | @@ -34,9 +34,11 @@ |
"compass-mixins": "^0.12.10", | ||
"core-js": "2.5.3", | ||
"directory-encoder": "^0.9.2", | ||
"elfinder": "git+https://github.com/Studio-42/elFinder.git#2.1.33", | ||
"elfinder": "^2.1.33", | ||
"filetree-css": "^1.0.0", | ||
"font-awesome": "4.7.0", | ||
"fsevents": "^1.2.3", | ||
"guacamole-common-js": "^0.9.14-b", | ||
"handlebars": "^4.0.11", | ||
"intl": "1.2.5", | ||
"jquery": "3.2.1", | ||
... | ... | @@ -63,10 +65,10 @@ |
"rxjs": "5.5.6", | ||
"sass-math": "^1.0.0", | ||
"socket.io": "^2.0.3", | ||
"socket.io-client": "^2.0.4", | ||
"socket.io-client": "^2.1.0", | ||
"ssh-keygen": "^0.4.1", | ||
"tether": "^1.4.0", | ||
"tslib": "1.8.1", | ||
"tslib": "^1.9.0", | ||
"uuid-js": "^0.7.5", | ||
"xterm": "^2.9.2", | ||
"zone.js": "0.8.20" | ||
... | ... |
Please
register
or
sign in
to comment