Files
sori.studio/package.json
zenn 6e25cdfd60 블록 에디터 빈 단락·슬래시·방향키·검색 폭 등 (v0.0.102)
- 빈 문단 마커 직렬화·공개 렌더 파싱
- 슬래시 메뉴 스크롤·하이라이트·블록 간 이동
- 헤더 검색 버튼 min-width, 네비 관리 안내 문구 정리

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-12 15:45:48 +09:00

30 lines
747 B
JSON

{
"name": "sori.studio",
"version": "0.0.102",
"private": true,
"type": "module",
"imports": {
"#internal/nuxt/paths": "./.nuxt/paths.mjs",
"#internal/nitro": {
"node": "./scripts/node-paths-nitro-shim.mjs"
}
},
"scripts": {
"dev": "node scripts/dev-server.js",
"build": "nuxt build",
"preview": "nuxt preview --dotenv .env.development --host 127.0.0.1 --port 43117",
"db:migrate:dev": "node scripts/migrate-development-db.js",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.14.0",
"bcrypt": "^6.0.0",
"nuxt": "^3.21.2",
"postgres": "^3.4.9",
"sharp": "^0.34.5",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"zod": "^3.24.2"
}
}