kintex/src/frontend/package.json

37 lines
984 B
JSON

{
"name": "kintex-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "킨텍스 AI 전시관리 시스템 — 프론트엔드 (React + Vite + TypeScript)",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"typecheck": "tsc -b",
"preview": "vite preview",
"lint": "tsc --noEmit"
},
"dependencies": {
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.59.0",
"i18next": "^23.16.8",
"i18next-browser-languagedetector": "^8.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.7.4",
"react-router-dom": "^6.26.2",
"recharts": "^3.9.2",
"sockjs-client": "^1.6.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/node": "^20.19.43",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/sockjs-client": "^1.5.4",
"@vitejs/plugin-react": "^4.3.2",
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}