{ "name": "trcaa", "private": true, "version": "1.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "version:update": "node scripts/update-version.mjs", "preview": "vite preview", "tauri": "tauri", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "test:e2e": "wdio run tests/e2e/wdio.conf.ts" }, "dependencies": { "@tauri-apps/api": "^2", "@tauri-apps/plugin-dialog": "^2.7.1", "@tauri-apps/plugin-fs": "^2", "@tauri-apps/plugin-stronghold": "^2", "class-variance-authority": "^0.7", "clsx": "^2", "lucide-react": "latest", "react": "^19", "react-diff-viewer-continued": "^4", "react-dom": "^19", "react-markdown": "^10", "react-router-dom": "^6.30.4", "remark-gfm": "^4", "tailwindcss": "^3", "zustand": "^5" }, "devDependencies": { "@tauri-apps/cli": "^2", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16", "@testing-library/user-event": "^14", "@types/node": "^25.9.2", "@types/react": "^19", "@types/react-dom": "^19", "@typescript-eslint/eslint-plugin": "^8.60.1", "@typescript-eslint/parser": "^8.60.1", "@vitejs/plugin-react": "^6.0.2", "@vitest/coverage-v8": "^4", "@wdio/cli": "^9", "@wdio/mocha-framework": "^9", "autoprefixer": "^10", "eslint": "^10.4.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", "jsdom": "^29", "postcss": "^8", "typescript": "^6", "vite": "^8", "vitest": "^4", "webdriverio": "^9" } }