{ "name": "team-slug", "version": "0.0.1", "license": "CC-BY-4.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "format": "prettier --write \"**/*.{ts,tsx,md,json,css}\"", "preview": "vite preview" }, "dependencies": { "@popperjs/core": "^2.11.8", "axios": "^1.7.7", "bootstrap": "^5.3.3", "react": "^18.2.0", "react-bootstrap": "^2.10.2", "react-dom": "^18.2.0", "react-icons": "^5.3.0", "react-mathjax": "^1.0.1", "react-router-dom": "^6.23.0", "react-scroll": "^1.9.0" }, "devDependencies": { "@types/mathjax": "^0.0.40", "@types/node": "^20.12.10", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@types/react-mathjax": "^1.0.4", "@types/react-scroll": "^1.8.10", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "prettier": "^3.2.5", "typescript": "^5.2.2", "vite": "^5.2.0" } }