{
  "name": "@vivliostyle/react",
  "description": "React component for Vivliostyle",
  "version": "2.43.3",
  "author": "Yasuaki Uechi <y@uechi.io>",
  "scripts": {
    "build": "yarn clean && node ../../node_modules/typescript/bin/tsc -p tsconfig.build.json && microbundle build -i .microbundle/index.js --tsconfig tsconfig.build.json --generateTypes false --format modern,cjs && shx rm -rf dist/stories .microbundle",
    "build-dev": "yarn clean && node ../../node_modules/typescript/bin/tsc -p tsconfig.build.json && microbundle build -i .microbundle/index.js --tsconfig tsconfig.build.json --generateTypes false --no-compress --format cjs && shx rm -rf dist/stories .microbundle",
    "build-storybook": "storybook build",
    "clean": "shx rm -rf dist",
    "dev": "yarn storybook",
    "storybook": "storybook dev -p 9009",
    "test": "run-s test:build",
    "test:build": "yarn build",
    "test:unit": "cross-env CI=1 react-scripts test",
    "test:watch": "react-scripts test"
  },
  "dependencies": {
    "@emotion/core": "^10.0.28",
    "@emotion/styled": "^10.0.27",
    "@vivliostyle/core": "^2.43.3"
  },
  "peerDependencies": {
    "react": "^18.2.0 || ^19.0.0",
    "react-dom": "^18.2.0 || ^19.0.0"
  },
  "devDependencies": {
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "@storybook/addon-links": "^9.1.8",
    "@storybook/preset-create-react-app": "^9.1.8",
    "@storybook/react": "^9.1.8",
    "@storybook/react-webpack5": "^9.1.8",
    "@types/jest": "^29.5.14",
    "@types/react": "^19.1.15",
    "cross-env": "^7.0.2",
    "microbundle": "^0.15.1",
    "npm-run-all": "^4.1.5",
    "react": "^19.1.1",
    "react-dom": "^19.1.1",
    "react-scripts": "^5.0.1",
    "shx": "^0.3.2",
    "storybook": "^9.1.8",
    "typescript": "^5.9.3"
  },
  "source": "src/index.tsx",
  "types": "dist/index.d.ts",
  "main": "dist/react-vivliostyle.js",
  "module": "dist/react-vivliostyle.modern.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vivliostyle/vivliostyle.js.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/vivliostyle/vivliostyle.js/issues"
  },
  "homepage": "https://vivliostyle.org",
  "keywords": [
    "publication",
    "react",
    "vivliostyle"
  ],
  "license": "AGPL-3.0",
  "engines": {
    "node": ">=20"
  }
}
