Files
maqt-desktop/package.json
Chen Gu 5bd314deb2 chore: initial commit - maqt-desktop v0.2
- Phase 1-5: UI framework, auth, weapon schemes, color filters, system optimization
- Industrial/tech design style with Chinese localization
- Points to gch3n.online/delta backend API
- Hardware monitor, filter editor, and all module pages
2026-05-09 00:31:09 +08:00

35 lines
977 B
JSON

{
"name": "maqt-desktop",
"version": "7.0.4",
"main": "electron/main.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"electron:dev": "concurrently \"vite\" \"wait-on http://localhost:5173 && electron .\"",
"electron:build": "vite build && electron-builder"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource-variable/material-symbols-outlined": "^5.2.43",
"axios": "^1.16.0",
"framer-motion": "^12.38.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router-dom": "^6.30.3",
"zustand": "^5.0.13"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.5.0",
"concurrently": "^9.2.1",
"electron": "^40.9.3",
"electron-builder": "^25.1.8",
"postcss": "^8.5.14",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"vite": "^6.4.2",
"wait-on": "^8.0.5"
}
}