539fb8aa61
Deploy / deploy (push) Successful in 38s
- dev/preview 스크립트 제거 (Docker 빌드는 build만 사용) - .env.example 안내를 .env.production 기준으로 갱신, .env.development 삭제 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
22 lines
426 B
JSON
22 lines
426 B
JSON
{
|
|
"name": "report-frontend-vue",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "^4.4.1",
|
|
"html2canvas": "^1.4.1",
|
|
"html2pdf.js": "^0.10.1",
|
|
"jspdf": "^4.2.1",
|
|
"lucide-vue-next": "^0.322.0",
|
|
"vue": "^3.4.15",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"vite": "^5.0.12"
|
|
}
|
|
}
|