{ "name": "ai-agent-react", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "test:ui": "vitest --ui", "build:lib": "tsup && tsc -p tsconfig.build.json" }, "devDependencies": { "@ant-design/x": "^2.5.0", "@ant-design/x-markdown": "^2.5.0", "@ant-design/x-sdk": "^2.5.0", "@craco/craco": "^7.1.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@eslint/js": "^10.0.1", "@langchain/core": "0.2", "@peryl/dom-to-pdf": "^0.0.1", "@peryl/utils": "^0.1.75", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/lodash": "^4.17.24", "@types/node": "^25.6.0", "@types/qs": "^6.15.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/webpack-env": "^1.18.8", "@vitejs/plugin-react": "^6.0.1", "@vitest/coverage-v8": "^4.1.5", "antd": "^6.3.4", "antd-style": "^4.1.0", "axios": "^1.16.0", "axios-mock-adapter": "^2.1.0", "esbuild-sass-plugin": "^3.7.0", "eslint": "^10.3.0", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.6.0", "html2canvas": "^1.4.1", "immer": "^11.1.4", "jsdom": "^25.0.1", "lodash": "^4.18.1", "prettier": "^3.8.1", "qs": "^6.15.1", "react": "19.2.4", "react-dom": "19.2.4", "react-router": "^7.13.2", "sass-embedded": "^1.99.0", "tsup": "^8.5.1", "typescript": "^6.0.3", "typescript-eslint": "^8.59.2", "vite": "^8.0.10", "vite-plugin-checker": "^0.13.0", "vite-plugin-eslint": "^1.8.1", "vitest": "^4.1.5" } }