Skip to content

Commit

Permalink
chore: add clay packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Mar 7, 2024
1 parent 311f85e commit 8c34b23
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 11 deletions.
9 changes: 8 additions & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"lint": "next lint"
},
"dependencies": {
"@clayui/autocomplete": "^3.111.0",
"@clayui/core": "^3.111.0",
"@clayui/css": "^3.111.0",
"@clayui/form": "^3.111.0",
"@clayui/link": "^3.111.0",
"@clayui/navigation-bar": "^3.111.0",
"@codesandbox/sandpack-react": "^2.13.5",
"@codesandbox/sandpack-themes": "^2.0.21",
"@docsearch/react": "^3.5.2",
Expand All @@ -20,7 +26,8 @@
"next": "^14.1.3",
"react": "^18",
"react-dom": "^18",
"remark-gfm": "^4.0.0"
"remark-gfm": "^4.0.0",
"sass": "^1.71.1"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
Loading

0 comments on commit 8c34b23

Please sign in to comment.