farpatch-ui/package.json
Sean Cross 0a3b6fe96e convert webpack to typescript
This allows us to add a mock library for simulating the real device.

Signed-off-by: Sean Cross <sean@xobs.io>
2023-12-03 16:58:54 +08:00

23 lines
589 B
JSON

{
"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",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@types/node": "^20.10.2",
"@types/webpack": "^5.28.5",
"@xterm/addon-fit": "^0.9.0-beta.1",
"@xterm/addon-serialize": "^0.12.0-beta.1",
"@xterm/xterm": "^5.4.0-beta.1",
"ts-node": "^10.9.1"
}
}