Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
96 changes: 48 additions & 48 deletions apps/client/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}