Skip to content

Commit b3c7b93

Browse files
committed
poc pdf qr code reader
1 parent 6cac803 commit b3c7b93

5 files changed

Lines changed: 912 additions & 559 deletions

File tree

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
"test": "vitest"
1111
},
1212
"dependencies": {
13+
"jsqr": "^1.4.0",
1314
"lodash": "^4.17.21",
14-
"next": "^15.4.4",
15-
"react": "^19.1.0",
16-
"react-dom": "^19.1.0",
15+
"next": "^15.5.4",
16+
"pdfjs-dist": "^5.4.149",
17+
"react": "^19.2.0",
18+
"react-dom": "^19.2.0",
1719
"uqr": "^0.1.2"
1820
},
1921
"devDependencies": {
@@ -22,13 +24,14 @@
2224
"@stylistic/eslint-plugin-jsx": "^4.4.1",
2325
"@stylistic/eslint-plugin-ts": "^4.4.1",
2426
"@types/brotli": "^1.3.4",
25-
"@types/node": "^22.16.5",
26-
"@types/react": "^19.1.8",
27-
"@types/react-dom": "^19.1.6",
27+
"@types/node": "^22.18.8",
28+
"@types/pdfjs-dist": "^2.10.378",
29+
"@types/react": "^19.2.0",
30+
"@types/react-dom": "^19.2.0",
2831
"brotli": "^1.3.3",
29-
"eslint": "^9.32.0",
32+
"eslint": "^9.37.0",
3033
"eslint-config-next": "15.1.2",
31-
"typescript": "^5.8.3",
34+
"typescript": "^5.9.3",
3235
"vitest": "^2.1.9"
3336
}
3437
}

0 commit comments

Comments
 (0)