Skip to content

Commit

Permalink
feat(bristles/schema): Add basic package to isolate schemas and migra…
Browse files Browse the repository at this point in the history
…tions (#15)
  • Loading branch information
ggenzone authored Dec 12, 2023
1 parent 6baf1ed commit 5eecf0c
Show file tree
Hide file tree
Showing 34 changed files with 2,367 additions and 463 deletions.
5 changes: 3 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"test": "vitest"
},
"dependencies": {
"@bristles/schema": "*",
"@bristles/ui": "*",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
Expand Down Expand Up @@ -54,8 +56,7 @@
"roughjs": "^4.6.5",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4",
"@bristles/ui": "*"
"zod": "^3.22.4"
},
"devDependencies": {
"@bristles/eslint-config": "*",
Expand Down
Loading

0 comments on commit 5eecf0c

Please sign in to comment.