Files
kami_apple_exchage/frontend/package.json
danial 8104165c7c feat: add glass morphism styles and variables for enhanced UI effects
- Introduced new mixins for glass morphism effects in `mixins.module.scss`
- Added corresponding variables for glass effects in `variables.module.scss`
- Created visual effects mixins for dynamic backgrounds and shadows in `visual-effects.module.scss`
- Updated Tailwind CSS configuration to include new content paths
2025-09-09 23:36:25 +08:00

79 lines
2.5 KiB
JSON

{
"name": "crawler-monitor-frontend",
"version": "0.1.0",
"private": true,
"description": "Crawler Monitor Frontend",
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"build:spa": "next build && echo 'SPA构建完成, 输出目录: out/'",
"start": "next start",
"serve": "npx serve out -p 3000",
"lint": "next lint",
"generate:api": "orval --config orval.config.ts --output ./src/lib/api/generated",
"generate:api:watch": "node generate-api.js && echo 'API生成完成'"
},
"dependencies": {
"@base-ui-components/react": "1.0.0-beta.1",
"@headlessui/react": "^2.2.6",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-table": "^8.21.3",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"es-toolkit": "^1.39.10",
"framer-motion": "^11.18.2",
"lodash-es": "^4.17.21",
"lucide-react": "^0.309.0",
"motion": "^12.23.12",
"next": "^15.4.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.62.0",
"react-use-measure": "^2.1.7",
"recharts": "^2.15.4",
"sass": "^1.92.1",
"sonner": "^1.7.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tanstack/react-query-devtools": "^5.85.5",
"@types/node": "^24.2.1",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"autoprefixer": "^10.4.21",
"css-loader": "^7.1.2",
"eslint": "^9.33.0",
"eslint-config-next": "^15.4.6",
"eslint-config-prettier": "^10.1.8",
"inflected": "^2.1.0",
"orval": "^7.11.2",
"pinyin": "^4.0.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.2"
}
}