mingle-website/package.json
68893236+KINDNICK@users.noreply.github.com 65ad313797 Remove: 다국어(en/ja/zh) 전체 제거, 한국어 전용으로 전환
- en/, ja/, zh/ 디렉토리 전체 삭제
- i18n/ 번역 JSON + js/i18n.js 삭제
- 전체 HTML에서 언어 스위처, hreflang 태그 제거
- common.css lang-switcher CSS 135줄 제거
- schedule.js 다국어 로직 제거 (한국어 직접 사용)
- build-blog.js, devlog.js 한국어 전용으로 단순화
- sitemap.xml 한국어 URL만 유지
- build_i18n.js + package.json build:i18n 스크립트 제거

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 01:00:50 +09:00

35 lines
1.0 KiB
JSON

{
"name": "mingle-studio-website",
"version": "1.0.0",
"description": "밍글 스튜디오 공식 웹사이트 - 인천 모션캡쳐 전문 스튜디오",
"main": "index.html",
"scripts": {
"dev": "npx serve . --listen 8000 --no-clipboard --no-compression --cors",
"start": "npx serve . --listen 8000 --no-clipboard --no-compression --cors",
"serve": "npx serve . --listen 8000 --no-clipboard --no-compression --cors",
"preview": "python -m http.server 8000",
"python": "python server.py",
"test": "echo \"웹사이트를 http://localhost:8000 에서 확인하세요\" && npm run dev",
"build:devlog": "node build-blog.js"
},
"keywords": [
"motion-capture",
"studio",
"optitrack",
"vtuber",
"3d-animation"
],
"author": "밍글 스튜디오",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mingle-studio/website"
},
"devDependencies": {
"cheerio": "^1.2.0",
"gray-matter": "^4.0.3",
"marked": "^17.0.5",
"serve": "^14.2.0"
}
}