feat: update new feature temp for panel

This commit is contained in:
2025-03-04 01:20:55 +08:00
parent 6e96247b50
commit fd3288cb5b
45 changed files with 2559 additions and 954 deletions

View File

@@ -1,44 +1,50 @@
{
"name": "wallnote",
"private": true,
"version": "0.0.7",
"version": "0.1.0",
"type": "module",
"user": "apps",
"user": "workspace",
"scripts": {
"dev": "vite",
"dev:web": "cross-env WEB_DEV=true vite --mode web",
"dev:prompt": "vite build -c vite.config.prompt.ts -w",
"build": "vite build",
"build:prompt": "vite build --config vite.config.prompt.ts",
"lint": "eslint .",
"deploy": "rsync -avz --delete dist/ light:~/apps/ai/dist",
"preview": "vite preview",
"prepub": "pnpm build && envision switch apps",
"pub": "envision deploy ./dist -k wallnote -v 0.0.7 -y y",
"prepub": "pnpm build && envision switch workspace",
"pub": "envision deploy ./dist -k wallnote -v 0.1.0 -y y",
"ev": "npm run build && npm run deploy"
},
"stackblitz": {
"startCommand": "npm dev:web"
},
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@blueprintjs/core": "^5.17.2",
"@blueprintjs/icons": "^5.19.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@kevisual/cache": "^0.0.1",
"@kevisual/query": "0.0.9-alpha.2",
"@kevisual/router": "0.0.7",
"@kevisual/router": "0.0.8",
"@kevisual/system-lib": "0.0.21-beta.2",
"@kevisual/system-ui": "^0.0.3",
"@kevisual/ui": "^0.0.4-alpha-1",
"@mui/material": "^6.4.6",
"@tiptap/core": "^2.11.5",
"@tiptap/extension-code-block-lowlight": "^2.11.5",
"@tiptap/extension-document": "^2.11.5",
"@tiptap/extension-highlight": "^2.11.5",
"@tiptap/extension-paragraph": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-text": "^2.11.5",
"@tiptap/extension-typography": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@tiptap/suggestion": "^2.11.5",
"@types/lodash-es": "^4.17.12",
"@types/turndown": "^5.0.5",
"@xyflow/react": "^12.4.4",
"antd": "^5.24.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"github-markdown-css": "^5.8.1",
@@ -53,6 +59,9 @@
"nanoid": "^5.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-draggable": "^4.4.6",
"react-resizable": "^3.0.5",
"react-resizable-panels": "^2.1.7",
"react-router": "^7.2.0",
"react-router-dom": "^7.2.0",
"react-toastify": "^11.0.5",
@@ -67,7 +76,8 @@
"@types/node": "^22.13.8",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"@types/react-resizable": "^3.0.8",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.2.0",