-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.7 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@duallab/verapdf-js-viewer",
"version": "1.7.20",
"description": "Display PDF with an option to highlight a collection of rectangles on top of page rendering. Used by veraPDF web application to visualize locations of validation errors",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"keywords": [],
"author": "duallab",
"license": "MPL-2.0",
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-prettier": "^3.3.1",
"lodash": "^4.17.21",
"prettier": "^2.2.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^2.37.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-sass": "1.12.22",
"rollup-plugin-typescript2": "^0.31.0",
"typescript": "^4.8.3",
"typescript-plugin-styled-components": "^2.0.0"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"files": [
"dist"
],
"dependencies": {
"pdfjs-dist": "github:veraPDF/pdfjs-dist#v4.4.168-taggedPdf-0.1.18",
"react-pdf": "9.1.1",
"react-use": "^17.1.0",
"styled-components": "^5.2.1",
"url": "^0.11.4",
"use-intersection": "^0.2.1"
},
"resolutions": {
"@types/react-pdf/pdfjs-dist": "github:veraPDF/pdfjs-dist#v4.4.168-taggedPdf-0.1.18"
}
}