{
  "name": "@penpot/ui",
  "version": "0.0.1",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    },
    "./modal": {
      "import": "./dist/modal.js",
      "types": "./dist/modal.d.ts"
    },
    "./style.css": "./dist/style.css"
  },
  "scripts": {
    "watch": "vite build --watch",
    "build": "vite build"
  },
  "devDependencies": {
    "@babel/core": "^8.0.1",
    "@babel/preset-react": "^8.0.1",
    "@storybook/react": "10.5.6",
    "@storybook/react-vite": "10.5.6",
    "@testing-library/dom": "10.4.1",
    "@testing-library/react": "16.3.2",
    "@types/react": "^19.2.18",
    "@types/react-dom": "^19.2.4",
    "@vitejs/plugin-react": "^6.0.5",
    "babel-plugin-react-compiler": "^1.0.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-jsx-a11y": "6.10.2",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "7.1.1",
    "react-compiler-runtime": "^1.0.0",
    "storybook": "10.5.6",
    "vite-plugin-dts": "^5.0.3"
  },
  "dependencies": {
    "react-aria-components": "^1.20.0"
  },
  "peerDependencies": {
    "react": ">=19.2",
    "react-dom": ">=19.2"
  }
}
