first commit

This commit is contained in:
2026-05-26 15:19:33 +02:00
commit 273d9477d7
18 changed files with 2913 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"type": "module",
"name": "ScrimbaChefClaude",
"description": "https://scrimba.com/learn-react-c0e/~0zg2/s061pnqcvh/head",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@huggingface/inference": "4.13.15",
"marked-react": "^4.0.0",
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"vite": "^8.0.14"
}
}