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

41 lines
970 B
JSON
Raw Permalink Normal View History

2021-06-25 12:18:25 +02:00
{
"name": "covidpass",
"version": "0.1.0",
"author": "Marvin Sextro <marvin.sextro@gmail.com>",
"private": true,
"scripts": {
"dev": "next dev",
2021-06-25 12:18:25 +02:00
"build": "next build",
"start": "next start"
2021-06-25 12:18:25 +02:00
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@zxing/browser": "^0.0.9",
2021-06-30 03:17:22 +02:00
"@zxing/library": "^0.18.6",
2021-07-01 19:49:43 +02:00
"base45": "^3.0.0",
2021-06-25 12:18:25 +02:00
"cbor-js": "^0.1.0",
2021-06-28 02:29:29 +02:00
"do-not-zip": "^1.0.0",
2021-06-25 12:18:25 +02:00
"file-saver": "^2.0.5",
"jsqr": "^1.4.0",
2021-12-25 19:24:23 +01:00
"next": "^11.1.0",
2021-07-02 20:55:26 +02:00
"next-i18next": "^8.5.1",
2021-06-26 14:22:53 +02:00
"next-seo": "^4.26.0",
2021-06-28 02:29:29 +02:00
"node-fetch": "^2.6.1",
2021-06-25 12:18:25 +02:00
"pdfjs-dist": "^2.5.207",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-qr-code": "^2.0.3",
"uuid": "^8.3.2",
"webpack": "^5.0.0",
"worker-loader": "^3.0.7"
2021-06-25 12:18:25 +02:00
},
"devDependencies": {
2021-07-01 19:49:43 +02:00
"@types/pako": "^1.0.1",
"@types/react": "^17.0.11",
2021-06-25 12:18:25 +02:00
"autoprefixer": "^10.0.4",
"postcss": "^8.1.10",
"tailwindcss": "^2.1.1",
"typescript": "^4.3.4"
2021-06-25 12:18:25 +02:00
}
}