first commit

This commit is contained in:
2026-06-14 20:31:10 +08:00
parent c33b143176
commit 1ed3f576fa
51 changed files with 3362 additions and 810 deletions

View File

@@ -5,13 +5,18 @@
"type": "module",
"scripts": {
"generate-icons": "node scripts/generate-icons.mjs",
"prepare-font": "node scripts/prepare-font.mjs",
"dev": "vite",
"build": "npm run generate-icons && tsc -b && vite build && vite build --mode desktop",
"build:web": "npm run generate-icons && tsc -b && vite build",
"build:desktop": "npm run generate-icons && tsc -b && vite build --mode desktop",
"build": "npm run generate-icons && npm run prepare-font && tsc -b && vite build && vite build --mode desktop",
"build:web": "npm run generate-icons && npm run prepare-font && tsc -b && vite build",
"build:desktop": "npm run generate-icons && npm run prepare-font && tsc -b && vite build --mode desktop",
"preview": "vite preview"
},
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"github-markdown-css": "^5.8.1",
"highlight.js": "11.11.1",
"marked": "15.0.12",
"react": "19.2.6",
@@ -19,7 +24,6 @@
"react-router-dom": "7.15.1"
},
"devDependencies": {
"@mogeko/maple-mono-cn": "7.9.0",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "4.7.0",