pmc 2.0.0

PMC is a simple and easy to use PM2 alternative
Documentation
{
	"name": "pmc-webui",
	"type": "module",
	"license": "MIT",
	"version": "2.0.0",
	"scripts": {
		"astro": "astro",
		"dev": "astro dev",
		"start": "astro dev",
		"preview": "astro preview",
		"build": "astro build"
	},
	"dependencies": {
		"@astrojs/react": "^3.6.0",
		"@astrojs/tailwind": "^5.1.0",
		"@emotion/styled": "^11.11.5",
		"@headlessui/react": "^2.1.1",
		"@heroicons/react": "^2.0.18",
		"@nanostores/persistent": "^0.9.1",
		"@tailwindcss/forms": "^0.5.7",
		"@types/react": "^18.0.21",
		"@types/react-dom": "^18.0.6",
		"astro": "^4.11.3",
		"chart.js": "^4.4.3",
		"glob": "^10.3.10",
		"ky": "^1.1.3",
		"match-sorter": "^6.3.1",
		"react": "^18.0.0",
		"react-chartjs-2": "^5.2.0",
		"react-dom": "^18.0.0",
		"sse.js": "^2.5.0",
		"tailwindcss": "^3.0.24",
		"typescript": "^5.5.2"
	},
	"devDependencies": {
		"rimraf": "^5.0.5"
	}
}