{ "name": "frontend", "version": "0.0.1", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview --port 5173" }, "dependencies": { "@ant-design/icons": "^5.4.0", "@douyinfe/semi-icons": "^2.80.0", "@douyinfe/semi-ui": "^2.80.0", "@flowgram.ai/free-container-plugin": "^0.4.7", "@flowgram.ai/free-group-plugin": "^0.4.7", "@flowgram.ai/free-layout-editor": "^0.4.7", "@flowgram.ai/free-lines-plugin": "^0.4.7", "@flowgram.ai/free-node-panel-plugin": "^0.4.7", "@flowgram.ai/free-snap-plugin": "^0.4.7", "@flowgram.ai/form-materials": "^0.4.7", "@flowgram.ai/minimap-plugin": "^0.4.7", "@flowgram.ai/runtime-interface": "^0.4.7", "@flowgram.ai/runtime-js": "^0.4.7", "antd": "^5.17.0", "axios": "^1.7.2", "classnames": "^2.5.1", "highlight.js": "^11.11.1", "js-yaml": "^4.1.0", "lodash-es": "^4.17.21", "nanoid": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-json-view-lite": "^2.4.2", "react-router-dom": "^6.26.2", "styled-components": "^5.3.11" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/lodash-es": "^4.17.12", "@types/react": "^18.3.24", "@types/react-dom": "^18.3.7", "@types/styled-components": "^5.1.34", "@vitejs/plugin-react": "^4.2.0", "less": "^4.2.0", "typescript": "^5.4.0", "vite": "^5.2.0" } }