ERP-node/frontend/package.json

103 lines
3.2 KiB
JSON
Raw Normal View History

2025-08-21 09:41:46 +09:00
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
2025-09-26 17:11:18 +09:00
"dev": "next dev --turbopack -p 9771",
2025-08-21 09:41:46 +09:00
"build": "next build",
"build:no-lint": "DISABLE_ESLINT_PLUGIN=true next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write .",
2025-09-10 18:36:28 +09:00
"format:check": "prettier --check .",
2025-09-18 10:05:50 +09:00
"create-layout": "node scripts/create-layout.js",
"performance-test": "tsx scripts/performance-test.ts",
"test:dataflow": "jest lib/services/__tests__/buttonDataflowPerformance.test.ts"
2025-08-21 09:41:46 +09:00
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.2.1",
2025-09-12 16:47:02 +09:00
"@radix-ui/react-accordion": "^1.2.12",
2025-09-12 14:24:25 +09:00
"@radix-ui/react-alert-dialog": "^1.1.15",
2025-08-21 09:41:46 +09:00
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.3.3",
2025-09-03 16:38:10 +09:00
"@radix-ui/react-collapsible": "^1.1.12",
2025-08-21 09:41:46 +09:00
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.7",
2025-09-10 14:09:32 +09:00
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
2025-09-10 14:09:32 +09:00
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
2025-09-15 11:43:59 +09:00
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
2025-09-01 11:48:12 +09:00
"@radix-ui/react-separator": "^1.1.7",
2025-08-21 09:41:46 +09:00
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
2025-09-15 11:43:59 +09:00
"@radix-ui/react-tabs": "^1.1.13",
2025-10-16 15:39:54 +09:00
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.4.0",
2025-09-05 21:52:19 +09:00
"@tanstack/react-query": "^5.86.0",
2025-08-21 09:41:46 +09:00
"@tanstack/react-table": "^8.21.3",
"@types/d3": "^7.4.3",
"@types/leaflet": "^1.9.21",
2025-09-08 14:20:01 +09:00
"@types/react-window": "^1.8.8",
2025-10-16 15:39:54 +09:00
"@types/three": "^0.180.0",
2025-09-15 11:43:59 +09:00
"@xyflow/react": "^12.8.4",
2025-08-21 09:41:46 +09:00
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2025-09-12 14:24:25 +09:00
"cmdk": "^1.1.1",
"d3": "^7.9.0",
2025-08-21 09:41:46 +09:00
"date-fns": "^4.1.0",
2025-10-01 15:20:25 +09:00
"docx": "^9.5.1",
2025-09-29 13:29:03 +09:00
"docx-preview": "^0.3.6",
2025-10-01 17:01:31 +09:00
"isomorphic-dompurify": "^2.28.0",
"leaflet": "^1.9.4",
2025-08-21 09:41:46 +09:00
"lucide-react": "^0.525.0",
2025-09-29 13:29:03 +09:00
"mammoth": "^1.11.0",
2025-08-21 09:41:46 +09:00
"next": "15.4.4",
"react": "19.1.0",
"react-day-picker": "^9.9.0",
2025-10-01 12:00:13 +09:00
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
2025-08-21 09:41:46 +09:00
"react-dom": "19.1.0",
"react-hook-form": "^7.62.0",
2025-09-05 16:19:31 +09:00
"react-hot-toast": "^2.6.0",
"react-leaflet": "^5.0.0",
2025-10-01 12:00:13 +09:00
"react-resizable-panels": "^3.0.6",
2025-09-08 14:20:01 +09:00
"react-window": "^2.1.0",
2025-10-20 10:55:33 +09:00
"reactflow": "^11.11.4",
"recharts": "^3.2.1",
2025-09-29 13:29:03 +09:00
"sheetjs-style": "^0.15.8",
2025-08-21 09:41:46 +09:00
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
2025-10-16 15:39:54 +09:00
"three": "^0.180.0",
2025-10-01 12:00:13 +09:00
"uuid": "^13.0.0",
2025-09-29 13:29:03 +09:00
"xlsx": "^0.18.5",
"zod": "^4.1.5"
2025-08-21 09:41:46 +09:00
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
2025-09-05 21:52:19 +09:00
"@tanstack/react-query-devtools": "^5.86.0",
2025-08-21 09:41:46 +09:00
"@types/node": "^20",
2025-09-22 17:28:31 +09:00
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
2025-10-01 12:00:13 +09:00
"@types/uuid": "^10.0.0",
2025-08-21 09:41:46 +09:00
"eslint": "^9",
"eslint-config-next": "15.4.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"prisma": "^6.14.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.6",
"typescript": "^5"
}
}