41bafa57cc
- app.md - applog.go - frontend/package.json - frontend/package.json.md5 - frontend/vite.config.ts - go.mod - main.go - matrix_service.go - sqlite_driver.go - .wails_dev.log - ... Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "matrix_client_pc-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"e2e": "playwright test",
|
|
"e2e:ui": "playwright test --ui",
|
|
"e2e:wails": "playwright test --config playwright.cdp.config.ts",
|
|
"e2e:report": "playwright show-report"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^7.13.0",
|
|
"@mantine/hooks": "^7.13.0",
|
|
"@mantine/notifications": "^7.13.0",
|
|
"@tabler/icons-react": "^3.19.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.60.0",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "^18.3.10",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"@vitest/ui": "^2.1.9",
|
|
"jsdom": "^29.1.1",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^5.4.8",
|
|
"vitest": "^2.1.9"
|
|
}
|
|
}
|