mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-10-23 07:42:05 +00:00
45 lines
994 B
JSON
45 lines
994 B
JSON
{
|
|
"name": "patchmon-frontend",
|
|
"private": true,
|
|
"version": "1.2.9",
|
|
"license": "AGPL-3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "biome check .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@tanstack/react-query": "^5.87.4",
|
|
"axios": "^1.7.9",
|
|
"chart.js": "^4.4.7",
|
|
"clsx": "^2.1.1",
|
|
"cors": "^2.8.5",
|
|
"date-fns": "^4.1.0",
|
|
"express": "^5.0.0",
|
|
"http-proxy-middleware": "^3.0.3",
|
|
"lucide-react": "^0.468.0",
|
|
"react": "^18.3.1",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.5.0",
|
|
"react-router-dom": "^6.30.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.14",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"vite": "^7.1.5"
|
|
},
|
|
"overrides": {
|
|
"esbuild": "^0.25.10"
|
|
}
|
|
}
|