From d113b7594a706d6e166617ef32f5084d91df7290 Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Thu, 9 Mar 2023 11:18:58 -0300 Subject: [PATCH] fix: space_flow -> langflow --- langflow/frontend/package.json | 112 ++++++++++++++++----------------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/langflow/frontend/package.json b/langflow/frontend/package.json index 71d1fe806..494db2ed3 100644 --- a/langflow/frontend/package.json +++ b/langflow/frontend/package.json @@ -1,57 +1,57 @@ { - "name": "space_flow", - "version": "0.1.1", - "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", - "@tailwindcss/forms": "^0.5.3", - "@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/node": "^16.18.12", - "@types/react": "^18.0.27", - "@types/react-dom": "^18.0.10", - "axios": "^1.3.2", - "react": "^18.2.0", - "react-cookie": "^4.1.1", - "react-dom": "^18.2.0", - "react-icons": "^4.7.1", - "react-laag": "^2.0.5", - "react-router-dom": "^6.8.1", - "react-scripts": "5.0.1", - "react-tabs": "^6.0.0", - "reactflow": "^11.5.5", - "tailwindcss": "^3.2.6", - "typescript": "^4.9.5", - "web-vitals": "^2.1.4" - }, - "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject" - }, - "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" - ] - } -} + "name": "langflow", + "version": "0.1.1", + "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", + "@tailwindcss/forms": "^0.5.3", + "@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/node": "^16.18.12", + "@types/react": "^18.0.27", + "@types/react-dom": "^18.0.10", + "axios": "^1.3.2", + "react": "^18.2.0", + "react-cookie": "^4.1.1", + "react-dom": "^18.2.0", + "react-icons": "^4.7.1", + "react-laag": "^2.0.5", + "react-router-dom": "^6.8.1", + "react-scripts": "5.0.1", + "react-tabs": "^6.0.0", + "reactflow": "^11.5.5", + "tailwindcss": "^3.2.6", + "typescript": "^4.9.5", + "web-vitals": "^2.1.4" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, + "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" + ] + } +} \ No newline at end of file