update
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,6 +1,4 @@
|
||||
[submodule "submodules/query-config"]
|
||||
path = submodules/query-config
|
||||
url = git@git.xiongxiao.me:kevisual/kevsiual-query-config.git
|
||||
|
||||
[submodule "submodules/wallnote"]
|
||||
path = submodules/wallnote
|
||||
url = git@git.xiongxiao.me:tailored/wallnote.git
|
||||
@@ -24,4 +22,4 @@
|
||||
url = git@git.xiongxiao.me:kevisual/kevisual-query-upload.git
|
||||
[submodule "packages/ticket"]
|
||||
path = packages/ticket
|
||||
url = git@git.xiongxiao.me:kevisual/kevisual-ticket.git
|
||||
url = git@git.xiongxiao.me:kevisual/kevisual-ticket.git
|
||||
85
package.json
85
package.json
@@ -16,12 +16,13 @@
|
||||
"dev:query": "turbo dev:lib --filter=@kevisual/query",
|
||||
"turbo:build": "turbo build --filter=submodules/**",
|
||||
"build:lib": "turbo build --filter=@kevisual/query**",
|
||||
"submodule:update": "git submodule update --init --recursive",
|
||||
"vi": "pnpm dlx vite-bundle-visualizer -o ./dist/stats.html"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^6.0.0",
|
||||
"@ant-design/icons": "^6.1.0",
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.1",
|
||||
"@kevisual/cache": "^0.0.3",
|
||||
"@kevisual/codemirror": "workspace:*",
|
||||
"@kevisual/components": "workspace:*",
|
||||
@@ -31,65 +32,65 @@
|
||||
"@kevisual/query-upload": "workspace:*",
|
||||
"@kevisual/resources": "workspace:*",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@mui/material": "^7.1.1",
|
||||
"@mui/material": "^7.3.5",
|
||||
"@stackblitz/sdk": "^1.11.0",
|
||||
"@tailwindcss/vite": "^4.1.10",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"@uiw/react-textarea-code-editor": "^3.1.1",
|
||||
"antd": "^5.26.1",
|
||||
"antd": "^6.0.0",
|
||||
"clsx": "^2.1.1",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"dayjs": "^1.11.13",
|
||||
"dayjs": "^1.11.19",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"i18next": "^25.2.1",
|
||||
"i18next": "^25.6.3",
|
||||
"i18next-http-backend": "^3.0.2",
|
||||
"immer": "^10.1.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
"immer": "^11.0.0",
|
||||
"js-yaml": "^4.1.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"marked": "^15.0.12",
|
||||
"nanoid": "^5.1.5",
|
||||
"marked": "^17.0.1",
|
||||
"nanoid": "^5.1.6",
|
||||
"qrcode": "^1.5.4",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dropzone": "^14.3.8",
|
||||
"react-hook-form": "^7.58.1",
|
||||
"react-i18next": "^15.5.3",
|
||||
"react-resizable-panels": "^3.0.3",
|
||||
"react-router": "^7.6.2",
|
||||
"react-router-dom": "^7.6.2",
|
||||
"react-hook-form": "^7.66.1",
|
||||
"react-i18next": "^16.3.5",
|
||||
"react-resizable-panels": "^3.0.6",
|
||||
"react-router": "^7.9.6",
|
||||
"react-router-dom": "^7.9.6",
|
||||
"react-toastify": "^11.0.5",
|
||||
"vite-plugin-tsconfig-paths": "^1.4.1",
|
||||
"zustand": "^5.0.5"
|
||||
"zustand": "^5.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.29.0",
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@kevisual/ssl": "^0.0.1",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^24.0.3",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/path-browserify": "^1.0.3",
|
||||
"@types/qrcode": "^1.5.5",
|
||||
"@types/react": "^19.1.8",
|
||||
"@types/react-dom": "^19.1.6",
|
||||
"@vitejs/plugin-basic-ssl": "^2.0.0",
|
||||
"@vitejs/plugin-react": "^4.5.2",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.20",
|
||||
"globals": "^16.2.0",
|
||||
"lucide-react": "^0.516.0",
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"@types/react": "^19.2.6",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
||||
"@vitejs/plugin-react": "^5.1.1",
|
||||
"autoprefixer": "^10.4.22",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.4.24",
|
||||
"globals": "^16.5.0",
|
||||
"lucide-react": "^0.554.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"postcss-import": "^16.1.1",
|
||||
"pretty-bytes": "^7.0.0",
|
||||
"react-is": "19.1.0",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwindcss": "^4.1.10",
|
||||
"pretty-bytes": "^7.1.0",
|
||||
"react-is": "19.2.0",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"turbo": "^2.5.4",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.34.1",
|
||||
"vite": "^6.3.5"
|
||||
"turbo": "^2.6.1",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.47.0",
|
||||
"vite": "^7.2.4"
|
||||
},
|
||||
"packageManager": "pnpm@10.12.1"
|
||||
"packageManager": "pnpm@10.23.0"
|
||||
}
|
||||
Submodule submodules/query-config deleted from 53cd97454d
@@ -2,10 +2,9 @@ import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
import path from 'path';
|
||||
import tailwindcss from '@tailwindcss/vite';
|
||||
import basicSsl from '@kevisual/ssl';
|
||||
const isDev = process.env.NODE_ENV === 'development';
|
||||
const centerEnv = process.env.CENTER_ENV;
|
||||
const plugins: any[] = [basicSsl()];
|
||||
const plugins: any[] = [];
|
||||
plugins.push(tailwindcss());
|
||||
const devBackend = 'https://kevisual.silkyai.cn';
|
||||
const meBackend = 'https://kevisual.xiongxiao.me';
|
||||
|
||||
Reference in New Issue
Block a user