40 lines
939 B
JSON
40 lines
939 B
JSON
{
|
|
"name": "covidpass",
|
|
"version": "0.1.0",
|
|
"author": "Marvin Sextro <marvin.sextro@gmail.com>",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.3.0",
|
|
"@zxing/browser": "^0.0.9",
|
|
"@zxing/library": "^0.18.6",
|
|
"base45": "^3.0.0",
|
|
"cbor-js": "^0.1.0",
|
|
"do-not-zip": "^1.0.0",
|
|
"file-saver": "^2.0.5",
|
|
"jsqr": "^1.4.0",
|
|
"next": "^11.1.0",
|
|
"next-i18next": "^8.5.1",
|
|
"next-seo": "^4.26.0",
|
|
"node-fetch": "^2.6.1",
|
|
"pdfjs-dist": "^2.5.207",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"uuid": "^8.3.2",
|
|
"webpack": "^5.0.0",
|
|
"worker-loader": "^3.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pako": "^1.0.1",
|
|
"@types/react": "^17.0.11",
|
|
"autoprefixer": "^10.0.4",
|
|
"postcss": "^8.1.10",
|
|
"tailwindcss": "^2.1.1",
|
|
"typescript": "^4.3.4"
|
|
}
|
|
}
|