dramaling-vocab-learning/frontend/package.json

38 lines
1.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "dramaling-vocab-learning",
"version": "1.0.0",
"description": "**專案狀態**: 🚀 MVP 開發中 **開發週期**: 6 週 (2025-09-16 ~ 2025-10-27) **技術棧**: Next.js + TypeScript + Supabase + Gemini AI **目標**: 100 個活躍用戶40% 留存率",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "https://dramaling-git.zeabur.app/jettcheng1018/dramaling-vocab-learning.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^24.4.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"autoprefixer": "^10.4.21",
"lucide-react": "^0.544.0",
"next": "^15.5.3",
"postcss": "^8.5.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.2"
}
}