farpatch-ui/package.json

20 lines
499 B
JSON
Raw Normal View History

{
"scripts": {
"start": "webpack serve --config webpack.config.js --open",
"build": "webpack --config webpack.config.js"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@xterm/addon-fit": "^0.9.0-beta.1",
"@xterm/addon-serialize": "^0.12.0-beta.1",
"@xterm/xterm": "^5.4.0-beta.1"
}
}