{ "name": "file-transformer-dashboard", "version": "1.0.0", "description": "React dashboard for File Transformer S3", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "react-router-dom": "^6.3.0", "axios": "^1.4.0", "react-dropzone": "^14.2.3", "react-query": "^3.39.3", "react-hot-toast": "^2.4.0", "lucide-react": "^0.263.1", "clsx": "^1.2.1", "tailwindcss": "^3.3.2", "autoprefixer": "^10.4.14", "postcss": "^8.4.24", "@headlessui/react": "^1.7.15", "@heroicons/react": "^2.0.18", "recharts": "^2.7.2", "date-fns": "^2.30.0", "react-hook-form": "^7.45.1", "react-select": "^5.7.3", "react-table": "^7.8.0", "framer-motion": "^10.12.16" }, "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": { "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "typescript": "^4.9.5" }, "proxy": "http://localhost:8080" }