Files
sori.studio/package.json
zenn 5f2b2b8c4f v0.0.47 공개 본문 스타일 가이드 기반 정의
Ordered list, 멀티라인/대체 인용구 문법을 추가하고 Prose 컴포넌트(리스트/인용/이미지/카드/임베드) 기본 스타일을 Thred 톤으로 통일했다.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-07 18:59:12 +09:00

22 lines
546 B
JSON

{
"name": "sori.studio",
"version": "0.0.47",
"private": true,
"type": "module",
"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",
"nuxt": "^3.16.2",
"postgres": "^3.4.9",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"zod": "^3.24.2"
}
}