39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
||
"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",
|
||
"zustand": "^5.0.8"
|
||
}
|
||
}
|