feat(release): prepare 1.1.0 candidate

This commit is contained in:
Yun Chan 2026-08-29 18:33:45 +09:00
parent 5a34f66981
commit 5205dcdfa9
736 changed files with 115667 additions and 12203 deletions

View file

@ -1,14 +1,14 @@
{
"name": "@d3ro/web",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": "D3RO Voice 웹 앱 — Next.js 15 기반 SaaS 인터페이스",
"description": "D3RO Voice 웹 앱 — Next.js 기반 SaaS 인터페이스",
"scripts": {
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start --port 3000",
"typecheck": "tsc --noEmit",
"lint": "next lint",
"lint": "eslint src --ext .ts,.tsx",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
@ -25,8 +25,9 @@
"@mui/material-nextjs": "^7.0.0",
"@supabase/ssr": "^0.10.0",
"@supabase/supabase-js": "^2.103.0",
"lucide-react": "^1.33.0",
"mermaid": "^11.14.0",
"next": "^15.0.0",
"next": "16.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",