File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
# PDF viewer for RAG applications
2
2
3
- PDF viewer component as used by [ secinsights] ( https://github.com/run-llama/sec-insights ) . Using [ react-pdf] ( https://github.com/wojtekmaj/react-pdf ) .
3
+ PDF viewer component as used by [ secinsights] ( https://github.com/run-llama/sec-insights ) . Using [ react-pdf] ( https://github.com/wojtekmaj/react-pdf ) .
4
4
5
5
## Installation
6
6
Original file line number Diff line number Diff line change 35
35
"postinstall" : " husky"
36
36
},
37
37
"dependencies" : {
38
- "clsx" : " ^2.0.0" ,
39
- "react-pdf" : " 6.2.2" ,
40
- "react-window" : " 1.8.9" ,
41
38
"@wojtekmaj/react-hooks" : " 1.17.2" ,
42
- "react-intersection-observer" : " 9.5.1" ,
39
+ "clsx" : " ^2.0.0" ,
40
+ "fuse.js" : " ^6.6.2" ,
43
41
"lodash" : " ^4.17.21" ,
44
42
"lodash.debounce" : " ^4.0.8" ,
45
- "fuse.js" : " ^6.6.2"
43
+ "react-intersection-observer" : " 9.5.1" ,
44
+ "react-pdf" : " 6.2.2" ,
45
+ "react-window" : " 1.8.9"
46
46
},
47
47
"devDependencies" : {
48
- "@types/node" : " *" ,
49
- "@types/react" : " *" ,
50
48
"@types/lodash" : " ^4.14.195" ,
51
49
"@types/lodash.debounce" : " ^4.0.7" ,
50
+ "@types/node" : " *" ,
51
+ "@types/react" : " *" ,
52
+ "@types/react-window" : " ^1.8.5" ,
52
53
"cpy-cli" : " ^5.0.0" ,
54
+ "eslint" : " ^8.56.0" ,
55
+ "eslint-config-wojtekmaj" : " ^1.0.0" ,
53
56
"globals" : " ^15.1.0" ,
54
57
"husky" : " ^9.0.10" ,
55
58
"jsdom" : " ^24.0.0" ,
59
62
"react" : " ^18.2.0" ,
60
63
"react-dom" : " ^18.2.0" ,
61
64
"rimraf" : " ^3.0.0" ,
62
- "typescript" : " ^5.4.2" ,
63
- "eslint" : " ^8.56.0" ,
64
- "eslint-config-wojtekmaj" : " ^1.0.0" ,
65
- "@types/react-window" : " ^1.8.5"
65
+ "typescript" : " ^5.4.2"
66
66
},
67
67
"peerDependencies" : {
68
68
"@types/react" : " ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" ,
You can’t perform that action at this time.
0 commit comments