{ "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", "build:cf": "opennextjs-cloudflare build", "preview:cf": "opennextjs-cloudflare preview", "deploy:cf": "opennextjs-cloudflare deploy" }, "dependencies": { "@infiplot/ai-client": "workspace:*", "@infiplot/engine": "workspace:*", "@infiplot/types": "workspace:*", "next": "^16.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@opennextjs/cloudflare": "^1.19.11", "sharp": "^0.33.5", "@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", "wrangler": "^4.96.0" } }