{
  "name": "@learningpool/ui",
  "author": "Learning Pool",
  "description": "UI library for use on modern Learning Pool projects, built on top of MUI.",
  "license": "MIT",
  "keywords": [
    "learning-pool",
    "react",
    "components",
    "ui"
  ],
  "version": "3.0.2",
  "private": false,
  "main": "index.js",
  "module": "index.js",
  "dependencies": {
    "@learningpool/design-tokens": "^1.1.0-beta.7",
    "@react-spring/web": "^10.0.0",
    "jwt-decode": "^3.1.2",
    "polished": "^4.2.2",
    "postcss": "^8.4.31",
    "query-string": "^7.1.1",
    "tss-react": "^3.3.6"
  },
  "peerDependencies": {
    "@emotion/react": "^11.0.0",
    "@emotion/styled": "^11.0.0",
    "@mui/icons-material": "^5.0.0",
    "@mui/material": "^5.10.6",
    "@mui/x-data-grid": "^5.12.3 || ^6.0.0 || ^7.0.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0"
  },
  "peerDependenciesMeta": {
    "@mui/x-data-grid": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
