Start adding editor, fix up sidebar styling

This commit is contained in:
2024-06-22 14:19:23 +09:30
parent c9c7878263
commit 9c2531a034
24 changed files with 489 additions and 81 deletions

View File

@@ -4,6 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"tauri": "tauri"
@@ -21,6 +22,7 @@
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@tauri-apps/api": "^1.5.6",
"highlight.js": "^11.9.0",
"protobufjs": "~7.3.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",