mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 09:40:13 +00:00
89 lines
3.0 KiB
JSON
89 lines
3.0 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": "oxlint .",
|
|
"lint:fix": "oxlint --fix .",
|
|
"format": "prettier --write .",
|
|
"test": "vitest run",
|
|
"preview": "vite preview",
|
|
"e2e": "playwright test",
|
|
"e2e:install": "playwright install --with-deps chromium"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.7.1",
|
|
"@radix-ui/react-alert-dialog": "^1.1.23",
|
|
"@radix-ui/react-avatar": "^1.2.6",
|
|
"@radix-ui/react-checkbox": "^1.3.11",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.24",
|
|
"@radix-ui/react-label": "^2.1.15",
|
|
"@radix-ui/react-navigation-menu": "^1.2.22",
|
|
"@radix-ui/react-popover": "^1.1.23",
|
|
"@radix-ui/react-scroll-area": "^1.2.18",
|
|
"@radix-ui/react-select": "^2.3.7",
|
|
"@radix-ui/react-separator": "^1.1.15",
|
|
"@radix-ui/react-slot": "^1.3.3",
|
|
"@radix-ui/react-switch": "^1.3.7",
|
|
"@radix-ui/react-tabs": "^1.1.21",
|
|
"@tailwindcss/postcss": "^4.3.3",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
"@types/luxon": "^3.7.3",
|
|
"@xterm/addon-attach": "^0.12.0",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"copy-to-clipboard": "^4.0.2",
|
|
"date-fns": "^4.4.0",
|
|
"framer-motion": "^12.43.0",
|
|
"i18next": "^26.3.6",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"jotai-zustand": "^0.6.0",
|
|
"lucide-react": "^1.28.0",
|
|
"luxon": "^3.7.2",
|
|
"next-themes": "^0.4.6",
|
|
"prettier-plugin-tailwindcss": "^0.8.1",
|
|
"react": "^19.2.8",
|
|
"react-day-picker": "^10.0.1",
|
|
"react-dom": "^19.2.8",
|
|
"react-hook-form": "^7.84.0",
|
|
"react-i18next": "^17.0.11",
|
|
"react-router-dom": "^7.18.2",
|
|
"react-virtuoso": "^4.18.11",
|
|
"simple-icons": "^16.28.0",
|
|
"sonner": "^2.0.7",
|
|
"swr": "^2.5.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.4.3",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.62.1",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/node": "^26.1.2",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"@vitejs/plugin-react": "^6.0.5",
|
|
"autoprefixer": "^10.5.4",
|
|
"jsdom": "^30.0.1",
|
|
"oxlint": "1.77.0",
|
|
"postcss": "8.5.25",
|
|
"swagger-typescript-api": "^13.12.6",
|
|
"tailwindcss": "4.3.3",
|
|
"typescript": "~7.0.2",
|
|
"vite": "^8.2.0",
|
|
"vitest": "^4.1.10"
|
|
}
|
|
}
|