{ "name": "ax-frontend-app", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "build:analyze": "cross-env ANALYZE=true npm run build", "analyze": "node scripts/analyze-bundle.js", "lint": "eslint .", "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"", "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest", "test:document": "vitest run src/utils/blockOperations.test.ts src/utils/richTextConverter.test.ts", "test:export": "vitest run src/services/clientExportService.test.ts", "test:integration": "vitest run", "test:coverage": "vitest run --coverage" }, "dependencies": { "@ant-design/icons": "^6.2.5", "antd": "^5.22.6", "axios": "^1.7.9", "hash-sum": "^2.0.0", "html2canvas": "^1.4.1", "jspdf": "^4.2.1", "mammoth": "^1.12.0", "p-limit": "^7.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", "uuid": "^14.0.0", "zustand": "^4.5.5" }, "devDependencies": { "@eslint/js": "^10.0.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/hash-sum": "^1.0.2", "@types/node": "^24.12.3", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@types/turndown": "^5.0.6", "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^6.0.1", "cross-env": "^10.1.0", "eslint": "^10.3.0", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.6.0", "jsdom": "^29.1.1", "prettier": "^3.4.2", "rollup-plugin-visualizer": "^7.0.1", "typescript": "~6.0.2", "typescript-eslint": "^8.59.2", "vite": "^8.0.12", "vitest": "^4.1.9" } }