temp
This commit is contained in:
parent
47c50a52e3
commit
24028c35a5
66
package.json
66
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@kevisual/center",
|
||||
"private": true,
|
||||
"version": "0.0.10",
|
||||
"version": "0.0.11",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
@ -10,7 +10,7 @@
|
||||
"dev:kv": "cross-env VITE_USE_KV=true vite",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"pub": "envision deploy ./dist -k center -v 0.0.10 -u -o root",
|
||||
"pub": "envision deploy ./dist -k center -v 0.0.11 -u -o root",
|
||||
"turbo:dev": "turbo dev:lib",
|
||||
"dev:lib": "turbo dev:lib",
|
||||
"dev:query": "turbo dev:lib --filter=@kevisual/query",
|
||||
@ -21,74 +21,74 @@
|
||||
"@ant-design/icons": "^6.0.0",
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.0",
|
||||
"@kevisual/cache": "^0.0.1",
|
||||
"@kevisual/cache": "^0.0.3",
|
||||
"@kevisual/codemirror": "workspace:*",
|
||||
"@kevisual/components": "workspace:*",
|
||||
"@kevisual/container": "1.0.0",
|
||||
"@kevisual/query": "^0.0.15",
|
||||
"@kevisual/query": "^0.0.17",
|
||||
"@kevisual/query-config": "workspace:*",
|
||||
"@kevisual/query-login": "workspace:*",
|
||||
"@kevisual/query-upload": "workspace:*",
|
||||
"@kevisual/resources": "workspace:*",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@mui/material": "^7.0.1",
|
||||
"@mui/material": "^7.1.0",
|
||||
"@stackblitz/sdk": "^1.11.0",
|
||||
"@tailwindcss/vite": "^4.1.1",
|
||||
"@uiw/react-textarea-code-editor": "^3.1.0",
|
||||
"antd": "^5.24.6",
|
||||
"@tailwindcss/vite": "^4.1.6",
|
||||
"@uiw/react-textarea-code-editor": "^3.1.1",
|
||||
"antd": "^5.25.1",
|
||||
"clsx": "^2.1.1",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"dayjs": "^1.11.13",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"i18next": "^24.2.3",
|
||||
"i18next": "^25.1.2",
|
||||
"i18next-http-backend": "^3.0.2",
|
||||
"immer": "^10.1.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"marked": "^15.0.7",
|
||||
"marked": "^15.0.11",
|
||||
"nanoid": "^5.1.5",
|
||||
"qrcode": "^1.5.4",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-dropzone": "^14.3.8",
|
||||
"react-hook-form": "^7.55.0",
|
||||
"react-i18next": "^15.4.1",
|
||||
"react-resizable-panels": "^2.1.7",
|
||||
"react-router": "^7.4.1",
|
||||
"react-router-dom": "^7.4.1",
|
||||
"react-hook-form": "^7.56.3",
|
||||
"react-i18next": "^15.5.1",
|
||||
"react-resizable-panels": "^3.0.1",
|
||||
"react-router": "^7.6.0",
|
||||
"react-router-dom": "^7.6.0",
|
||||
"react-toastify": "^11.0.5",
|
||||
"vite-plugin-tsconfig-paths": "^1.4.1",
|
||||
"zustand": "^5.0.3"
|
||||
"zustand": "^5.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.23.0",
|
||||
"@eslint/js": "^9.26.0",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^22.14.0",
|
||||
"@types/node": "^22.15.17",
|
||||
"@types/path-browserify": "^1.0.3",
|
||||
"@types/qrcode": "^1.5.5",
|
||||
"@types/react": "^19.1.0",
|
||||
"@types/react-dom": "^19.1.1",
|
||||
"@types/react": "^19.1.3",
|
||||
"@types/react-dom": "^19.1.3",
|
||||
"@vitejs/plugin-basic-ssl": "^2.0.0",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"@vitejs/plugin-react": "^4.4.1",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^9.23.0",
|
||||
"eslint": "^9.26.0",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.19",
|
||||
"globals": "^16.0.0",
|
||||
"lucide-react": "^0.487.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.20",
|
||||
"globals": "^16.1.0",
|
||||
"lucide-react": "^0.509.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"postcss-import": "^16.1.0",
|
||||
"pretty-bytes": "^6.1.1",
|
||||
"pretty-bytes": "^7.0.0",
|
||||
"react-is": "19.1.0",
|
||||
"tailwind-merge": "^3.1.0",
|
||||
"tailwindcss": "^4.1.1",
|
||||
"tailwind-merge": "^3.2.0",
|
||||
"tailwindcss": "^4.1.6",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"turbo": "^2.4.4",
|
||||
"typescript": "^5.8.2",
|
||||
"typescript-eslint": "^8.29.0",
|
||||
"vite": "^6.2.5"
|
||||
"turbo": "^2.5.3",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.32.0",
|
||||
"vite": "^6.3.5"
|
||||
},
|
||||
"packageManager": "pnpm@10.7.1"
|
||||
"packageManager": "pnpm@10.10.0"
|
||||
}
|
@ -1 +1 @@
|
||||
Subproject commit 967c2f94f27d0cd7f6733c5293d2f201eacad090
|
||||
Subproject commit e8d95a6798d4d7fd79f3d6c70258b242c95d2258
|
2266
pnpm-lock.yaml
generated
2266
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,6 @@
|
||||
packages:
|
||||
- 'packages/*'
|
||||
- packages/*
|
||||
- '!packages/webshell/webshell-node'
|
||||
- 'submodules/*'
|
||||
- submodules/*
|
||||
onlyBuiltDependencies:
|
||||
- '@tailwindcss/oxide'
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f8af24506bdfdbd895be293c8fd8ce061c94e7af
|
||||
Subproject commit 557cd99b20ae6c051d5b448e32c6fc6075e4b04e
|
@ -14,7 +14,7 @@ const meBackend = 'https://kevisual.xiongxiao.me';
|
||||
const backendWss = devBackend.replace(/^https:/, 'wss:');
|
||||
const backend = meBackend;
|
||||
let proxy = {};
|
||||
if (false) {
|
||||
if (true) {
|
||||
proxy = {
|
||||
'/api': {
|
||||
target: backend,
|
||||
|
Loading…
x
Reference in New Issue
Block a user