Files
2026-03-26 08:11:29 +03:30

57 lines
1.5 KiB
JSON

{
"name": "frontend-panel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@emotion/styled": "^11.14.1",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@tanstack/react-query": "^5.90.12",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"formik": "^2.4.9",
"jsonwebtoken": "^9.0.3",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.561.0",
"next": "15.5.7",
"next-nprogress-bar": "^2.4.7",
"quill": "^2.0.3",
"react": "19.1.0",
"react-day-picker": "^9.13.0",
"react-dom": "19.1.0",
"react-dropzone": "^14.3.8",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.4.0",
"yup": "^1.7.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.7",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}