- zustand 패키지 설치 - useScheduleStore 스토어 생성 - sessionStorage 관련 모든 복잡한 로직 제거 - 메모리 기반이라 SPA 내 이동 시 유지, 새로고침 시 자동 초기화
33 lines
907 B
JSON
33 lines
907 B
JSON
{
|
|
"name": "fromis9-frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"framer-motion": "^11.0.8",
|
|
"lucide-react": "^0.344.0",
|
|
"react": "^18.2.0",
|
|
"react-colorful": "^5.6.1",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-ios-time-picker": "^0.2.2",
|
|
"react-photo-album": "^3.4.0",
|
|
"react-router-dom": "^6.22.3",
|
|
"react-window": "^2.2.3",
|
|
"zustand": "^5.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.22",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.18",
|
|
"vite": "^5.4.1"
|
|
}
|
|
}
|