summaryrefslogtreecommitdiffstats
path: root/html/package.json
blob: 1d4432ef88c32ba857289c74879df7edd2540ecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "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": "^11.0.0",
    "css-loader": "^6.7.1",
    "css-minimizer-webpack-plugin": "^4.2.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.5.0",
    "mini-css-extract-plugin": "^2.6.1",
    "sass": "^1.55.0",
    "sass-loader": "^13.1.0",
    "scssfmt": "^1.0.7",
    "style-loader": "^3.3.1",
    "terser-webpack-plugin": "^5.3.6",
    "through2": "^4.0.2",
    "ts-loader": "^9.4.1",
    "tslint": "^6.1.3",
    "tslint-loader": "^3.5.4",
    "typescript": "^4.8.4",
    "util": "^0.12.5",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^3.11.3",
    "webpack-merge": "^5.8.0"
  },
  "dependencies": {
    "decko": "^1.2.0",
    "file-saver": "^2.0.5",
    "preact": "^10.11.2",
    "whatwg-fetch": "^3.6.2",
    "xterm": "^5.0.0",
    "xterm-addon-canvas": "^0.2.0",
    "xterm-addon-fit": "^0.6.0",
    "xterm-addon-image": "^0.2.0",
    "xterm-addon-web-links": "^0.7.0",
    "xterm-addon-webgl": "^0.13.0",
    "zmodem.js": "^0.1.10"
  }
}