feat: 保存当前Supabase版本,准备进行本地化改造

This commit is contained in:
patdelphi
2025-08-18 20:53:16 +08:00
parent d19fccd12c
commit 29bc9d8c4a
35 changed files with 5116 additions and 3159 deletions

View File

@@ -4,15 +4,11 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:server": "node server/index.js",
"dev:full": "concurrently \"npm run dev\" \"npm run dev:server\"",
"build": "tsc -b && vite build",
"build:prod": "tsc -b && BUILD_MODE=prod vite build",
"lint": "eslint .",
"preview": "vite preview",
"server": "node server/index.js",
"start": "NODE_ENV=production node server/index.js"
"dev": "yes | pnpm install && vite",
"build": "yes | pnpm install && rm -rf node_modules/.vite-temp && tsc -b && vite build",
"build:prod": "yes | pnpm install && rm -rf node_modules/.vite-temp && tsc -b && BUILD_MODE=prod vite build",
"lint": "yes | pnpm install && eslint .",
"preview": "yes | pnpm install && vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
@@ -79,7 +75,6 @@
"@types/react-router-dom": "^5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "10.4.20",
"concurrently": "^9.2.0",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",