Thanks to visit codestin.com Credit goes to www.scribd.com
Package
"private": true, "name": "@react-pdf/root", "version": "2.0.0", "license": "MIT", "author": "Diego Muracciole <[email protected]>", "homepage": "https://github.com/diegomura/react-pdf#readme", "type": "module", "repository": "[email protected]:diegomura/react-pdf.git", "workspaces": [ "packages/*", "e2e/*" ], "scripts": { "prepare": "husky", "build": "lerna run build", "watch": "lerna run watch --parallel", "bootstrap": "lerna bootstrap", "prepublish": "lerna run build", "lint": "eslint packages", "test": "vitest", "dev": "lerna run dev --scope @react-pdf/examples", "changeset": "changeset", "version-packages": "changeset version", "release": "changeset publish" }, "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.7", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.20.13", "@babel/plugin-proposal-optional-chaining": "^7.20.7", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.0", "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.0", "@rollup/plugin-replace": "^5.0.0", "@rollup/plugin-terser": "^0.4.4", "@testing-library/react": "^14.0.0", "@typescript-eslint/parser": "^6.21.0", "@vitejs/plugin-react": "^4.2.1", "babel-plugin-add-module-exports": "^1.0.0", "canvas": "^2.11.2", "chalk": "^2.4.2", "eslint": "^8.56.0", "eslint-config-airbnb": "^19.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-promise": "^6.1.0", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^9.0.0", "jest-image-snapshot": "^6.1.0", "jsdom": "^23.2.0", "lerna": "^8.0.2", "lint-staged": "^10.5.4", "pdfjs-dist": "3.2.146", "prettier": "^3.2.0", "react": "^18.2.0", "react-16": "npm:react@^16.8.0", "react-17": "npm:react@^17.0.0", "react-dom": "^18.2.0", "react-dom-16": "npm:react-dom@^16.8.0", "react-dom-17": "npm:react-dom@^17.0.0", "rimraf": "^2.6.3", "rollup": "^4.9.0", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-ignore": "^1.0.10", "rollup-plugin-local-resolve": "^1.0.7", "rollup-plugin-polyfill-node": "^0.13.0", "vitest": "^1.2.0", "vitest-fetch-mock": "^0.2.2" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "yarn lint", "prettier --write" ] }, "collective": { "type": "opencollective", "url": "https://opencollective.com/react-pdf", "logo": "https://opencollective.com/opencollective/logo.txt" }, "packageManager": "[email protected]"}