mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-24 04:34:19 +01:00
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "ttyd",
|
|
"version": "1.1.0",
|
|
"description": "Share your terminal over the web",
|
|
"main": "js/app.js",
|
|
"repository": {
|
|
"url": "git@github.com:tsl0922/ttyd.git",
|
|
"type": "git"
|
|
},
|
|
"author": "Shuanglei Tao <tsl0922@gmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack --config webpack.prod.js && gulp",
|
|
"start": "gulp clean && webpack-serve webpack.dev.js"
|
|
},
|
|
"dependencies": {
|
|
"bulma": "^0.6.1",
|
|
"core-js": "^2.5.3",
|
|
"fast-text-encoding": "^1.0.0",
|
|
"xterm": "3.3.0",
|
|
"zmodem.js": "^0.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-preset-env": "^1.6.1",
|
|
"copy-webpack-plugin": "^4.5.1",
|
|
"css-loader": "^0.28.8",
|
|
"gulp": "^3.9.1",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-inline-source": "^3.1.0",
|
|
"html-webpack-inline-source-plugin": "^0.0.10",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"http-proxy-middleware": "^0.18.0",
|
|
"koa-connect": "^2.0.1",
|
|
"mini-css-extract-plugin": "^0.4.0",
|
|
"node-sass": "^4.7.2",
|
|
"optimize-css-assets-webpack-plugin": "^4.0.1",
|
|
"sass-loader": "^6.0.6",
|
|
"style-loader": "^0.19.1",
|
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
|
"webpack": "^4.6.0",
|
|
"webpack-cli": "^2.1.2",
|
|
"webpack-merge": "^4.1.2",
|
|
"webpack-serve": "^0.3.2"
|
|
}
|
|
}
|