Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-BOOK into develop
  • Loading branch information
binllionaire committed Dec 21, 2023
2 parents 758ae88 + a912566 commit 1a9bbd1
Show file tree
Hide file tree
Showing 2 changed files with 2,233 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"next": "14.0.4"
"styled-components": "^6.1.2"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4"
"eslint-config-next": "14.0.4",
"typescript": "^5"
}
}
Loading

0 comments on commit 1a9bbd1

Please sign in to comment.