{ "name": "leiting-fe", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@ant-design/graphs": "^2.0.5", "@ant-design/icons": "^6.0.0", "@tailwindcss/typography": "^0.5.16", "@uiw/react-md-editor": "^4.0.5", "antd": "^5.24.5", "fabric": "^6.6.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-markdown": "^10.1.0", "react-router-dom": "^7.4.1", "tldraw": "^3.11.0" }, "devDependencies": { "@eslint/js": "^9.21.0", "@tailwindcss/vite": "^4.0.17", "@types/node": "^22.13.14", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.21", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "less": "^4.2.2", "postcss": "^8.5.3", "tailwindcss": "^4.0.17", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0" } }