@lglab/react-qr-code
Version:
React library to generate QR codes
64 lines • 1.42 kB
JSON
{
"name": "@lglab/react-qr-code",
"version": "1.4.5",
"description": "React library to generate QR codes",
"author": "LGLab",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LGLabGreg/react-qr-code.git",
"directory": "packages/react-qr-code"
},
"homepage": "https://reactqrcode.com",
"keywords": [
"react",
"react-component",
"react-library",
"qr",
"code",
"qrcode",
"qr-code",
"qr-code-generator",
"qr-code-library",
"qr-code-react",
"customizable-qr-code",
"qr-code-with-logo",
"qr-code-svg",
"qr-code-image",
"qr-code-download",
"typescript",
"open-source"
],
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.es.js",
"module": "./dist/index.es.js",
"exports": {
".": {
"import": "./dist/index.es.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"peerDependencies": {
"react": "^18 || ^19"
},
"devDependencies": {
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.0",
"globals": "^16.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.2",
"vite-plugin-dts": "^4.5.3"
},
"scripts": {
"build": "tsc -b && vite build"
}
}