Files
maqt-desktop/package.json

36 lines
1.2 KiB
JSON

{
"name": "maqt-desktop",
"version": "7.0.4",
"main": "electron/main.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"electron:compile": "tsc electron/main.ts electron/preload.ts --outDir electron --module commonjs --moduleResolution node --skipLibCheck --target es2020 --allowSyntheticDefaultImports --esModuleInterop --declaration false",
"electron:dev": "npm run electron:compile && concurrently \"vite\" \"wait-on http://localhost:5173 && electron .\"",
"electron:build": "vite build && npm run electron:compile && 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"
}
}