auto-sync: 2026-05-17 11:21:39

This commit is contained in:
cfdaily
2026-05-17 11:21:39 +08:00
parent dd69fe823f
commit b21321c80c
5 changed files with 92 additions and 15 deletions
+16 -10
View File
@@ -1,22 +1,28 @@
{
"name": "moziplus-v2-dashboard",
"version": "2.6.0",
"name": "moziplus-dashboard",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.0",
"react-dom": "^18.3.0"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^4.5.5",
"lucide-react": "^0.460.0",
"clsx": "^2.1.1"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.5.0",
"vite": "^5.4.0"
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^6.0.1"
}
}