🐛 fix(frontend): add missing semicolon in EditFlowSettingsComponent The package.json and postcss.config.js files were updated to improve formatting and update dependencies. The EditFlowSettingsComponent had a missing semicolon which was added. 🔧 chore: fix formatting issues in multiple files The changes in this commit are purely cosmetic and do not affect the functionality of the application. The changes include fixing formatting issues such as indentation, whitespace, and semicolons in multiple files. These changes improve the readability and maintainability of the codebase.
106 lines
2.9 KiB
JSON
106 lines
2.9 KiB
JSON
{
|
|
"name": "langflow",
|
|
"version": "0.1.2",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@headlessui/react": "^1.7.10",
|
|
"@heroicons/react": "^2.0.15",
|
|
"@mui/material": "^5.11.9",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
"@radix-ui/react-menubar": "^1.0.3",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tooltip": "^1.0.6",
|
|
"@tabler/icons-react": "^2.18.0",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/line-clamp": "^0.4.4",
|
|
"ace-builds": "^1.16.0",
|
|
"add": "^2.0.6",
|
|
"ansi-to-html": "^0.7.2",
|
|
"axios": "^1.3.2",
|
|
"base64-js": "^1.5.1",
|
|
"class-variance-authority": "^0.6.0",
|
|
"clsx": "^1.2.1",
|
|
"esbuild": "^0.17.18",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.233.0",
|
|
"react": "^18.2.0",
|
|
"react-ace": "^10.1.0",
|
|
"react-cookie": "^4.1.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^4.0.2",
|
|
"react-icons": "^4.8.0",
|
|
"react-laag": "^2.0.5",
|
|
"react-markdown": "^8.0.7",
|
|
"react-router-dom": "^6.8.1",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-tabs": "^6.0.0",
|
|
"react-tooltip": "^5.13.1",
|
|
"reactflow": "^11.5.5",
|
|
"rehype-mathjax": "^4.0.2",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^5.1.1",
|
|
"shadcn-ui": "^0.1.3",
|
|
"short-unique-id": "^4.4.4",
|
|
"switch": "^0.0.0",
|
|
"table": "^6.8.1",
|
|
"tailwind-merge": "^1.13.0",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"uuid": "^9.0.0",
|
|
"vite-plugin-svgr": "^3.2.0",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"dev:docker": "vite --host 0.0.0.0",
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"format": "npx prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
|
|
},
|
|
"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": {
|
|
"@swc/cli": "^0.1.62",
|
|
"@swc/core": "^1.3.62",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/lodash": "^4.14.194",
|
|
"@types/node": "^16.18.12",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/uuid": "^9.0.1",
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.23",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.3.5"
|
|
}
|
|
}
|