{ "name": "@infiplot/web", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "typecheck": "tsc --noEmit" }, "dependencies": { "@infiplot/ai-client": "workspace:*", "@infiplot/engine": "workspace:*", "@infiplot/types": "workspace:*", "next": "^16.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "sharp": "^0.33.5" }, "devDependencies": { "@types/node": "^22.9.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "autoprefixer": "^10.4.20", "postcss": "^8.4.49", "tailwindcss": "^3.4.15", "typescript": "^5.6.3" } }