Skip to content

Commit

Permalink
Fix package.json and package locks
Browse files Browse the repository at this point in the history
  • Loading branch information
timsexperiments committed Jun 11, 2024
1 parent 1c65036 commit 82dd7e2
Show file tree
Hide file tree
Showing 5 changed files with 8,624 additions and 0 deletions.
Binary file removed apps/timsexperiments/bun.lockb
Binary file not shown.
6 changes: 6 additions & 0 deletions apps/timsexperiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,29 @@
"@astrojs/check": "^0.4.1",
"@astrojs/cloudflare": "^9.0.1",
"@astrojs/db": "^0.10.1",
"@astrojs/markdown-remark": "^5.1.0",
"@astrojs/mdx": "^2.0.4",
"@astrojs/react": "^3.0.9",
"@astrojs/rss": "^4.0.2",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@hookform/resolvers": "^3.3.4",
"@libsql/core": "^0.6.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@timsexperiments/theme": "^0.0.0",
"@timsexperiments/views-client": "workspace:*",
"@types/hast": "^3.0.4",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"astro": "4.5.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"embla-carousel-react": "^8.0.0-rc23",
"hast": "^1.0.0",
"input-otp": "^1.2.4",
"lucide-react": "^0.309.0",
"react": "^18.2.0",
Expand All @@ -41,10 +45,12 @@
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"unist-util-visit": "^5.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"pnpm": "^9.3.0",
"prettier": "^3.2.2",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.11",
Expand Down
Binary file removed bun.lockb
Binary file not shown.
Loading

0 comments on commit 82dd7e2

Please sign in to comment.