31 lines
825 B
JSON
31 lines
825 B
JSON
{
|
|
"name": "lancommander.components",
|
|
"version": "1.0.0",
|
|
"description": "A component library for Blazor-based applications for the LANCommander platform",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"package": "webpack"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/LANCommander/LANCommander.git"
|
|
},
|
|
"author": "Pat Hartl <pat@pathar.tl>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/LANCommander/LANCommander/issues"
|
|
},
|
|
"homepage": "https://github.com/LANCommander/LANCommander#readme",
|
|
"devDependencies": {
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.5.4",
|
|
"webpack": "^5.93.0",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"axios": "^1.7.4",
|
|
"split.js": "^1.6.5",
|
|
"xterm-readline": "^1.1.1"
|
|
}
|
|
}
|