2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-07-03 22:30:07 +00:00

chore: move package json to root (#813)

* chore: move package json to root folder

* chore: also lint prettier codestyle

* chore: configure ModManUi files to use lf eof

* chore: update npm versions

* chore: update README of ModMan

* chore: adjust ci to use package json of root folder
This commit is contained in:
Jan
2026-05-25 23:41:21 +02:00
committed by GitHub
parent 98a0d2f185
commit 414ff2f8d9
10 changed files with 745 additions and 691 deletions
+5 -5
View File
@@ -20,13 +20,13 @@ This will require NodeJS to be installed on your machine.
```shell
# Download dependencies
npm --prefix src/ModManUi install
npm install
# Build frontend
npm --prefix src/ModManUi run build
npm run build
# Optional: Dev Server for UI development
npm --prefix src/ModManUi run dev
npm run dev
```
## How does it work
@@ -36,6 +36,6 @@ Unlike frameworks like Electron this does not ship a browser engine alongside it
On Windows, this makes use of [WebView2](https://learn.microsoft.com/en-us/microsoft-edge/webview2), on Linux it uses [WebKitGTK](https://webkitgtk.org).
This adds the following dependencies:
* **Windows**: An up-to-date OS with at the very least Windows10. The WebView2 library for development is downloaded by premake.
* **Linux**: Developing and using ModMan requires the following dependencies to be installed: `gtk4 webkitgtk-6.0`
- **Windows**: An up-to-date OS with at the very least Windows10. The WebView2 library for development is downloaded by premake.
- **Linux**: Developing and using ModMan requires the following dependencies to be installed: `gtk4 webkitgtk-6.0`