LANCommander/LANCommander.UI/package.json

38 lines
1,019 B
JSON
Raw Normal View History

2024-08-18 14:39:31 -05:00
{
"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": {
2025-01-23 00:26:05 -06:00
"copy-webpack-plugin": "^12.0.2",
2024-08-18 17:02:11 -05:00
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
2024-08-18 15:25:31 -05:00
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
2024-08-18 14:39:31 -05:00
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
2024-08-18 15:08:32 -05:00
},
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
2024-08-18 15:25:31 -05:00
"axios": "^1.7.4",
"bootstrap-icons": "^1.11.3",
2024-08-18 15:25:31 -05:00
"split.js": "^1.6.5",
2024-08-18 15:08:32 -05:00
"xterm-readline": "^1.1.1"
2024-08-18 14:39:31 -05:00
}
}