{
  "_from": "@strapi/design-system@1.9.0",
  "_id": "@strapi/design-system@1.9.0",
  "_inBundle": false,
  "_integrity": "sha512-JDeoJigur0lNJFkQN9XuM9BuGXHa+LIqSqT6cefH1a6x4zMxW2LGSsM7sewZfaAolKmwVgHWBI3ON9ViOLcT6Q==",
  "_location": "/@strapi/design-system",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@strapi/design-system@1.9.0",
    "name": "@strapi/design-system",
    "escapedName": "@strapi%2fdesign-system",
    "scope": "@strapi",
    "rawSpec": "1.9.0",
    "saveSpec": null,
    "fetchSpec": "1.9.0"
  },
  "_requiredBy": [
    "/@strapi/admin",
    "/@strapi/plugin-content-type-builder",
    "/@strapi/plugin-email",
    "/@strapi/plugin-i18n",
    "/@strapi/plugin-upload",
    "/@strapi/plugin-users-permissions"
  ],
  "_resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.9.0.tgz",
  "_shasum": "fbccd17f74cba0262c4aabbfdd8d1e8325f64e79",
  "_spec": "@strapi/design-system@1.9.0",
  "_where": "/home/ghf/system/node_modules/@strapi/plugin-i18n",
  "bundleDependencies": false,
  "dependencies": {
    "@codemirror/lang-json": "^6.0.1",
    "@floating-ui/react-dom": "^2.0.1",
    "@internationalized/date": "^3.3.0",
    "@internationalized/number": "^3.2.1",
    "@radix-ui/react-dismissable-layer": "^1.0.4",
    "@radix-ui/react-dropdown-menu": "^2.0.5",
    "@radix-ui/react-focus-scope": "1.0.3",
    "@strapi/ui-primitives": "^1.9.0",
    "@uiw/react-codemirror": "^4.21.9",
    "aria-hidden": "^1.2.3",
    "compute-scroll-into-view": "^3.0.3",
    "prop-types": "^15.8.1",
    "react-remove-scroll": "^2.5.6"
  },
  "deprecated": false,
  "description": "[![Version](https://img.shields.io/npm/v/@strapi/design-system?style=flat&colorA=4945ff&colorB=4945ff)](https://www.npmjs.com/package/@strapi/design-system) [![Downloads](https://img.shields.io/npm/dt/@strapi/design-system.svg?style=flat&colorA=4945ff&colorB=4945ff)](https://www.npmjs.com/package/@strapi/design-system) [![Discord Shield](https://img.shields.io/discord/811989166782021633?style=flat&colorA=4945ff&colorB=4945ff&label=discord&logo=discord&logoColor=f0f0ff)](https://discord.gg/strapi)",
  "devDependencies": {
    "@playwright/test": "1.35.1",
    "@strapi/icons": "^1.9.0",
    "@types/react-router-dom": "^5.3.3",
    "@types/styled-components": "^5.1.26",
    "axe-playwright": "^1.2.3",
    "cross-env": "^7.0.3",
    "react-router-dom": "^5.3.4",
    "styled-components": "^5.3.11"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./*": "./dist/*"
  },
  "files": [
    "dist"
  ],
  "gitHead": "13f4821716ce30a1b2f7dd3c30d51de79baadee5",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "name": "@strapi/design-system",
  "peerDependencies": {
    "@strapi/icons": "^1.5.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-router-dom": "^5.2.0",
    "styled-components": "^5.2.1"
  },
  "scripts": {
    "build": "yarn build:prod",
    "build:prod": "vite build",
    "clean": "rimraf dist node_modules",
    "develop": "vite build --watch",
    "format": "yarn lint --fix",
    "generate:types": "tsc --noEmit false --declaration --emitDeclarationOnly --declarationDir dist",
    "lint": "eslint . --ext .js,.jsx,.tsx,.ts",
    "test": "jest -c jest.config.js",
    "test:e2e": "playwright test",
    "test:e2e:ci": "cross-env CI=true playwright test",
    "test:e2e:debug": "cross-env PWDEBUG=1 playwright test",
    "test:e2e:watch": "chokidar '**/__tests__/*.e2e.js' -c 'npm run test:e2e -- --retries=0 {path}'",
    "test:ts": "tsc --noEmit",
    "test:watch": "jest -c jest.config.js --watchAll"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.9.0"
}
