test: 暂存

This commit is contained in:
2024-09-18 04:17:11 +08:00
parent a36a390d25
commit b838488776
19 changed files with 683 additions and 142 deletions

View File

@@ -8,13 +8,19 @@
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prune": "pnpm store prune && rimraf node_modules/.vite",
"deploy": "rsync -avz --delete ./dist/ light:/root/apps/envision/web"
},
"dependencies": {
"@abearxiong/flows": "0.0.1-alpha.6",
"@abearxiong/ui": "0.0.1-alpha.0",
"@ant-design/icons": "^5.4.0",
"@icon-park/react": "^1.4.2",
"@kevisual/query": "^0.0.2",
"@uiw/react-textarea-code-editor": "^3.0.2",
"@xyflow/react": "^12.3.0",
"antd": "^5.20.6",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
@@ -30,20 +36,21 @@
"@eslint/js": "^9.10.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/node": "^22.5.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"react-is": "^18.3.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.4"
"typescript-eslint": "^8.6.0",
"vite": "^5.4.6"
}
}