{
  "name": "@scaleway/ui",
  "version": "0.254.0",
  "description": "Scaleway UI",
  "homepage": "https://github.com/scaleway/scaleway-ui#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/scaleway/scaleway-ui",
    "directory": "packages/ui"
  },
  "keywords": [
    "react",
    "reactjs",
    "ui"
  ],
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.x",
    "pnpm": ">=8.0.0"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "sideEffects": false,
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "jsnext:main": "dist/src/index.js",
  "types": "dist/index.d.ts",
  "peerDependencies": {
    "@emotion/react": "11.11.1",
    "@emotion/styled": "11.11.0",
    "react": "18.2.0",
    "react-dom": "18.2.0"
  },
  "devDependencies": {
    "@babel/core": "7.22.5",
    "@emotion/babel-plugin": "11.11.0",
    "@emotion/react": "11.11.1",
    "@emotion/styled": "11.11.0",
    "@types/react": "18.2.8",
    "@types/react-datepicker": "4.11.2",
    "@types/react-dom": "18.2.4",
    "react": "18.2.0",
    "react-dom": "18.2.0"
  },
  "dependencies": {
    "@emotion/serialize": "1.1.2",
    "@nivo/bar": "0.80.0",
    "@nivo/core": "0.80.0",
    "@nivo/line": "0.80.0",
    "@nivo/pie": "0.80.0",
    "@nivo/scales": "0.80.0",
    "@nivo/tooltip": "0.80.0",
    "@scaleway/random-name": "4.0.1",
    "@scaleway/use-media": "2.0.0",
    "deepmerge": "4.3.1",
    "prop-types": "15.8.1",
    "react-datepicker": "4.12.0",
    "react-flatten-children": "1.1.2",
    "react-select": "5.7.3",
    "react-toastify": "9.1.3",
    "react-use-clipboard": "1.0.9",
    "reakit": "1.3.11",
    "@scaleway/themes": "1.5.0"
  }
}