56 lines
1.6 KiB
JSON
56 lines
1.6 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",
|
||
"test": "vitest",
|
||
"test:watch": "vitest --watch",
|
||
"test:coverage": "vitest --coverage",
|
||
"test:ui": "vitest --ui"
|
||
},
|
||
"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",
|
||
"clsx": "^2.1.1",
|
||
"lucide-react": "^0.544.0",
|
||
"next": "^15.5.3",
|
||
"postcss": "^8.5.6",
|
||
"react": "^19.1.1",
|
||
"react-dom": "^19.1.1",
|
||
"tailwind-merge": "^3.3.1",
|
||
"tailwindcss": "^3.4.17",
|
||
"typescript": "^5.9.2",
|
||
"zustand": "^5.0.8"
|
||
},
|
||
"devDependencies": {
|
||
"@testing-library/jest-dom": "^6.9.1",
|
||
"@testing-library/react": "^16.3.0",
|
||
"@testing-library/user-event": "^14.6.1",
|
||
"@types/jsdom": "^27.0.0",
|
||
"@vitejs/plugin-react": "^5.0.4",
|
||
"@vitest/coverage-v8": "^3.2.4",
|
||
"jsdom": "^27.0.0",
|
||
"msw": "^2.11.3",
|
||
"vitest": "^3.2.4"
|
||
}
|
||
}
|