express-react-pdf
Version:
Middleware generator for react-pdf in express
69 lines (68 loc) • 1.94 kB
JSON
{
"name": "express-react-pdf",
"version": "1.0.21",
"description": "Middleware generator for react-pdf in express",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/**/* ",
"prettier:format": "prettier --write .",
"prettier:check": "prettier --check ."
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AES-Outreach/express-react-pdf.git"
},
"keywords": [
"express",
"react-pdf",
"pdf",
"react"
],
"author": "Ivana Erlich",
"license": "MIT",
"bugs": {
"url": "https://github.com/AES-Outreach/express-react-pdf/issues"
},
"homepage": "https://github.com/AES-Outreach/express-react-pdf#readme",
"dependencies": {
"@react-pdf/renderer": "^3.1.13",
"express": "^4.18.1",
"react": "^18.2.0"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/express": "^4.17.14",
"@types/node": "^18.8.0",
"@types/react": "^18.0.21",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"cspell": "^6.12.0",
"eslint": "^8.2.0",
"eslint-config-airbnb-typescript": "^16.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "latest",
"eslint-plugin-unused-imports": "^2.0.0",
"expect": "^29.2.1",
"lint-staged": "^12.3.4",
"prettier": "2.3.1",
"typescript": "^4.8.4"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"cspell --no-must-find-files --cache",
"eslint --cache --fix"
],
"*.{js,css,md,scss,ts,tsx,html,yml}": "prettier --write"
},
"packageManager": "yarn@3.3.0"
}