Skip to content

Commit

Permalink
feat(card): create data for card (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyMalv committed Sep 4, 2023
1 parent 9bc4412 commit 6bdb68b
Show file tree
Hide file tree
Showing 27 changed files with 764 additions and 77 deletions.
File renamed without changes.
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"pnpm": ">=8.6.0"
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@types/node": "20.4.7",
"@types/react": "18.2.18",
Expand All @@ -29,16 +31,19 @@
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.14.0",
"react-hook-form": "7.45.4",
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6"
"tailwindcss-animate": "1.0.6",
"zod": "3.22.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"eslint": "8.46.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "5.0.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.0.0",
"postcss-import": "^15.1.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"typescript": "5.1.6",
Expand Down
Loading

0 comments on commit 6bdb68b

Please sign in to comment.