{ "name": "flowforge-frontend", "version": "1.0.0", "private": true, "dependencies": { "@headlessui/react": "^1.7.15", "@heroicons/react": "^2.0.18", "axios": "^1.4.0", "jwt-decode": "^3.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", "reactflow": "^11.10.4", "react-router-dom": "^6.14.1", "react-scripts": "5.0.1", "react-toastify": "^9.1.3", "tailwindcss": "^3.3.2" }, "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" ] }, "devDependencies": { "autoprefixer": "^10.4.14", "postcss": "^8.4.24" } }