2025-12-31 21:44:40 +09:00
|
|
|
{
|
|
|
|
|
"name": "fromis9-frontend",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-01-06 19:48:43 +09:00
|
|
|
"@tanstack/react-query": "^5.90.16",
|
2026-01-09 09:46:54 +09:00
|
|
|
"dayjs": "^1.11.19",
|
2025-12-31 21:44:40 +09:00
|
|
|
"framer-motion": "^11.0.8",
|
|
|
|
|
"lucide-react": "^0.344.0",
|
|
|
|
|
"react": "^18.2.0",
|
2026-01-07 14:23:02 +09:00
|
|
|
"react-calendar": "^6.0.0",
|
2026-01-05 11:20:44 +09:00
|
|
|
"react-colorful": "^5.6.1",
|
2025-12-31 21:44:40 +09:00
|
|
|
"react-device-detect": "^2.2.3",
|
|
|
|
|
"react-dom": "^18.2.0",
|
2026-01-06 19:48:43 +09:00
|
|
|
"react-infinite-scroll-component": "^6.1.1",
|
|
|
|
|
"react-intersection-observer": "^10.0.0",
|
2026-01-04 20:50:21 +09:00
|
|
|
"react-ios-time-picker": "^0.2.2",
|
2026-01-01 17:20:36 +09:00
|
|
|
"react-photo-album": "^3.4.0",
|
2026-01-03 10:01:34 +09:00
|
|
|
"react-router-dom": "^6.22.3",
|
2026-01-06 12:26:40 +09:00
|
|
|
"react-window": "^2.2.3",
|
2026-01-07 10:10:12 +09:00
|
|
|
"swiper": "^12.0.3",
|
2026-01-06 12:26:40 +09:00
|
|
|
"zustand": "^5.0.9"
|
2025-12-31 21:44:40 +09:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
}
|
2026-01-01 17:20:36 +09:00
|
|
|
}
|