Bumps [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) to 4.3.136 and updates ancestor dependency [react-pdf](https://github.com/wojtekmaj/react-pdf/tree/HEAD/packages/react-pdf). These dependencies need to be updated together. Updates `pdfjs-dist` from 3.11.174 to 4.3.136 - [Commits](https://github.com/mozilla/pdfjs-dist/commits) Updates `react-pdf` from 7.7.3 to 9.0.0 - [Release notes](https://github.com/wojtekmaj/react-pdf/releases) - [Commits](https://github.com/wojtekmaj/react-pdf/commits/v9.0.0/packages/react-pdf) --- updated-dependencies: - dependency-name: pdfjs-dist dependency-type: indirect - dependency-name: react-pdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
140 lines
4.1 KiB
JSON
140 lines
4.1 KiB
JSON
{
|
|
"name": "langflow",
|
|
"version": "0.1.2",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.17",
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@million/lint": "^0.0.73",
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
"@radix-ui/react-form": "^0.0.3",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-menubar": "^1.0.3",
|
|
"@radix-ui/react-popover": "^1.0.6",
|
|
"@radix-ui/react-progress": "^1.0.3",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-toggle": "^1.0.3",
|
|
"@radix-ui/react-tooltip": "^1.0.6",
|
|
"@tabler/icons-react": "^2.32.0",
|
|
"@tailwindcss/forms": "^0.5.6",
|
|
"@tailwindcss/line-clamp": "^0.4.4",
|
|
"@types/axios": "^0.14.0",
|
|
"ace-builds": "^1.24.1",
|
|
"ag-grid-community": "^31.2.1",
|
|
"ag-grid-react": "^31.2.1",
|
|
"ansi-to-html": "^0.7.2",
|
|
"axios": "^1.5.0",
|
|
"base64-js": "^1.5.1",
|
|
"class-variance-authority": "^0.6.1",
|
|
"clsx": "^1.2.1",
|
|
"cmdk": "^1.0.0",
|
|
"dompurify": "^3.0.5",
|
|
"dotenv": "^16.4.5",
|
|
"emoji-regex": "^10.3.0",
|
|
"esbuild": "^0.17.19",
|
|
"file-saver": "^2.0.5",
|
|
"framer-motion": "^11.0.6",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.331.0",
|
|
"million": "^3.0.6",
|
|
"moment": "^2.29.4",
|
|
"openseadragon": "^4.1.1",
|
|
"p-debounce": "^4.0.0",
|
|
"playwright": "^1.42.0",
|
|
"react": "^18.2.21",
|
|
"react-ace": "^10.1.0",
|
|
"react-cookie": "^4.1.1",
|
|
"react-dom": "^18.2.21",
|
|
"react-error-boundary": "^4.0.11",
|
|
"react-hook-form": "^7.51.4",
|
|
"react-icons": "^5.0.1",
|
|
"react-laag": "^2.0.5",
|
|
"react-markdown": "^8.0.7",
|
|
"react-pdf": "^9.0.0",
|
|
"react-router-dom": "^6.15.0",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react18-json-view": "^0.2.3",
|
|
"reactflow": "^11.9.2",
|
|
"rehype-mathjax": "^4.0.3",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^5.1.1",
|
|
"shadcn-ui": "^0.2.3",
|
|
"short-unique-id": "^4.4.4",
|
|
"tailwind-merge": "^1.14.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"uuid": "^9.0.0",
|
|
"vite-plugin-svgr": "^3.2.0",
|
|
"web-vitals": "^2.1.4",
|
|
"zod": "^3.23.7",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"scripts": {
|
|
"dev:docker": "vite --host 0.0.0.0",
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"format": "npx prettier --write \"{docs,src}/**/*.{js,jsx,ts,tsx,json,md}\" --ignore-path .prettierignore",
|
|
"type-check": "tsc --noEmit --pretty --project tsconfig.json && vite"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "npx pretty-quick --staged"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"proxy": "http://127.0.0.1:7860",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.44.0",
|
|
"@swc/cli": "^0.1.62",
|
|
"@swc/core": "^1.3.80",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/lodash": "^4.14.197",
|
|
"@types/node": "^16.18.46",
|
|
"@types/react": "^18.2.21",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/uuid": "^9.0.2",
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
|
"autoprefixer": "^10.4.15",
|
|
"daisyui": "^4.0.4",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"postcss": "^8.4.29",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-organize-imports": "^3.2.3",
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
"pretty-quick": "^3.1.3",
|
|
"simple-git-hooks": "^2.11.1",
|
|
"tailwindcss": "^3.3.3",
|
|
"tailwindcss-dotted-background": "^1.1.0",
|
|
"typescript": "^5.2.2",
|
|
"ua-parser-js": "^1.0.37",
|
|
"vite": "^4.5.2"
|
|
}
|
|
}
|