scraping and improvements

This commit is contained in:
Stefan Hardegger
2025-07-28 13:52:09 +02:00
parent f95d7aa8bb
commit fcad028959
31 changed files with 3788 additions and 118 deletions

View File

@@ -10,23 +10,26 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.0",
"cheerio": "^1.0.0-rc.12",
"dompurify": "^3.0.5",
"next": "14.0.0",
"postcss": "^8.4.31",
"react": "^18",
"react-dom": "^18",
"axios": "^1.6.0",
"dompurify": "^3.0.5",
"react-dropzone": "^14.2.3",
"tailwindcss": "^3.3.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31"
"server-only": "^0.0.1",
"tailwindcss": "^3.3.0"
},
"devDependencies": {
"typescript": "^5",
"@types/dompurify": "^3.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/dompurify": "^3.0.5",
"eslint": "^8",
"eslint-config-next": "14.0.0"
"eslint-config-next": "14.0.0",
"typescript": "^5"
}
}
}