add: webseite mit jwt

This commit is contained in:
Philippe Torrel
2026-09-01 12:05:06 +02:00
parent 2aef8b91bd
commit c1774746c9
311 changed files with 34382 additions and 1 deletions

View File

@@ -0,0 +1,34 @@
{
"name": "react-app",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@splidejs/react-splide": "^0.7.12",
"axios": "^1.20.0",
"bootstrap": "^5.3.8",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-icons": "^5.7.0",
"react-router-dom": "^7.18.3",
"uuid": "^14.0.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"@vitejs/plugin-react": "^6.1.1",
"eslint": "^10.9.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.5",
"globals": "^17.11.0",
"sass": "^1.103.1",
"vite": "^8.2.2"
}
}