Add ESList

This commit is contained in:
2025-10-10 22:58:20 +03:00
Unverified
parent f472f3882a
commit 17f941a57b
2 changed files with 219 additions and 1 deletions
+11 -1
View File
@@ -14,7 +14,9 @@
"backend:clean": "rm -rf backend/data",
"frontend:dev": "vite frontend",
"frontend:typecheck": "tsc --project frontend",
"frontend:build": "npm run frontend:typecheck && vite build frontend",
"frontend:lint": "eslint frontend/src --ext .js,.jsx,.ts,.tsx",
"frontend:lint:fix": "eslint frontend/src --ext .js,.jsx,.ts,.tsx --fix",
"frontend:build": "npm run frontend:lint && npm run frontend:typecheck && vite build frontend",
"frontend:electron:dev": "VITE_ELECTRON=true npm run frontend:dev",
"frontend:electron:build": "VITE_ELECTRON=true npm run frontend:build && rm -rf out && electron-forge make --force --arch arm64,x64",
"frontend:preview": "vite preview frontend",
@@ -44,13 +46,21 @@
"@electron-forge/plugin-auto-unpack-natives": "^7.9.0",
"@electron-forge/plugin-fuses": "^7.9.0",
"@electron/fuses": "^1.0.0",
"@eslint/js": "^9.37.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.46.0",
"@typescript-eslint/parser": "^8.46.0",
"@vitejs/plugin-react": "^5.0.3",
"autoprefixer": "^10.4.21",
"concurrently": "^9.2.1",
"dotenv-cli": "^10.0.0",
"electron": "^38.1.2",
"eslint": "^9.37.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-refresh": "^0.4.23",
"husky": "^9.1.7",
"postcss": "^8.5.6",
"rollup-plugin-visualizer": "^6.0.4",