Skip to content

Commit

Permalink
refactor: frontend (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaidev authored Oct 21, 2024
1 parent eddfe9f commit e530aa9
Show file tree
Hide file tree
Showing 93 changed files with 2,016 additions and 747 deletions.
9 changes: 0 additions & 9 deletions services/web/.env.example

This file was deleted.

1 change: 0 additions & 1 deletion services/web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ coverage/
node_modules/
next-env.d.ts
*.tsbuildinfo
.env
20 changes: 12 additions & 8 deletions services/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "web",
"private": true,
"type": "module",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"scripts": {
"dev": "next dev --turbo",
"build": "next build && cp -r .next/static .next/standalone/.next && cp -r public .next/standalone",
Expand All @@ -13,46 +13,50 @@
"@formkit/auto-animate": "^0.8.2",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-primitive": "^2.0.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@radix-ui/react-use-controllable-state": "^1.1.0",
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-query": "^5.59.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"dayjs": "^1.11.13",
"embla-carousel-react": "^8.3.0",
"lucide-react": "^0.452.0",
"lucide-react": "^0.453.0",
"next": "^14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"valibot": "1.0.0-beta.0"
"valibot": "1.0.0-beta.0",
"winston": "^3.15.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.0",
"@eslint/compat": "^1.2.1",
"@eslint/eslintrc": "^3.1.0",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__eslintrc": "^2.1.2",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
},
"pnpm": {
Expand Down
Loading

0 comments on commit e530aa9

Please sign in to comment.