Files
sori.studio/package.json
zenn 082c6a9619 v0.0.48 Thred형 북마크·회원가입 카드와 X 임베드 보강
북마크·뉴스레터 CTA 마크다운 블록과 컴포넌트를 추가하고, Twitter/X URL은 공식 embed iframe으로 렌더링한다.
Callout 강조선과 이미지 캡션 색을 테마 변수에 맞춘다.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-08 09:47:49 +09:00

22 lines
546 B
JSON

{
"name": "sori.studio",
"version": "0.0.48",
"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"
}
}