mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 03:25:35 +00:00
7ffd2fe005
xterm 5.0 was released a few weeks ago, and it picks up xtermjs/xterm.js#4069, which was the main reason why we were on a 5.0 beta. Signed-off-by: Mihai Parparita <mihai@tailscale.com>
26 lines
639 B
JSON
26 lines
639 B
JSON
{
|
|
"name": "tsconnect",
|
|
"version": "0.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"devDependencies": {
|
|
"@types/golang-wasm-exec": "^1.15.0",
|
|
"@types/qrcode": "^1.4.2",
|
|
"dts-bundle-generator": "^6.12.0",
|
|
"preact": "^10.10.0",
|
|
"qrcode": "^1.5.0",
|
|
"tailwindcss": "^3.1.6",
|
|
"typescript": "^4.7.4",
|
|
"xterm": "^5.0.0",
|
|
"xterm-addon-fit": "^0.6.0",
|
|
"xterm-addon-web-links": "^0.7.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "tsc --noEmit",
|
|
"pkg-types": "dts-bundle-generator --inline-declare-global=true --no-banner -o pkg/pkg.d.ts src/pkg/pkg.ts"
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"printWidth": 80
|
|
}
|
|
}
|