34 lines
886 B
JSON
34 lines
886 B
JSON
{
|
|
"name": "caddy-proxy-manager-plus-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --ext .ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.51.15",
|
|
"axios": "^1.7.7",
|
|
"clsx": "^2.1.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.28.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.10.0",
|
|
"@typescript-eslint/parser": "^8.10.0",
|
|
"@vitejs/plugin-react": "^4.3.2",
|
|
"eslint": "^9.10.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
"eslint-plugin-react-refresh": "^0.4.11",
|
|
"typescript": "^5.6.3",
|
|
"typescript-eslint": "^8.47.0",
|
|
"vite": "^5.4.6"
|
|
}
|
|
}
|