{
"name": "octopus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"devs": "next dev --experimental-https --experimental-https-key /workplace/code/octopus/build/localhost-key.pem --experimental-https-cert /workplace/code/octopus/build/localhost.pem",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@floating-ui/react": "^0.27.16",
"@hello-pangea/dnd": "^18.0.1",
"@lobehub/icons": "^2.48.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@tanstack/react-query": "^5.90.11",
"@tanstack/react-virtual": "^3.13.19",
"@uidotdev/usehooks": "^2.4.1",
"@uiw/react-json-view": "2.0.0-alpha.39",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.19",
"lucide-react": "^0.555.0",
"motion": "^12.23.25",
"next": "16.0.7",
"next-intl": "^4.5.8",
"next-themes": "^0.4.6",
"react": "19.2.1",
"react-day-picker": "^9.13.0",
"react-dom": "19.2.1",
"recharts": "2.15.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.7",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}