{
  "name": "@strapi/design-system",
  "version": "1.6.6",
  "license": "MIT",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./*": "./dist/*"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@codemirror/lang-json": "^6.0.1",
    "@floating-ui/react-dom": "^1.0.0",
    "@internationalized/number": "^3.1.1",
    "@radix-ui/react-use-callback-ref": "^1.0.0",
    "@uiw/react-codemirror": "^4.19.7",
    "compute-scroll-into-view": "^1.0.17",
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "@juggle/resize-observer": "^3.4.0",
    "@playwright/test": "1.27.1",
    "@strapi/icons": "^1.6.6",
    "@swc/core": "^1.3.11",
    "@swc/jest": "^0.2.23",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "12.1.4",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^29.2.6",
    "@types/react": "17.0.2",
    "@types/react-dom": "17.0.2",
    "@types/react-router-dom": "^5.3.3",
    "@types/styled-components": "^5.1.26",
    "axe-playwright": "^1.1.11",
    "cross-env": "^7.0.3",
    "intl": "^1.2.5",
    "jest": "^29.2.2",
    "jest-environment-jsdom": "^29.2.2",
    "jest-styled-components": "^7.1.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-router-dom": "^5.2.0",
    "styled-components": "^5.2.1"
  },
  "peerDependencies": {
    "@strapi/icons": "^1.5.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-router-dom": "^5.2.0",
    "styled-components": "^5.2.1"
  },
  "scripts": {
    "develop": "vite build --watch",
    "build": "yarn build:prod",
    "build:prod": "vite build",
    "clean": "rm -rf dist node_modules",
    "generate:types": "tsc --noEmit false --emitDeclarationOnly --declarationDir dist",
    "lint": "eslint . --ext .js,.jsx,.tsx,.ts",
    "format": "yarn lint --fix",
    "test": "jest -c jest.config.js",
    "test:ts": "tsc --noEmit",
    "test:watch": "jest -c jest.config.js --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"
  },
  "resolutions": {
    "@types/react": "17.0.2",
    "@types/react-dom": "17.0.2"
  },
  "gitHead": "be5ac8aa421db6f7c845c29a8df3c9528882d856"
}
