This commit is contained in:
hktalent 2019-01-19 13:39:55 +08:00
parent 3537565ffe
commit 01bc8ce86c
2 changed files with 3137 additions and 782 deletions

3867
app/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -27,9 +27,6 @@
"url": "https://github.com/billchurch/WebSSH2/issues" "url": "https://github.com/billchurch/WebSSH2/issues"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"basic-auth": "^2.0.1", "basic-auth": "^2.0.1",
"colors": "^1.3.2", "colors": "^1.3.2",
"compression": "^1.7.3", "compression": "^1.7.3",
@ -39,7 +36,6 @@
"morgan": "^1.9.1", "morgan": "^1.9.1",
"read-config": "^2.0.0", "read-config": "^2.0.0",
"socket.io": "^2.1.1", "socket.io": "^2.1.1",
"socket.io-client": "^2.2.0",
"ssh2": "^0.6.1", "ssh2": "^0.6.1",
"validator": "^10.9.0" "validator": "^10.9.0"
}, },
@ -53,32 +49,6 @@
"standard": "standard --verbose --fix | snazzy", "standard": "standard --verbose --fix | snazzy",
"cleanmac": "find . -name '.DS_Store' -type f -delete" "cleanmac": "find . -name '.DS_Store' -type f -delete"
}, },
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"ajv": "^6.5.5",
"bithound": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"mini-css-extract-plugin": "^0.5.0",
"nodemon": "^1.18.6",
"postcss-discard-comments": "^4.0.1",
"snazzy": "^8.0.0",
"snyk": "^1.108.2",
"standard": "^12.0.1",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-merge": "^4.2.1",
"webpack-stream": "^5.1.1",
"xterm": "^3.10.1"
},
"standard": { "standard": {
"ignore": [ "ignore": [
"client/public/webssh2.bundle.js", "client/public/webssh2.bundle.js",
@ -88,5 +58,27 @@
"build/*", "build/*",
"workspace/*" "workspace/*"
] ]
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"nodaemon": "0.0.5",
"postcss-discard-comments": "^4.0.1",
"snazzy": "^8.0.0",
"standard": "^12.0.1",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-merge": "^4.2.1",
"webpack-stream": "^5.2.1",
"xterm": "^3.10.1"
} }
} }