mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 00:03:32 +08:00
* fix: nightly now properly gets 1.9.0 branch (#12215) before it was attempting to pull release-notes as letters are alphanumerically after numbers when we sort -V then grab tail now we only look at branch names that follow the pattern '^release-[0-9]+\.[0-9]+\.[0-9]+$' * docs: add search icon (#12216) add-back-svg * initial-content * cut-1.8-release-and-include-next-version * stage-1.8.0-and-next --------- Co-authored-by: Adam-Aghili <149833988+Adam-Aghili@users.noreply.github.com>
72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"name": "langflow-docs",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"clear-docs": "rimraf ./docs/",
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"deploy": "docusaurus deploy",
|
|
"serve": "docusaurus serve",
|
|
"docs:version": "docusaurus docs:version"
|
|
},
|
|
"dependencies": {
|
|
"@code-hike/mdx": "^0.9.0",
|
|
"@docusaurus/core": "3.9.2",
|
|
"@docusaurus/plugin-client-redirects": "^3.9.2",
|
|
"@docusaurus/plugin-google-tag-manager": "^3.9.2",
|
|
"@docusaurus/preset-classic": "3.9.2",
|
|
"@easyops-cn/docusaurus-search-local": "^0.45.0",
|
|
"@mdx-js/react": "^3.0.1",
|
|
"@mendable/search": "^0.0.206",
|
|
"clsx": "^1.2.1",
|
|
"docusaurus-node-polyfills": "^1.0.0",
|
|
"docusaurus-plugin-image-zoom": "^2.0.0",
|
|
"lucide-react": "^0.460.0",
|
|
"prism-react-renderer": "^1.3.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-player": "^2.10.1",
|
|
"raw-loader": "^4.0.2",
|
|
"redocusaurus": "^2.5.0",
|
|
"rimraf": "^4.1.2",
|
|
"tailwindcss": "^3.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "^3.9.2",
|
|
"@tsconfig/docusaurus": "^2.0.3",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"volta": {
|
|
"node": "22.22.0"
|
|
},
|
|
"overrides": {
|
|
"lodash": "4.17.21",
|
|
"openapi-to-postmanv2": {
|
|
"lodash": "4.17.21"
|
|
},
|
|
"postman-collection": {
|
|
"lodash": "4.17.21"
|
|
},
|
|
"json-schema-resolve-allof": {
|
|
"lodash": "4.17.21"
|
|
},
|
|
"json-refs": {
|
|
"lodash": "4.17.21"
|
|
}
|
|
}
|
|
}
|