add dev deps back and install axios

This commit is contained in:
authentik Default Admin 2025-06-16 12:00:00 +01:00
parent 0a916af591
commit 33cd61a1c1
2 changed files with 463 additions and 51 deletions

463
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,20 +7,37 @@
"build": "vite build",
"start": "cross-env vite preview --host --port $PORT"
},
"dependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"cors": "^2.8.5",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.6.0",
"vite": "^6.3.1",
"cross-env": "^7.0.3"
}
}
"dependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"axios": "^1.9.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.6.0",
"vite": "^6.3.1"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.6.0",
"vite": "^6.3.1"
}
}