feat: replace legacy Python CLI with GUI app

This commit is contained in:
Tickbase
2025-05-19 03:41:04 +02:00
parent e55f91a66d
commit 1e2cb52f6f
22 changed files with 118 additions and 222 deletions

View File

@@ -1,8 +1,11 @@
{
"name": "creamlinux",
"private": true,
"version": "0.1.13",
"version": "1.0.0",
"type": "module",
"author": "Tickbase",
"repository": "https://github.com/Novattz/creamlinux-installer",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
@@ -47,4 +50,4 @@
"vite": "^6.3.1",
"vite-plugin-svgr": "^4.3.0"
}
}
}