UNPKG

@vivliostyle/react

Version:

React component for Vivliostyle

77 lines (76 loc) 2.21 kB
{ "name": "@vivliostyle/react", "description": "React component for Vivliostyle", "version": "2.32.1", "author": "Yasuaki Uechi <y@uechi.io>", "scripts": { "build": "microbundle --format modern,cjs && shx rm -rf dist/stories", "build-dev": "microbundle --no-compress --format cjs", "build-storybook": "storybook build", "clean": "shx rm -rf dist", "dev": "yarn storybook", "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider 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.32.1" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@storybook/addon-actions": "^8.4.4", "@storybook/addon-essentials": "^8.4.4", "@storybook/addon-knobs": "^8.0.1", "@storybook/addon-links": "^8.4.4", "@storybook/preset-create-react-app": "^8.4.4", "@storybook/react": "^8.4.4", "@storybook/react-webpack5": "^8.4.4", "@types/jest": "^29.5.14", "@types/react": "^18.0.27", "cross-env": "^7.0.2", "microbundle": "^0.15.1", "npm-run-all": "^4.1.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "shx": "^0.3.2", "storybook": "^8.4.4" }, "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": "git://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": ">=14" }, "gitHead": "e659d2c3bcc31456277a1c5bf4b3dbe9fa0bdce9" }