Book Managment Example
Showing
with
382 additions
and
129 deletions
| ... | @@ -9,15 +9,18 @@ | ... | @@ -9,15 +9,18 @@ |
| "lint": "next lint" | "lint": "next lint" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@fortawesome/fontawesome-svg-core": "^6.7.2", | |||
| "@fortawesome/free-solid-svg-icons": "^6.7.2", | |||
| "@fortawesome/react-fontawesome": "^0.2.2", | |||
| "next": "15.2.2", | |||
| "react": "^19.0.0", | "react": "^19.0.0", | ||
| "react-dom": "^19.0.0", | "react-dom": "^19.0.0" | ||
| "next": "15.2.2" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@eslint/eslintrc": "^3", | |||
| "@tailwindcss/postcss": "^4", | "@tailwindcss/postcss": "^4", | ||
| "tailwindcss": "^4", | |||
| "eslint": "^9", | "eslint": "^9", | ||
| "eslint-config-next": "15.2.2", | "eslint-config-next": "15.2.2", | ||
| "@eslint/eslintrc": "^3" | "tailwindcss": "^4" | ||
| } | } | ||
| } | } |
react/src/app/available/page.js
0 → 100644
react/src/app/components/avatar.js
0 → 100644
react/src/app/components/book.js
0 → 100644
react/src/app/components/booklist.js
0 → 100644
react/src/app/components/navbar.js
0 → 100644
react/src/app/components/sections.js
0 → 100644
react/src/app/loans/page.js
0 → 100644
react/src/app/owned/page.js
0 → 100644
react/src/app/profile/edit/page.js
0 → 100644
Please
register
or
sign in
to comment