{ "name": "vogocm-web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "start": "vite", "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@ant-design/icons": "^5.0.1", "@ant-design/plots": "^1.2.5", "@ant-design/pro-components": "^2.6.2", "@antv/g2plot": "^2.4.31", "@dnd-kit/core": "^6.0.8", "@dnd-kit/modifiers": "^6.0.1", "@dnd-kit/sortable": "^7.0.2", "@dnd-kit/utilities": "^3.2.1", "ahooks": "^3.7.7", "antd": "^5.4.6", "antd-img-crop": "^4.12.2", "await-to-js": "^3.0.0", "axios": "^1.4.0", "dayjs": "^1.11.7", "i18next": "^22.4.15", "jsencrypt": "^3.3.2", "node-rsa": "^1.1.1", "nprogress": "^0.2.0", "rc-resize-observer": "^1.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "latest", "react-use": "^17.4.0", "zustand": "^4.3.8" }, "devDependencies": { "@types/node-rsa": "^1.1.1", "@types/nprogress": "^0.2.0", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitejs/plugin-react": "^4.0.3", "autoprefixer": "^10.4.14", "eslint": "^8.45.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "lint-staged": "^13.2.2", "postcss": "^8.4.23", "typescript": "^5.2", "vite": "^4.4.5", "vite-plugin-proxy": "^0.5.0", "vite-plugin-windicss": "^1.8.10", "windicss": "^3.5.6" } }