{
  "name": "@googleforcreators/design-system",
  "description": "Main UI components for the Web Stories editor and dashboard",
  "private": false,
  "version": "0.1.202410011217",
  "author": {
    "name": "Google",
    "url": "https://creators.google/"
  },
  "license": "Apache-2.0",
  "keywords": [
    "web stories"
  ],
  "homepage": "https://github.com/GoogleForCreators/web-stories-wp/blob/main/packages/design-system/README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/GoogleForCreators/web-stories-wp.git",
    "directory": "packages/design-system"
  },
  "bugs": {
    "url": "https://github.com/googleforcreators/web-stories-wp/issues"
  },
  "engines": {
    "node": ">= 12 || >= 14 || >= 16 || >= 18 || >= 20",
    "npm": ">= 7.3"
  },
  "customExports": {
    ".": {
      "default": "./src/index.ts"
    }
  },
  "main": "dist/index.js",
  "module": "dist-module/index.js",
  "types": "dist-types/index.d.ts",
  "source": "src/index.ts",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "dependencies": {
    "@googleforcreators/i18n": "*",
    "@googleforcreators/patterns": "*",
    "@googleforcreators/react": "*",
    "@googleforcreators/tracking": "*",
    "@types/react-modal": "^3.16.3",
    "big.js": "^6.2.1",
    "mousetrap": "^1.6.5",
    "polished": "^4.3.1",
    "prop-types": "^15.8.1",
    "react-modal": "^3.16.1",
    "react-transition-group": "^4.4.5",
    "styled-components": "^5.3.11",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@storybook/addon-essentials": "^8.2.9",
    "@testing-library/react": "^12.1.5",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/big.js": "^6.2.2",
    "@types/react-transition-group": "^4.4.6",
    "@types/styled-components": "^5.1.26",
    "use-debounce": "^10.0.1"
  }
}
