{ "name": "study-assistant", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite --host 0.0.0.0 --port 7860", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "katex": "^0.16.21", "lucide-react": "^0.344.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-katex": "^3.0.1", "react-markdown": "^9.0.1", "react-masonry-css": "^1.0.16", "react-pdf": "^7.7.1", "react-syntax-highlighter": "^15.6.1", "remark-gfm": "^4.0.0", "styled-components": "^6.1.13" }, "devDependencies": { "@eslint/js": "^9.25.0", "@tailwindcss/typography": "^0.5.16", "@types/node": "^22.15.12", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@types/react-katex": "^3.0.4", "@types/react-syntax-highlighter": "^15.5.13", "@types/styled-components": "^5.1.34", "@vitejs/plugin-react": "^4.4.1", "autoprefixer": "^10.4.15", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "postcss": "^8.4.31", "tailwindcss": "^3.3.3", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.3.5" } }