38 lines
1 KiB
JSON
38 lines
1 KiB
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": {
|
|
"@microsoft/dotnet-js-interop": "^10.0.0",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"css-loader": "^7.1.2",
|
|
"mini-css-extract-plugin": "^2.9.0",
|
|
"sass": "^1.77.8",
|
|
"sass-loader": "^16.0.0",
|
|
"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",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"split.js": "^1.6.5",
|
|
"xterm-readline": "^1.1.1"
|
|
}
|
|
}
|