forked from jeetiss/react-pdf-repl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "react-pdf-experiments",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "patch-package"
},
"dependencies": {
"@endo/static-module-record": "^0.7.16",
"@monaco-editor/react": "^4.4.6",
"@react-hook/resize-observer": "^1.2.6",
"@react-pdf/renderer": "3.1.1",
"@tokey/css-selector-parser": "^0.6.0",
"@vercel/analytics": "^0.1.6",
"acorn": "^8.8.1",
"acorn-jsx": "^5.3.2",
"astring": "^1.8.4",
"canvas": "^2.11.0",
"estree-util-build-jsx": "^2.2.2",
"jotai": "^1.12.0",
"lz-string": "^1.4.4",
"next": "^13.1.1",
"next-axiom": "^0.16.0",
"pdfjs-dist": "^3.1.81",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-resizable-panels": "~0.0.30",
"react-suspense-fetch": "^0.6.0",
"rpr1.6.17": "npm:@react-pdf/[email protected]",
"rpr2.0.21": "npm:@react-pdf/[email protected]",
"rpr2.1.2": "npm:@react-pdf/[email protected]",
"rpr2.2.0": "npm:@react-pdf/[email protected]",
"rpr2.3.0": "npm:@react-pdf/[email protected]",
"rpr3.0.3": "npm:@react-pdf/[email protected]",
"scroll-into-view-if-needed": "^3.0.4",
"ses": "^0.18.1",
"use-constant": "^1.1.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"monaco-editor": "^0.34.1",
"patch-package": "^6.5.0"
}
}