2022-06-07 22:24:22 +01:00
|
|
|
{
|
2022-07-26 01:51:06 +01:00
|
|
|
"name": "tsconnect",
|
2022-06-07 22:24:22 +01:00
|
|
|
"version": "0.0.1",
|
2022-07-26 01:51:06 +01:00
|
|
|
"license": "BSD-3-Clause",
|
2022-06-07 22:24:22 +01:00
|
|
|
"devDependencies": {
|
2022-07-26 23:45:52 +01:00
|
|
|
"@types/golang-wasm-exec": "^1.15.0",
|
|
|
|
"@types/qrcode": "^1.4.2",
|
2022-08-24 02:05:23 +01:00
|
|
|
"dts-bundle-generator": "^6.12.0",
|
2022-08-04 22:18:47 +01:00
|
|
|
"preact": "^10.10.0",
|
2022-06-07 22:24:22 +01:00
|
|
|
"qrcode": "^1.5.0",
|
2022-07-26 01:51:06 +01:00
|
|
|
"tailwindcss": "^3.1.6",
|
2022-07-26 23:45:52 +01:00
|
|
|
"typescript": "^4.7.4",
|
2022-09-09 18:32:03 +01:00
|
|
|
"xterm": "5.0.0-beta.58",
|
2022-09-08 22:37:16 +01:00
|
|
|
"xterm-addon-fit": "^0.5.0",
|
|
|
|
"xterm-addon-web-links": "0.7.0-beta.6"
|
2022-06-07 22:24:22 +01:00
|
|
|
},
|
2022-07-26 23:45:52 +01:00
|
|
|
"scripts": {
|
2022-08-24 02:05:23 +01:00
|
|
|
"lint": "tsc --noEmit",
|
|
|
|
"pkg-types": "dts-bundle-generator --inline-declare-global=true --no-banner -o pkg/pkg.d.ts src/pkg/pkg.ts"
|
2022-07-26 23:45:52 +01:00
|
|
|
},
|
2022-06-07 22:24:22 +01:00
|
|
|
"prettier": {
|
|
|
|
"semi": false,
|
|
|
|
"printWidth": 80
|
|
|
|
}
|
|
|
|
}
|