Skip to content

Commit

Permalink
🔧 Refactor: Divide logic for frontend and backend
Browse files Browse the repository at this point in the history
• Define logic for both
• Define hooks and ui components for frontend
• Define api and logic for backend
• Fix mail in package.json
  • Loading branch information
danielbakas committed Dec 10, 2023
1 parent 86627cb commit fb1abb3
Show file tree
Hide file tree
Showing 27 changed files with 717 additions and 337 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "client",
"author": "Daniel Bakas <daniel@semanytk.com>",
"author": "Daniel Bakas <daniel@semantyk.com>",
"bugs": "https://github.com/semantyk/client/issues",
"description": "Client for semantyk.com | Semantyk",
"license": "CC-BY-NC-SA-4.0",
"maintainers": [
"Daniel Bakas <daniel@semanytk.com>"
"Daniel Bakas <daniel@semantyk.com>"
],
"private": true,
"repository": {
Expand All @@ -22,15 +22,16 @@
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"recoil": "^0.7.7"
"recoil": "^0.7.7",
"sharp": "^0.33.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"eslint": "^8.55.0",
"eslint-config-next": "14.0.3",
"next": "^14.0.3",
"next": "^14.0.4",
"vitest": "^1.0.4"
},
"scripts": {
Expand Down
Loading

0 comments on commit fb1abb3

Please sign in to comment.