-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"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": {
"@codesandbox/sandpack-react": "^2.6.1",
"@endo/static-module-record": "^0.7.16",
"@monaco-editor/react": "^4.4.6",
"@napi-rs/canvas": "^0.1.44",
"@react-hook/resize-observer": "^1.2.6",
"@react-pdf/renderer": "^3.1.9",
"@vercel/analytics": "^0.1.11",
"acorn": "^8.8.2",
"acorn-jsx": "^5.3.2",
"astring": "^1.8.4",
"canvas": "^2.11.0",
"estree-util-build-jsx": "^2.2.2",
"jotai": "^2.0.2",
"lz-string": "^1.4.4",
"next": "13.3.0",
"next-axiom": "^0.17.0",
"pdfjs-dist": "^3.3.122",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-pdf-tailwind": "^2.1.0",
"react-resizable-panels": "0.0.55",
"react-suspense-fetch": "^0.6.0",
"scroll-into-view-if-needed": "^3.0.6",
"ses": "^0.18.1",
"use-constant": "^1.1.1"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-next": "^13.4.19",
"monaco-editor": "^0.34.1",
"patch-package": "^6.5.1"
},
"license": "ISC"
}