{ "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,js}\"", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@gsap/react": "^2.1.1", "@mui/icons-material": "^5.16.5", "@mui/lab": "^5.0.0-alpha.171", "@mui/material": "^5.16.5", "@mui/x-charts": "^7.11.0", "@popperjs/core": "^2.11.8", "beautiful-react-diagrams": "^0.5.1", "bootstrap": "^5.3.3", "dangerously-set-html-content": "^1.1.0", "dompurify": "^3.1.5", "framer-motion": "^11.2.13", "gsap": "^3.12.5", "markmap": "^0.6.1", "markmap-common": "^0.17.0", "markmap-lib": "^0.17.0", "markmap-toolbar": "^0.17.0", "react": "^18.2.0", "react-bootstrap": "^2.10.2", "react-collapsed": "^4.1.2", "react-dom": "^18.2.0", "react-js-diagrams": "^3.1.3", "react-photo-album": "^2.4.1", "react-router-dom": "^6.26.0", "react-select": "^5.8.0", "react-slick": "^0.30.2", "sass": "^1.77.6", "victory": "^37.0.2", "yarn": "^1.22.22" }, "devDependencies": { "@types/dompurify": "^3.0.5", "@types/jquery": "^3.5.30", "@types/node": "^20.12.10", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@types/react-helmet": "^6.1.11", "@types/react-slick": "^0.23.13", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4.3.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" } }