Files
headporter eb7de0fc11
SpecialSource Frontend CD / deploy (push) Successful in 12s
feat : TUI 환경으로 변경
2026-05-23 12:59:38 +09:00

22 lines
422 B
JSON

{
"name": "specialsource-homepage-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.9",
"jquery.terminal": "^2.46.0",
"vue": "^3.5.34",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.11"
}
}