moving on with the lesson

This commit is contained in:
counterweight 2025-05-25 12:44:07 +02:00
parent 315a22614c
commit f1916e5c56
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 809 additions and 23 deletions

View file

@ -7,9 +7,11 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"server": "json-server -p 3001 db.json"
},
"dependencies": {
"axios": "^1.9.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
@ -22,6 +24,7 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"json-server": "^1.0.0-beta.3",
"vite": "^6.3.5"
}
}