Skip to content

Commit

Permalink
vite
Browse files Browse the repository at this point in the history
  • Loading branch information
coji committed Feb 22, 2024
1 parent db63474 commit e8c1b51
Show file tree
Hide file tree
Showing 5 changed files with 874 additions and 1,160 deletions.
2 changes: 2 additions & 0 deletions env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/// <reference types="@vercel/remix" />
/// <reference types="vite/client" />
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-slot": "1.0.2",
"@remix-run/react": "2.7.1",
"@vercel/remix": "2.7.1",
"@remix-run/react": "2.7.2",
"@vercel/remix": "2.7.2-preset.1",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"isbot": "5.1.0",
"lucide-react": "0.335.0",
"lucide-react": "0.336.0",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"tailwind-merge": "2.2.1",
Expand All @@ -38,9 +38,9 @@
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@remix-run/dev": "2.7.1",
"@remix-run/eslint-config": "2.7.1",
"@remix-run/serve": "2.7.1",
"@mdx-js/rollup": "^3.0.1",
"@remix-run/dev": "2.7.2",
"@remix-run/serve": "2.7.2",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "20.11.19",
"@types/react": "18.2.57",
Expand All @@ -53,6 +53,8 @@
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "^5.1.4",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "1.3.1"
}
}
Loading

0 comments on commit e8c1b51

Please sign in to comment.