Skip to content

Commit

Permalink
refactor: integrate vee-validate for form validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dribble-njr committed Jan 14, 2025
1 parent 5b8b549 commit bf429aa
Show file tree
Hide file tree
Showing 5 changed files with 692 additions and 500 deletions.
141 changes: 118 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.716.0",
"@vee-validate/yup": "^4.15.0",
"@vueuse/core": "^12.0.0",
"axios": "^1.7.8",
"buffer-from": "^1.1.2",
Expand Down Expand Up @@ -50,9 +51,11 @@
"tailwindcss-animate": "^1.0.7",
"tiny-oss": "^0.5.1",
"uuid": "^11.0.3",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-pick-colors": "^1.7.8",
"vue-sonner": "^1.3.0"
"vue-sonner": "^1.3.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@antfu/eslint-config": "3.11.0",
Expand Down
Loading

0 comments on commit bf429aa

Please sign in to comment.