diff --git a/apps/admin/package.json b/apps/admin/package.json index 3cf0ca46..ad72c472 100644 --- a/apps/admin/package.json +++ b/apps/admin/package.json @@ -1,35 +1,35 @@ { - "name": "admin", - "version": "1.0.0", - "type": "module", - "private": true, - "scripts": { - "dev": "next dev --port 3001 --turbopack", - "build": "next build", - "start": "next start", - "lint": "next lint --max-warnings 0 --fix", - "check-types": "tsc --noEmit" - }, - "dependencies": { - "@repo/ui": "workspace:*", - "next": "^15.3.0", - "react": "^19.1.0", - "react-dom": "^19.1.0" - }, - "devDependencies": { - "@next/eslint-plugin-next": "^15.3.0", - "@repo/eslint-config": "workspace:*", - "@repo/svgr-config": "workspace:*", - "@repo/tailwind-config": "workspace:*", - "@repo/typescript-config": "workspace:*", - "@tailwindcss/postcss": "^4.1.5", - "@types/node": "^22.15.3", - "@types/react": "^19.1.0", - "@types/react-dom": "^19.1.1", - "autoprefixer": "^10.4.20", - "eslint": "^9.31.0", - "postcss": "^8.5.3", - "tailwindcss": "^4.1.5", - "typescript": "5.8.2" - } + "name": "admin", + "version": "1.0.0", + "type": "module", + "private": true, + "scripts": { + "dev": "next dev --port 3001 --turbopack", + "build": "next build", + "start": "next start", + "lint": "next lint --max-warnings 0 --fix", + "check-types": "tsc --noEmit" + }, + "dependencies": { + "@repo/ui": "workspace:*", + "next": "15.3.8", + "react": "^19.1.0", + "react-dom": "^19.1.0" + }, + "devDependencies": { + "@next/eslint-plugin-next": "^15.3.0", + "@repo/eslint-config": "workspace:*", + "@repo/svgr-config": "workspace:*", + "@repo/tailwind-config": "workspace:*", + "@repo/typescript-config": "workspace:*", + "@tailwindcss/postcss": "^4.1.5", + "@types/node": "^22.15.3", + "@types/react": "^19.1.0", + "@types/react-dom": "^19.1.1", + "autoprefixer": "^10.4.20", + "eslint": "^9.31.0", + "postcss": "^8.5.3", + "tailwindcss": "^4.1.5", + "typescript": "5.8.2" + } } diff --git a/apps/client/package.json b/apps/client/package.json index c1a97226..e1831483 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -1,50 +1,50 @@ { - "name": "client", - "version": "1.0.0", - "type": "module", - "private": true, - "scripts": { - "dev": "next dev --port 3000 --turbopack", - "build": "next build", - "start": "next start", - "lint": "next lint --max-warnings 0 --fix", - "check-types": "tsc --noEmit" - }, - "dependencies": { - "@portone/browser-sdk": "^0.0.23", - "@tanstack/react-query": "^5.81.5", - "axios": "^1.11.0", - "clsx": "^2.1.1", - "next": "^15.3.0", - "overlay-kit": "^1.8.4", - "qs": "^6.14.0", - "react": "^19.1.0", - "react-dom": "^19.1.0", - "react-range": "^1.10.0", - "sonner": "^2.0.5", - "swiper": "^11.2.8", - "use-debounce": "^10.0.5", - "zod": "^3.25.67", - "zustand": "^5.0.5" - }, - "devDependencies": { - "@next/eslint-plugin-next": "^15.3.0", - "@repo/eslint-config": "workspace:*", - "@repo/svgr-config": "workspace:*", - "@repo/tailwind-config": "workspace:*", - "@repo/typescript-config": "workspace:*", - "@tailwindcss/postcss": "^4.1.5", - "@tanstack/react-query-devtools": "^5.81.5", - "@types/node": "^22.15.3", - "@types/qs": "^6.14.0", - "@types/react": "^19.1.0", - "@types/react-dom": "^19.1.1", - "autoprefixer": "^10.4.20", - "eslint": "^9.31.0", - "openapi-typescript": "^7.8.0", - "postcss": "^8.5.3", - "react-intersection-observer": "^9.16.0", - "tailwindcss": "^4.1.5", - "typescript": "5.8.2" - } + "name": "client", + "version": "1.0.0", + "type": "module", + "private": true, + "scripts": { + "dev": "next dev --port 3000 --turbopack", + "build": "next build", + "start": "next start", + "lint": "next lint --max-warnings 0 --fix", + "check-types": "tsc --noEmit" + }, + "dependencies": { + "@portone/browser-sdk": "^0.0.23", + "@tanstack/react-query": "^5.81.5", + "axios": "^1.11.0", + "clsx": "^2.1.1", + "next": "15.3.8", + "overlay-kit": "^1.8.4", + "qs": "^6.14.0", + "react": "^19.1.0", + "react-dom": "^19.1.0", + "react-range": "^1.10.0", + "sonner": "^2.0.5", + "swiper": "^11.2.8", + "use-debounce": "^10.0.5", + "zod": "^3.25.67", + "zustand": "^5.0.5" + }, + "devDependencies": { + "@next/eslint-plugin-next": "^15.3.0", + "@repo/eslint-config": "workspace:*", + "@repo/svgr-config": "workspace:*", + "@repo/tailwind-config": "workspace:*", + "@repo/typescript-config": "workspace:*", + "@tailwindcss/postcss": "^4.1.5", + "@tanstack/react-query-devtools": "^5.81.5", + "@types/node": "^22.15.3", + "@types/qs": "^6.14.0", + "@types/react": "^19.1.0", + "@types/react-dom": "^19.1.1", + "autoprefixer": "^10.4.20", + "eslint": "^9.31.0", + "openapi-typescript": "^7.8.0", + "postcss": "^8.5.3", + "react-intersection-observer": "^9.16.0", + "tailwindcss": "^4.1.5", + "typescript": "5.8.2" + } }