mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	
		
			
	
	
		
			74 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			74 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								  "name": "proxmox-helper-scripts-website",
							 | 
						||
| 
								 | 
							
								  "version": "1.0.0",
							 | 
						||
| 
								 | 
							
								  "license": "MIT",
							 | 
						||
| 
								 | 
							
								  "private": true,
							 | 
						||
| 
								 | 
							
								  "author": {
							 | 
						||
| 
								 | 
							
								    "name": "Bram Suurd",
							 | 
						||
| 
								 | 
							
								    "url": "https://github.com/community-scripts"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "type": "module",
							 | 
						||
| 
								 | 
							
								  "scripts": {
							 | 
						||
| 
								 | 
							
								    "dev": "next dev --turbopack",
							 | 
						||
| 
								 | 
							
								    "build": "next build",
							 | 
						||
| 
								 | 
							
								    "start": "next start",
							 | 
						||
| 
								 | 
							
								    "lint": "next lint",
							 | 
						||
| 
								 | 
							
								    "deploy": "next build && touch out/.nojekyll && git add out/ && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages",
							 | 
						||
| 
								 | 
							
								    "format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
							 | 
						||
| 
								 | 
							
								    "format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
							 | 
						||
| 
								 | 
							
								    "typecheck": "tsc --noEmit"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "dependencies": {
							 | 
						||
| 
								 | 
							
								    "@radix-ui/react-accordion": "^1.1.2",
							 | 
						||
| 
								 | 
							
								    "@radix-ui/react-dialog": "^1.0.5",
							 | 
						||
| 
								 | 
							
								    "@radix-ui/react-dropdown-menu": "^2.0.6",
							 | 
						||
| 
								 | 
							
								    "@radix-ui/react-navigation-menu": "^1.1.4",
							 | 
						||
| 
								 | 
							
								    "@radix-ui/react-separator": "^1.1.0",
							 | 
						||
| 
								 | 
							
								    "@radix-ui/react-slot": "^1.1.0",
							 | 
						||
| 
								 | 
							
								    "@radix-ui/react-tabs": "^1.1.0",
							 | 
						||
| 
								 | 
							
								    "@radix-ui/react-tooltip": "^1.1.2",
							 | 
						||
| 
								 | 
							
								    "@vercel/analytics": "^1.2.2",
							 | 
						||
| 
								 | 
							
								    "class-variance-authority": "^0.7.0",
							 | 
						||
| 
								 | 
							
								    "clsx": "^2.1.1",
							 | 
						||
| 
								 | 
							
								    "cmdk": "^1.0.0",
							 | 
						||
| 
								 | 
							
								    "framer-motion": "^11.11.10",
							 | 
						||
| 
								 | 
							
								    "fuse.js": "^7.0.0",
							 | 
						||
| 
								 | 
							
								    "lucide-react": "^0.453.0",
							 | 
						||
| 
								 | 
							
								    "mini-svg-data-uri": "^1.4.4",
							 | 
						||
| 
								 | 
							
								    "next": "15.0.2",
							 | 
						||
| 
								 | 
							
								    "next-themes": "^0.3.0",
							 | 
						||
| 
								 | 
							
								    "nuqs": "^2.1.1",
							 | 
						||
| 
								 | 
							
								    "pocketbase": "^0.21.4",
							 | 
						||
| 
								 | 
							
								    "prettier-plugin-organize-imports": "^4.1.0",
							 | 
						||
| 
								 | 
							
								    "react": "19.0.0-rc-02c0e824-20241028",
							 | 
						||
| 
								 | 
							
								    "react-code-blocks": "^0.1.6",
							 | 
						||
| 
								 | 
							
								    "react-dom": "19.0.0-rc-02c0e824-20241028",
							 | 
						||
| 
								 | 
							
								    "react-icons": "^5.1.0",
							 | 
						||
| 
								 | 
							
								    "react-simple-typewriter": "^5.0.1",
							 | 
						||
| 
								 | 
							
								    "sharp": "^0.33.5",
							 | 
						||
| 
								 | 
							
								    "simple-icons": "^13.5.0",
							 | 
						||
| 
								 | 
							
								    "sonner": "^1.5.0",
							 | 
						||
| 
								 | 
							
								    "tailwind-merge": "^2.3.0"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "devDependencies": {
							 | 
						||
| 
								 | 
							
								    "@types/node": "^22",
							 | 
						||
| 
								 | 
							
								    "@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.8.1",
							 | 
						||
| 
								 | 
							
								    "@typescript-eslint/parser": "^8.8.1",
							 | 
						||
| 
								 | 
							
								    "eslint-config-next": "15.0.2",
							 | 
						||
| 
								 | 
							
								    "postcss": "^8",
							 | 
						||
| 
								 | 
							
								    "eslint": "^9.13.0",
							 | 
						||
| 
								 | 
							
								    "prettier": "^3.2.5",
							 | 
						||
| 
								 | 
							
								    "prettier-plugin-tailwindcss": "^0.6.5",
							 | 
						||
| 
								 | 
							
								    "tailwindcss": "^3.4.9",
							 | 
						||
| 
								 | 
							
								    "tailwindcss-animate": "^1.0.7",
							 | 
						||
| 
								 | 
							
								    "tailwindcss-animated": "^1.1.2",
							 | 
						||
| 
								 | 
							
								    "typescript": "^5"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "overrides": {
							 | 
						||
| 
								 | 
							
								    "@types/react": "npm:types-react@19.0.0-rc.1",
							 | 
						||
| 
								 | 
							
								    "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								}
							 |