{
  "name": "@strapi/design-system",
  "version": "1.10.1",
  "license": "MIT",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./v2": {
      "types": "./dist/v2/index.d.ts",
      "import": "./dist/v2/index.mjs",
      "require": "./dist/v2/index.js",
      "default": "./dist/v2/index.js"
    },
    "./*": "./dist/*"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@codemirror/lang-json": "^6.0.1",
    "@floating-ui/react-dom": "^2.0.2",
    "@internationalized/date": "^3.4.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.10.1",
    "@uiw/react-codemirror": "^4.21.13",
    "aria-hidden": "^1.2.3",
    "compute-scroll-into-view": "^3.0.3",
    "prop-types": "^15.8.1",
    "react-remove-scroll": "^2.5.6"
  },
  "devDependencies": {
    "@playwright/test": "1.37.1",
    "@strapi/icons": "^1.10.1",
    "@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"
  },
  "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 clean && yarn build:prod",
    "build:prod": "vite build",
    "clean": "rimraf dist node_modules",
    "generate:types": "tsc --noEmit false --declaration --emitDeclarationOnly --declarationDir dist",
    "lint": "eslint . --ext .tsx,.ts",
    "format": "yarn lint --fix",
    "test": "jest -c jest.config.mjs",
    "test:ts": "tsc --noEmit",
    "test:watch": "jest -c jest.config.mjs --watchAll",
    "test:e2e": "playwright test",
    "test:e2e:ci": "cross-env CI=true playwright test",
    "test:e2e:watch": "chokidar '**/__tests__/*.e2e.js' -c 'npm run test:e2e -- --retries=0 {path}'",
    "test:e2e:debug": "cross-env PWDEBUG=1 playwright test"
  },
  "gitHead": "c74900b0ee3525510d266dc83c9743cb24dafced"
}
