| { | |
| "name": "transhub-client", | |
| "version": "1.0.1", | |
| "description": "Frontend for TransHub", | |
| "private": true, | |
| "dependencies": { | |
| "@headlessui/react": "^1.7.17", | |
| "@heroicons/react": "^2.0.18", | |
| "@types/node": "^16.18.0", | |
| "@types/react": "^18.0.0", | |
| "@types/react-dom": "^18.0.0", | |
| "@types/react-syntax-highlighter": "^15.5.11", | |
| "autoprefixer": "^10.4.16", | |
| "axios": "^1.6.2", | |
| "clsx": "^2.0.0", | |
| "framer-motion": "^10.18.0", | |
| "lucide-react": "^0.294.0", | |
| "postcss": "^8.4.32", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "react-hook-form": "^7.48.2", | |
| "react-hot-toast": "^2.4.1", | |
| "react-markdown": "^9.0.1", | |
| "react-query": "^3.39.3", | |
| "react-router-dom": "^6.8.0", | |
| "react-scripts": "5.0.1", | |
| "react-syntax-highlighter": "^15.5.0", | |
| "swiper": "^12.0.2", | |
| "tailwindcss": "^3.3.6", | |
| "typescript": "^4.9.5" | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "proxy": "http://localhost:5000" | |
| } | |