{
"name": "supervisor-ui",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.20.0",
"scripts": {
"dev": "next dev",
"dev:turbo": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,md}\"",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@tanstack/react-query": "^5.62.11",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.468.0",
"next": "^16.0.1",
"pino": "^10.1.0",
"pino-http": "^11.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"recharts": "^2.15.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"xmlrpc": "^1.3.2",
"zod": "^3.24.1",
"zustand": "^5.0.2"
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/xmlrpc": "^1.3.9",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@typescript-eslint/parser": "^8.46.3",
"eslint": "^9",
"eslint-config-next": "^16.0.1",
"null-loader": "^4.0.1",
"pino-pretty": "^13.1.2",
"postcss": "^8",
"prettier": "^3.4.2",
"tailwindcss": "^4.0.0",
"typescript": "^5"
}