mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 04:30:06 +00:00
* feat: batch set server config * make every field optional * chore: auto-fix linting and formatting issues * update * [WIP] improve batch edit ux * chore: auto-fix linting and formatting issues
81 lines
2.7 KiB
JSON
81 lines
2.7 KiB
JSON
{
|
|
"name": "admin-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"build-ignore-error": "vite build",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"format": "prettier --write .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.10.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.5",
|
|
"@radix-ui/react-avatar": "^1.1.2",
|
|
"@radix-ui/react-checkbox": "^1.1.3",
|
|
"@radix-ui/react-dialog": "^1.1.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.5",
|
|
"@radix-ui/react-label": "^2.1.1",
|
|
"@radix-ui/react-navigation-menu": "^1.2.4",
|
|
"@radix-ui/react-popover": "^1.1.5",
|
|
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
"@radix-ui/react-select": "^2.1.5",
|
|
"@radix-ui/react-separator": "^1.1.1",
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"@radix-ui/react-tabs": "^1.1.2",
|
|
"@tanstack/react-table": "^8.20.6",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"@types/luxon": "^3.4.2",
|
|
"@xterm/addon-attach": "^0.11.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.4",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"framer-motion": "^11.18.2",
|
|
"i18next": "^24.2.2",
|
|
"i18next-browser-languagedetector": "^8.0.2",
|
|
"jotai-zustand": "^0.6.0",
|
|
"lucide-react": "^0.454.0",
|
|
"luxon": "^3.5.0",
|
|
"next-themes": "^0.3.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-i18next": "^15.4.0",
|
|
"react-router-dom": "^7.1.5",
|
|
"react-virtuoso": "^4.12.3",
|
|
"sonner": "^1.7.4",
|
|
"swr": "^2.3.0",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^3.24.1",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@types/node": "^22.13.0",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.19.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
"globals": "^15.14.0",
|
|
"postcss": "^8.5.1",
|
|
"swagger-typescript-api": "^13.0.23",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.6.3",
|
|
"typescript-eslint": "^8.22.0",
|
|
"vite": "^6.0.11"
|
|
}
|
|
}
|