{ "name": "chat-one-admin-web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "test:e2e:update": "playwright test --update-snapshots", "preview": "vite preview" }, "dependencies": { "@ant-design/charts": "^2.6.7", "@ant-design/icons": "^6.3.2", "@ant-design/pro-components": "3.1.14-2", "@tanstack/react-query": "^5.101.2", "ahooks": "^3.9.7", "antd": "^6.5.0", "axios": "^1.18.1", "dayjs": "^1.11.21", "lodash-es": "^4.18.1", "react": "^19.2.7", "react-dom": "^19.2.7", "react-router-dom": "^7.18.1", "zustand": "^5.0.14" }, "devDependencies": { "@commitlint/cli": "^21.2.1", "@commitlint/config-conventional": "^21.2.0", "@eslint/js": "^10.0.1", "@playwright/test": "^1.61.1", "@types/node": "^24.13.2", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.3", "eslint": "^10.6.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.3", "globals": "^17.7.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", "prettier": "^3.9.5", "typescript": "~6.0.2", "typescript-eslint": "^8.62.0", "vite": "^8.1.1" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "eslint --fix", "prettier --write" ], "*.{json,css,md}": [ "prettier --write" ] } }