- package.json: vitest 추가 + test/test:watch 스크립트 - utils/__tests__/formatting.test.js (7 tests) - features/symbol/__tests__/utils.test.js (8 tests) - features/liberation/__tests__/utils.test.js (18 tests) - features/boss-crystal/pc/admin/__tests__/constants.test.js (6 tests) 총 39개 테스트 통과 (716ms) - formatMeso / formatMesoKorean 경계 조건 - computeCompletion (심볼 완료 시뮬레이션) - bossEarn, calcWeekPoints, calcDoneEarn, calcMonthlyEarn - getSchedulerWeekRange (1주차/2주차, 목요일 시작 등) - computeCompletionDate (단순 계산/주차별 계산 모드) - 보스 결정 난이도 정의 및 스타일 헬퍼 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@tanstack/react-query": "^5.91.0",
|
|
"dayjs": "^1.11.20",
|
|
"framer-motion": "^12.23.22",
|
|
"overlayscrollbars": "^2.15.1",
|
|
"overlayscrollbars-react": "^0.5.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-router-dom": "^7.14.0",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.4.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"vite": "^8.0.4",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|