2026-05-12 19:40:31 +09:00
|
|
|
{
|
|
|
|
|
"name": "crawler-platform-ui",
|
2026-05-14 13:52:45 +09:00
|
|
|
"version": "0.2.0",
|
2026-05-12 19:40:31 +09:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
2026-05-14 13:52:45 +09:00
|
|
|
"preview": "vite preview",
|
|
|
|
|
"type-check": "tsc --noEmit"
|
2026-05-12 19:40:31 +09:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-14 13:52:45 +09:00
|
|
|
"@types/react": "^18.2.0",
|
|
|
|
|
"@types/react-dom": "^18.2.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
|
|
|
"autoprefixer": "^10.4.16",
|
|
|
|
|
"postcss": "^8.4.32",
|
|
|
|
|
"tailwindcss": "^3.4.0",
|
|
|
|
|
"typescript": "^5.3.0",
|
2026-05-12 19:40:31 +09:00
|
|
|
"vite": "^7.0.4"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-14 13:52:45 +09:00
|
|
|
"@hookform/resolvers": "^3.3.4",
|
|
|
|
|
"@reduxjs/toolkit": "^1.9.7",
|
|
|
|
|
"@tanstack/react-query": "^5.28.0",
|
|
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
|
"clsx": "^2.0.0",
|
|
|
|
|
"cytoscape": "^3.33.3",
|
|
|
|
|
"i18next": "^23.7.6",
|
|
|
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
|
|
|
"i18next-http-backend": "^2.4.2",
|
|
|
|
|
"lucide-react": "^0.292.0",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
"react-hook-form": "^7.48.0",
|
|
|
|
|
"react-i18next": "^13.4.0",
|
2026-05-14 23:37:21 +09:00
|
|
|
"react-redux": "^8.1.3",
|
2026-05-14 13:52:45 +09:00
|
|
|
"react-router-dom": "^6.20.0",
|
|
|
|
|
"reactflow": "^11.10.1",
|
|
|
|
|
"sonner": "^1.2.3",
|
|
|
|
|
"tailwind-merge": "^2.2.0",
|
|
|
|
|
"zod": "^3.22.4"
|
2026-05-12 19:40:31 +09:00
|
|
|
}
|
|
|
|
|
}
|