Files
blog-admin/package.json
2026-07-22 17:50:30 +08:00

80 lines
2.3 KiB
JSON

{
"name": "blog-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.17.0",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --fix",
"preview": "vite preview",
"preinstall": "npx only-allow pnpm",
"format": "prettier --write src/",
"type-check": "vue-tsc --build"
},
"dependencies": {
"@hookform/resolvers": "^5.4.0",
"@mantine/hooks": "^9.4.1",
"@radix-ui/react-collapsible": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.18",
"@radix-ui/react-dropdown-menu": "^2.1.19",
"@radix-ui/react-label": "^2.1.11",
"@radix-ui/react-separator": "^1.1.11",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-tooltip": "^1.2.11",
"@tailwindcss/vite": "^4.3.2",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-router": "^1.170.17",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/react-table": "^8.21.3",
"@wangeditor-next/editor": "^5.7.14",
"@wangeditor-next/editor-for-react": "^2.0.3",
"axios": "^1.18.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dayjs": "^1.11.21",
"lucide-react": "^1.25.0",
"nanoid": "^5.1.16",
"next-themes": "^0.4.6",
"nprogress": "^0.2.0",
"radix-ui": "^1.6.1",
"react": "^19.2.7",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.7",
"react-hook-form": "^7.81.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.2",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3",
"zustand": "^5.0.14"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@types/node": "^25.9.4",
"@types/nprogress": "^0.2.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.3.1",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"prettier": "^3.9.4",
"typescript": "~5.8.3",
"typescript-eslint": "^8.62.1",
"vite": "^7.3.6",
"vite-plugin-checker": "^0.10.3",
"vite-tsconfig-paths": "^5.1.4"
},
"volta": {
"node": "24.8.0"
}
}