mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-12-16 04:03:33 +01:00
* chore: remove unused prettier files to avoid confusion * chore: update copyright year in LICENSE file to reflect current status * chore: remove vitest configuration file as it is no longer needed * chore: remove unused dependencies from package.json * chore: remove pocketbase dependency from package.json * chore: update dependencies in package.json and bun.lock * chore: update dependencies in bun.lock to latest versions * chore: update bun.lock to reflect new dependency versions and configurations * chore: add @radix-ui/react-scroll-area dependency to package.json and bun.lock * chore: remove deprecated overrides for React and update date-fns version in package.json and bun.lock
86 lines
2.6 KiB
JSON
Generated
86 lines
2.6 KiB
JSON
Generated
{
|
|
"name": "proxmox-helper-scripts-website",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Bram Suurd",
|
|
"url": "https://github.com/community-scripts"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint . --fix",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@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",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@tanstack/react-query": "^5.90.12",
|
|
"chart.js": "^4.5.1",
|
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^11.18.2",
|
|
"fuse.js": "^7.1.0",
|
|
"lucide-react": "^0.554.0",
|
|
"mini-svg-data-uri": "^1.4.4",
|
|
"motion": "^12.23.26",
|
|
"next": "15.5.2",
|
|
"next-themes": "^0.4.6",
|
|
"nuqs": "^2.8.5",
|
|
"react": "19.0.0",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-code-blocks": "^0.1.6",
|
|
"react-datepicker": "^7.6.0",
|
|
"react-day-picker": "^9.12.0",
|
|
"react-dom": "19.0.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-use-measure": "^2.1.7",
|
|
"recharts": "2.15.4",
|
|
"sharp": "^0.33.5",
|
|
"sonner": "^1.7.4",
|
|
"tailwind-merge": "^2.6.0",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^4.19.0",
|
|
"@eslint-react/eslint-plugin": "^1.53.1",
|
|
"@next/eslint-plugin-next": "^15.5.9",
|
|
"@tanstack/eslint-plugin-query": "^5.91.2",
|
|
"@types/node": "^22.19.3",
|
|
"@types/react": "npm:types-react@19.0.0-rc.1",
|
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
"@typescript-eslint/parser": "^8.49.0",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-next": "15.0.2",
|
|
"eslint-plugin-format": "^1.1.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"jsdom": "^25.0.1",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.19",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tailwindcss-animated": "^1.1.2",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|