{ "scripts": { "start": "webpack serve --config webpack.config.ts --open", "build": "webpack --config webpack.config.ts" }, "devDependencies": { "copy-webpack-plugin": "^11.0.0", "ts-loader": "^9.5.1", "typescript": "^5.3.2", "@types/node": "^20.10.2", "@types/webpack": "^5.28.5", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", "ts-node": "^10.9.1", "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" } }