Files
WonderQ-Admin-UI/package.json
duanshuwen 462498660e feat: enhance admin UI with responsive styles and new components
- Updated styles in src/styles.css for better responsiveness and layout adjustments.
- Added new CSS classes for edit drawer and item rail components.
- Introduced animations for drawer transitions.
- Created new types in src/types/admin.ts for better type safety in admin features.
- Modified vite.config.ts to change server port and enable strict port settings for development.
2026-07-01 16:55:23 +08:00

36 lines
947 B
JSON

{
"name": "wonderq-admin-ui",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-select": "^2.3.2",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.3.2",
"@rolldown/binding-win32-x64-msvc": "1.1.3",
"@tailwindcss/oxide-win32-x64-msvc": "4.3.2",
"@tailwindcss/vite": "^4.3.2",
"@vitejs/plugin-react": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lightningcss-win32-x64-msvc": "1.32.0",
"lucide-react": "^1.21.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.2",
"vite": "^8.1.0"
},
"devDependencies": {
"@types/node": "^26.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"typescript": "^6.0.3"
}
}