mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-24 12:44:20 +01:00
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.6 to 6.2.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.2.6...v6.2.0) --- updated-dependencies: - dependency-name: css-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"private": true,
|
|
"name": "ttyd",
|
|
"version": "1.0.0",
|
|
"description": "Share your terminal over the web",
|
|
"repository": {
|
|
"url": "git@github.com:tsl0922/ttyd.git",
|
|
"type": "git"
|
|
},
|
|
"author": "Shuanglei Tao <tsl0922@gmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"prestart": "gulp clean",
|
|
"start": "webpack serve",
|
|
"build": "NODE_ENV=production webpack && gulp",
|
|
"inline": "NODE_ENV=production webpack && gulp inline",
|
|
"check": "gts check",
|
|
"fix": "gts fix"
|
|
},
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"css-loader": "^6.2.0",
|
|
"css-minimizer-webpack-plugin": "^3.0.2",
|
|
"gts": "^1.1.2",
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-gzip": "^1.4.2",
|
|
"gulp-inline-source": "^4.0.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"html-webpack-plugin": "^5.3.2",
|
|
"mini-css-extract-plugin": "^2.1.0",
|
|
"node-sass": "^6.0.1",
|
|
"sass-loader": "^12.1.0",
|
|
"scssfmt": "^1.0.7",
|
|
"style-loader": "^3.2.1",
|
|
"terser-webpack-plugin": "^5.1.4",
|
|
"through2": "^4.0.2",
|
|
"ts-loader": "^9.2.4",
|
|
"tslint": "^6.1.3",
|
|
"tslint-loader": "^3.5.4",
|
|
"typescript": "^4.3.5",
|
|
"util": "^0.12.4",
|
|
"webpack": "^5.46.0",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
"dependencies": {
|
|
"decko": "^1.2.0",
|
|
"file-saver": "^2.0.5",
|
|
"preact": "^10.5.14",
|
|
"whatwg-fetch": "^3.6.2",
|
|
"xterm": "^4.13.0",
|
|
"xterm-addon-fit": "^0.5.0",
|
|
"xterm-addon-web-links": "^0.4.0",
|
|
"xterm-addon-webgl": "^0.11.1",
|
|
"zmodem.js": "^0.1.10"
|
|
}
|
|
}
|