covidpass-greenpass-su-ipho.../package.json

68 lines
1.7 KiB
JSON

{
"name": "grassroots_covidpass",
"version": "2.2.3",
"author": "Billy Lo <billy@vaccine-ontario.ca>",
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@ninja-labs/verify-pdf": "^0.3.9",
"@nuintun/qrcode": "^3.0.1",
"@sentry/browser": "^6.13.2",
"@sentry/integrations": "^6.13.2",
"@sentry/react": "^6.13.2",
"@sentry/tracing": "^6.13.2",
"@sentry/types": "^6.13.2",
"@zxing/browser": "^0.0.9",
"@zxing/library": "^0.18.6",
"base45": "^3.0.0",
"blob-to-buffer": "^1.2.9",
"cbor-js": "^0.1.0",
"do-not-zip": "^1.0.0",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"fs-extra": "^10.0.0",
"fs.promises": "^0.1.2",
"html-to-image": "^1.9.0",
"html2canvas": "^1.3.2",
"jpeg-js": "^0.4.3",
"jsqr": "^1.4.0",
"next": "^11.0.1",
"next-i18next": "^8.5.1",
"next-seo": "^4.26.0",
"node-fetch": "^2.6.1",
"node-jose": "^2.0.0",
"node-pdf-verifier": "^1.0.1",
"pdfjs-dist": "^2.10.377",
"pngjs": "^6.0.0",
"qrcode": "^1.4.4",
"react": "^17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"string.prototype.startswith": "^1.0.0",
"tls": "^0.0.1",
"uuid": "^8.3.2",
"webpack": "^5.0.0",
"worker-loader": "^3.0.7"
},
"devDependencies": {
"@types/pako": "^1.0.1",
"@types/pngjs": "^6.0.1",
"@types/react": "^17.0.11",
"autoprefixer": "^10.0.4",
"postcss": "^8.1.10",
"tailwindcss": "^2.1.1",
"typescript": "^4.3.4"
}
}